PkgRadar

Package evidence

[email protected]

Credential file access: matched "NPM_TOKEN"

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.

Versions published
1
First published
May 2026
Publisher
guorunjie

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherguorunjie
Artifact bytes109,247
Previous versionnone
Published2026-05-28T09:03:10.781Z
SHA-2561916abe734dcfbad6a16ba806fe3d047be7dc5e4a571f2009aa56eb8168991b4

Why flagged

What the scanner saw

Credential file access: matched "NPM_TOKEN"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/src/releasePublish.jsmatched "NPM_TOKEN"5
lowCredential file accesspackage/src/releaseStatus.jsmatched "NPM_TOKEN"5
lowCredential file accesspackage/src/skillpack.jsmatched "NPM_TOKEN"5
lowCredential file accesspackage/skillpack.yamlmatched "NPM_TOKEN"3

Manifest

Package metadata

Scripts25
  • agentsnode ./bin/agentic-workflow-guard.js agents
  • benchmarknode ./bin/agentic-workflow-guard.js benchmark
  • benchmark:corpusnode ./bin/agentic-workflow-guard.js benchmark corpus --format json
  • benchmark:reportnode ./bin/agentic-workflow-guard.js benchmark --format json
  • docs:buildnode ./scripts/build-pages.js
  • doctornode ./bin/agentic-workflow-guard.js doctor .
  • marketplacenode ./bin/agentic-workflow-guard.js rules --format markdown
  • mcp:resourcesnode ./bin/agentic-workflow-guard.js mcp resources --format json
  • release:checknode ./bin/agentic-workflow-guard.js release check
  • release:preparenode ./scripts/prepare-release.js
  • release:publishnode ./scripts/publish-release.js
  • release:statusnode ./scripts/release-status.js
  • release:syncnode ./scripts/sync-static.js
  • release:sync:checknode ./scripts/sync-static.js --check
  • release:verifynode ./scripts/verify-release.js
  • scannode ./bin/agentic-workflow-guard.js scan .
  • scan:strictnode ./bin/agentic-workflow-guard.js scan . --profile strict
  • schema:benchmark-corpusnode ./bin/agentic-workflow-guard.js schema benchmark-corpus
  • schema:benchmark-reportnode ./bin/agentic-workflow-guard.js schema benchmark-report
  • schema:confignode ./bin/agentic-workflow-guard.js schema config
  • schema:fixnode ./bin/agentic-workflow-guard.js schema fix
  • schema:reportnode ./bin/agentic-workflow-guard.js schema report
  • schema:rule-packnode ./bin/agentic-workflow-guard.js schema rule-pack
  • smoke:packagenode ./scripts/smoke-package.js
  • testnode --test