PkgRadar

Package evidence

[email protected]

no findings

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
59Established · −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

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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 bytes321,170
Previous version2.61.2
Published2026-06-10T11:40:42.812Z
SHA-256f376b393e9f1592c68953afaeed0cc9435465f8fc2c497c31da2cee0c035d23a

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

low
Last checked
lowRisk
0Score
2.66.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts24
  • formatprettier --write "lib/**/*.js" "bin/**" "test/**/*.js"
  • library:checknode .library/bin/library check
  • library:extractnode .library/bin/library extract
  • library:graphnode .library/bin/library graph
  • library:injectnode .library/bin/library inject
  • library:regeneratenode .library/bin/library regenerate
  • library:reportnode .library/bin/library report
  • library:tokensnode .library/bin/library tokens
  • library:validatenode .library/bin/library validate
  • linteslint lib/ bin/claude-hooks .library/librarian/
  • lint:fixeslint lib/ bin/claude-hooks .library/librarian/ --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:e2ebash test/manual/sdlc-stability-check.sh
  • test:fullnpm run test:all && npm run test:e2e
  • 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