PkgRadar

Package evidence

@ticatec/[email protected]

Credential file access: matched "id_rsa"

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Weekly downloads
1,656Niche · −30% score
Versions published
7
First published
May 2026
Publisher
henry.feng

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":"review"}'

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":"review"}'
Publisherhenry.feng
Artifact bytes78,972
Previous version0.3.16
Published2026-05-29T00:05:49.610Z
SHA-25646872b3e6df7b564269c65b1016fb5b525bb7bb1ef1487960c297cb2631d307f

Why flagged

What the scanner saw

Credential file access: matched "id_rsa"

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

Availability ledger

available

review
Last checked
reviewRisk
7Score
0.4.0Version
Status history (1 event)
  1. newavailable · risk review · score 7 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/core/ssh.jsmatched "id_rsa"10

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