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.

Versions published
32
First published
May 2026
Publisher
ironclawdevs27

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"}'
Artifact bytes190,694
Previous version9.6.6
Published2026-06-11T06:25:42.744Z
SHA-25617b6a4df19a4c6c1ab44f38db0e60c134fec473d94d53efa724c66e3296afbd1

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/src/utils/github-reporter.jsmatched "GITHUB_TOKEN"30

Manifest

Package metadata

Scripts17
  • chromenode src/cli/chrome-launcher.js
  • comparenode src/orchestration/env-comparison.js
  • crawlnode src/orchestration/crawl-and-report.js
  • doctornode src/cli/doctor.js
  • harnessnode test-harness/server.js
  • harness:stagingPORT=3101 node test-harness/server.js
  • initnode src/cli/init.js
  • mcp-servernode src/mcp-server.js
  • report:htmlnode src/utils/html-reporter.js
  • report:pdfnode src/utils/pdf-exporter.js
  • servernode src/server/index.js
  • setupnode -e "import('fs').then(fs => fs.default.mkdirSync('./reports', { recursive: true }))"
  • testnpm run test:unit && npm run test:harness
  • test:harnessnode --env-file=test-harness/.env.harness test-harness/validate.js
  • test:harness:lognode test-harness/run-with-log.mjs
  • test:unitvitest run test/unit
  • watchnode src/orchestration/watch-mode.js
Dependencies12
  • @modelcontextprotocol/sdk^1.29.0
  • @opentelemetry/api^1.9.1
  • @opentelemetry/sdk-node^0.218.0
  • @slack/web-api^7.16.0
  • axe-core^4.12.0
  • dotenv^17.4.2
  • express^5.2.1
  • pino^10.3.1
  • pino-pretty^13.1.3
  • pixelmatch^7.2.0
  • pngjs^7.0.0
  • zod^4.4.3