PkgRadar

Package evidence

@ticatec/[email protected]

Credential file access: matched ".ssh"

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

Block this release in CIcurl · GitHub Actions

Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.

curl -fsS https://pkgradar.com/gate/npm \
  -H "Authorization: Bearer $PKGRADAR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"specs":["@ticatec/[email protected]"],"fail_on":"high"}'

GitHub Actions step:

- name: PkgRadar gate
  run: |
    curl -fsS https://pkgradar.com/gate/npm \
      -H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
      -H "Content-Type: application/json" \
      -d '{"specs":["@ticatec/[email protected]"],"fail_on":"high"}'
Publisherhenry.feng
Artifact bytes76,593
Previous version0.2.0
Published2026-05-24T09:12:09.098Z
SHA-2566db6ce26d8952da5774fd5217b24e2df0d8c22e5f661e27344dedefff539da26

Why flagged

What the scanner saw

Credential file access: matched ".ssh"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

high
Last checked
highRisk
60Score
0.3.3Version
Status history (1 event)
  1. newavailable · risk high · score 60 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

henry.feng

3 members · evidence strength 66

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/config/omniflow.jsmatched ".ssh"30
highCredential file accesspackage/dist/core/ssh.jsmatched "id_rsa"30

Manifest

Package metadata

Scripts11
  • buildtsc
  • cleanrm -rf dist
  • devtsc --watch
  • linteslint src
  • prebuildnpm run clean
  • publish:npmnpm publish --access public
  • startnode dist/cli/index.js
  • testjest
  • test:coveragejest --coverage
  • test:watchjest --watch
  • typechecktsc --noEmit
Dependencies8
  • chalk^5.4.1
  • commander^12.1.0
  • enquirer^2.4.1
  • execa^9.5.1
  • fast-glob^3.3.2
  • tsx^4.19.2
  • yaml^2.6.0
  • zx^8.2.2