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.

Weekly downloads
483
Versions published
56Established · −30% score
First published
Sep 2025
Publisher
rravuri

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"}'
Publisherrravuri
Artifact bytes311,884
Previous version1.4.1
Published2026-05-27T15:35:34.595Z
SHA-25651a410ea7c9db5203fe16815fc74328949f69b5026c3990562a67d84d8444012

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
1.4.3Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts29
  • buildrun-p build:main build:module && node scripts/post-build.js
  • build:maintsc -p tsconfig.json
  • build:moduletsc -p tsconfig.module.json
  • check-clirun-s test diff-integration-tests check-integration-tests
  • check-integration-testsrun-s check-integration-test:*
  • covrun-s build test:unit cov:html cov:lcov && open-cli coverage/index.html
  • cov:checknyc report && nyc check-coverage --lines 100 --functions 100 --branches 100
  • cov:htmlnyc report --reporter=html
  • cov:lcovnyc report --reporter=lcov
  • cov:sendrun-s cov:lcov && codecov
  • diff-integration-testsmkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\n\nCommitted most recent integration test output in the "diff" directory. Review the changes with "cd diff && git diff HEAD" or your preferred git diff viewer.'
  • docrun-s doc:html && open-cli docs/index.html
  • doc:htmltypedoc src/ --exclude **/*.spec.ts --out docs
  • doc:jsontypedoc src/ --exclude **/*.spec.ts --json build/typedoc.json
  • doc:mdtypedoc src/ --plugin typedoc-plugin-markdown --exclude **/*.spec.ts --out docs
  • doc:publishgh-pages -m "[ci skip] Updates" -d build/docs
  • fixrun-s fix:*
  • fix:linteslint src --ext .ts --fix
  • fix:prettierprettier "src/**/*.ts" --write
  • prepare-releaserun-s reset-hard test cov:check doc:html version doc:publish
  • reset-hardgit clean -dfx && git reset --hard && yarn
  • spellingcspell "{README.md,.github/*.md,src/**/*.ts}"
  • testrun-s build test:*
  • test:linteslint src --ext .ts
  • test:prettierprettier "src/**/*.ts" --list-different
  • test:unitnyc --silent ava
  • versionstandard-version
  • watch:buildtsc -p tsconfig.json -w
  • watch:testnyc --silent ava --watch
Dependencies14
  • @a2a-js/sdk^0.3.13
  • @earendil-works/pi-ai^0.74.0
  • @modelcontextprotocol/sdk^1.29.0
  • cors^2.8.6
  • debug^4.4.3
  • express^5.2.1
  • fetch-retry^6.0.0
  • gray-matter^4.0.3
  • ignore^7.0.5
  • jsonwebtoken^9.0.3
  • typebox^1.1.38
  • uuid^13.0.0
  • yaml^2.8.3
  • zod^4.3.6