PkgRadar

Package evidence

@agent-api/[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
717
Versions published
11
First published
May 2026
Publisher
zhenrongwang

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":["@agent-api/[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":["@agent-api/[email protected]"],"fail_on":"review"}'
Publisherzhenrongwang
Artifact bytes41,684
Previous version1.1.1
Published2026-06-17T15:09:01.339Z
SHA-2569ec521a1434b6ad60476104eb6efbb7f02339112eeb15144b64686dbab50b298

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
5Score
1.1.2Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/local/core.jsmatched "id_rsa"5

Manifest

Package metadata

Scripts7
  • buildtsc -p tsconfig.json
  • check:routesnode scripts/check-routes.mjs
  • prepacknpm run sync-version && npm run build
  • sync-versionnode scripts/sync-version.mjs
  • testnpm run sync-version && npm run build && node --test test/index.test.mjs test/local-function-integration.test.mjs test/local-runtime.test.mjs test/local-tools.test.mjs
  • test:integrationnpm run sync-version && npm run build && node --test test/integration.test.mjs
  • test:integration:local-functionsnpm run sync-version && npm run build && node --test test/local-function-integration.test.mjs