PkgRadar

Package evidence

[email protected]

Credential file access: matched "GITHUB_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.

Weekly downloads
12
Versions published
6
First published
Apr 2026
Publisher
rcolkitt

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"}'
Publisherrcolkitt
Artifact bytes1,009,977
Previous version2.9.0
Published2026-05-02T18:11:12.731Z
SHA-2560cbf65e381fd3cb99716725725931040a952cbed4ca7252b4121fc2f8dff45be

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/scanners/agent/credential-scope-audit.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/eval/fixtures.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/eval/fixtures.test.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/action/index.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/agents/adversary/tactics/infra.jsmatched ".ssh"5
lowCredential file accesspackage/dist/enterprise/signing/kms.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5

Manifest

Package metadata

Scripts20
  • buildnpm run generate:manifest && tsc
  • build:mcptsc
  • changesetchangeset
  • devconcurrently -n mcp,web -c cyan,magenta "npm run dev:http" "npm run dev:web"
  • dev:httpnpx tsx src/http-server.ts
  • dev:mcptsc --watch
  • dev:turboturbo dev
  • dev:webturbo dev --filter=web
  • generate:manifestnpx tsx scripts/generate-manifest.ts
  • profilenpx tsx scripts/profile.ts
  • releasenpm run build && npm test && changeset publish
  • release-notesnpx tsx scripts/release-notes.ts
  • self-certifynpm run generate:manifest && npx tsx scripts/self-certify.ts
  • startnode dist/index.js
  • start:httpnode dist/http-server.js
  • testvitest run
  • test:coveragevitest run --coverage
  • test:selfnpm run self-certify
  • test:watchvitest
  • versionchangeset version
Dependencies11
  • @actions/core^1.10.1
  • @actions/github^6.0.0
  • @anthropic-ai/sdk~0.91.1
  • @modelcontextprotocol/sdk^1.12.1
  • @sigstore/bundle~4.0.0
  • @sigstore/sign~4.1.1
  • cross-spawn~7.0.6
  • glob^11.0.0
  • proper-lockfile~4.1.2
  • typescript^5.7.0
  • zod^3.24.0