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
- 63
- Versions published
- 57Established · −30% score
- First published
- Jul 2025
- Publisher
- pablo.rovito
Effective trust discount applied: −30% (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 11 · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/lib/commands/create-pr.js | matched "GITHUB_TOKEN" | 5 |
| low | Credential file access | package/lib/utils/github-api.js | matched "GITHUB_TOKEN" | 5 |
| low | Credential file access | package/templates/config.example.json | matched "github_token" | 3 |
| low | Credential file access | package/templates/config.github.example.json | matched "GITHUB_TOKEN" | 3 |
Manifest
Package metadata
Scripts16
formatprettier --write "lib/**/*.js" "bin/**" "test/**/*.js"library:graphnode .library/tools/generate-graph.jslibrary:tokensnode .library/tools/measure-tokens.jslinteslint lib/ bin/claude-hookslint:fixeslint lib/ bin/claude-hooks --fixprecommitnpm run lint && npm run test:smokeprepublishOnlynpm run test:alltestnpm run test:alltest:allnpm run lint && npm run test:smoke && npm run test:unit && npm run test:integrationtest:changednode --experimental-vm-modules node_modules/jest/bin/jest.js test/unit --changedSince=main --forceExittest:coveragenode --experimental-vm-modules node_modules/jest/bin/jest.js --coveragetest:integrationnode --experimental-vm-modules node_modules/jest/bin/jest.js test/integration --maxWorkers=1 --testTimeout=30000 --forceExittest:integration:cinode --experimental-vm-modules node_modules/jest/bin/jest.js test/integration/ci-safe.test.js --maxWorkers=1 --testTimeout=30000 --forceExittest:smokenode --experimental-vm-modules node_modules/jest/bin/jest.js test/smoke --maxWorkers=1test:unitnode --experimental-vm-modules node_modules/jest/bin/jest.js test/unit --forceExittest:watchnode --experimental-vm-modules node_modules/jest/bin/jest.js --watch
Dependencies3
@anthropic-ai/sdk^0.91.0@octokit/rest^21.0.0langfuse^3.38.20