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
22,474Mainstream · −50% score
Versions published
362Established · −30% score
First published
Jun 2025
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["[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 bytes589,430
Previous version6.7.1
Published2026-05-25T21:47:40.545Z
SHA-2560a029c8fe72518457880dd96d436a6859f714ef1a0c7e5a9f4e58fc2bd05dcb3

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/tools/installer/modules/channel-resolver.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/tools/installer/modules/external-manager.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts25
  • bmad:installnode tools/installer/bmad-cli.js install
  • bmad:uninstallnode tools/installer/bmad-cli.js uninstall
  • docs:buildnode tools/build-docs.mjs
  • docs:devastro dev --root website
  • docs:fix-linksnode tools/fix-doc-links.js
  • docs:previewastro preview --root website
  • docs:validate-linksnode tools/validate-doc-links.js
  • docs:validate-sidebarnode tools/validate-sidebar-order.js
  • format:checkprettier --check "**/*.{js,cjs,mjs,json,yaml}"
  • format:fixprettier --write "**/*.{js,cjs,mjs,json,yaml}"
  • format:fix:stagedprettier --write
  • install:bmadnode tools/installer/bmad-cli.js install
  • linteslint . --ext .js,.cjs,.mjs,.yaml --max-warnings=0
  • lint:fixeslint . --ext .js,.cjs,.mjs,.yaml --fix
  • lint:mdmarkdownlint-cli2 "**/*.md"
  • preparecommand -v husky >/dev/null 2>&1 && husky || exit 0
  • qualitynpm run format:check && npm run lint && npm run lint:md && npm run docs:build && npm run test:install && npm run test:urls && npm run validate:refs && npm run validate:skills && npm run docs:validate-sidebar
  • rebundlenode tools/installer/bundlers/bundle-web.js rebundle
  • testnpm run test:refs && npm run test:install && npm run test:urls && npm run test:channels && npm run lint && npm run lint:md && npm run format:check
  • test:channelsnode test/test-installer-channels.js
  • test:installnode test/test-installation-components.js
  • test:refsnode test/test-file-refs-csv.js
  • test:urlsnode test/test-parse-source-urls.js
  • validate:refsnode tools/validate-file-refs.js --strict
  • validate:skillsnode tools/validate-skills.js --strict
Dependencies13
  • @clack/core^1.3.1
  • @clack/prompts^1.4.0
  • @kayvan/markdown-tree-parser^1.6.1
  • chalk^4.1.2
  • commander^14.0.0
  • csv-parse^6.1.0
  • glob^11.0.3
  • ignore^7.0.5
  • js-yaml^4.1.0
  • picocolors^1.1.1
  • semver^7.6.3
  • xml2js^0.6.2
  • yaml^2.7.0