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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/tools/installer/modules/channel-resolver.js | matched "GITHUB_TOKEN" | 5 |
| low | Credential file access | package/tools/installer/modules/external-manager.js | matched "GITHUB_TOKEN" | 5 |
Manifest
Package metadata
Scripts25
bmad:installnode tools/installer/bmad-cli.js installbmad:uninstallnode tools/installer/bmad-cli.js uninstalldocs:buildnode tools/build-docs.mjsdocs:devastro dev --root websitedocs:fix-linksnode tools/fix-doc-links.jsdocs:previewastro preview --root websitedocs:validate-linksnode tools/validate-doc-links.jsdocs:validate-sidebarnode tools/validate-sidebar-order.jsformat:checkprettier --check "**/*.{js,cjs,mjs,json,yaml}"format:fixprettier --write "**/*.{js,cjs,mjs,json,yaml}"format:fix:stagedprettier --writeinstall:bmadnode tools/installer/bmad-cli.js installlinteslint . --ext .js,.cjs,.mjs,.yaml --max-warnings=0lint:fixeslint . --ext .js,.cjs,.mjs,.yaml --fixlint:mdmarkdownlint-cli2 "**/*.md"preparecommand -v husky >/dev/null 2>&1 && husky || exit 0qualitynpm 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-sidebarrebundlenode tools/installer/bundlers/bundle-web.js rebundletestnpm 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:checktest:channelsnode test/test-installer-channels.jstest:installnode test/test-installation-components.jstest:refsnode test/test-file-refs-csv.jstest:urlsnode test/test-parse-source-urls.jsvalidate:refsnode tools/validate-file-refs.js --strictvalidate:skillsnode tools/validate-skills.js --strict
Dependencies13
@clack/core^1.3.1@clack/prompts^1.4.0@kayvan/markdown-tree-parser^1.6.1chalk^4.1.2commander^14.0.0csv-parse^6.1.0glob^11.0.3ignore^7.0.5js-yaml^4.1.0picocolors^1.1.1semver^7.6.3xml2js^0.6.2yaml^2.7.0