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
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 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"}'
Publisherpablo.rovito
Artifact bytes304,330
Previous version2.44.0
Published2026-05-13T17:46:17.651Z
SHA-256adad148968190da08d01a4b2d69e1dfb5d2f833bf0e31beb13e0a1dd7ecce50d

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
11Score
2.45.0Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowCredential file accesspackage/lib/commands/create-pr.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/lib/utils/github-api.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/templates/config.example.jsonmatched "github_token"3
lowCredential file accesspackage/templates/config.github.example.jsonmatched "GITHUB_TOKEN"3

Manifest

Package metadata

Scripts16
  • formatprettier --write "lib/**/*.js" "bin/**" "test/**/*.js"
  • library:graphnode .library/tools/generate-graph.js
  • library:tokensnode .library/tools/measure-tokens.js
  • linteslint lib/ bin/claude-hooks
  • lint:fixeslint lib/ bin/claude-hooks --fix
  • precommitnpm run lint && npm run test:smoke
  • prepublishOnlynpm run test:all
  • testnpm run test:all
  • test:allnpm run lint && npm run test:smoke && npm run test:unit && npm run test:integration
  • test:changednode --experimental-vm-modules node_modules/jest/bin/jest.js test/unit --changedSince=main --forceExit
  • test:coveragenode --experimental-vm-modules node_modules/jest/bin/jest.js --coverage
  • test:integrationnode --experimental-vm-modules node_modules/jest/bin/jest.js test/integration --maxWorkers=1 --testTimeout=30000 --forceExit
  • test:integration:cinode --experimental-vm-modules node_modules/jest/bin/jest.js test/integration/ci-safe.test.js --maxWorkers=1 --testTimeout=30000 --forceExit
  • test:smokenode --experimental-vm-modules node_modules/jest/bin/jest.js test/smoke --maxWorkers=1
  • test:unitnode --experimental-vm-modules node_modules/jest/bin/jest.js test/unit --forceExit
  • test:watchnode --experimental-vm-modules node_modules/jest/bin/jest.js --watch
Dependencies3
  • @anthropic-ai/sdk^0.91.0
  • @octokit/rest^21.0.0
  • langfuse^3.38.20