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 monitoringNo 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"}'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
Status history (1 event)
- new → available · 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.jsbuild:maintsc -p tsconfig.jsonbuild:moduletsc -p tsconfig.module.jsoncheck-clirun-s test diff-integration-tests check-integration-testscheck-integration-testsrun-s check-integration-test:*covrun-s build test:unit cov:html cov:lcov && open-cli coverage/index.htmlcov:checknyc report && nyc check-coverage --lines 100 --functions 100 --branches 100cov:htmlnyc report --reporter=htmlcov:lcovnyc report --reporter=lcovcov:sendrun-s cov:lcov && codecovdiff-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.htmldoc:htmltypedoc src/ --exclude **/*.spec.ts --out docsdoc:jsontypedoc src/ --exclude **/*.spec.ts --json build/typedoc.jsondoc:mdtypedoc src/ --plugin typedoc-plugin-markdown --exclude **/*.spec.ts --out docsdoc:publishgh-pages -m "[ci skip] Updates" -d build/docsfixrun-s fix:*fix:linteslint src --ext .ts --fixfix:prettierprettier "src/**/*.ts" --writeprepare-releaserun-s reset-hard test cov:check doc:html version doc:publishreset-hardgit clean -dfx && git reset --hard && yarnspellingcspell "{README.md,.github/*.md,src/**/*.ts}"testrun-s build test:*test:linteslint src --ext .tstest:prettierprettier "src/**/*.ts" --list-differenttest:unitnyc --silent avaversionstandard-versionwatch:buildtsc -p tsconfig.json -wwatch:testnyc --silent ava --watch
Dependencies14
@a2a-js/sdk^0.3.13@earendil-works/pi-ai^0.74.0@modelcontextprotocol/sdk^1.29.0cors^2.8.6debug^4.4.3express^5.2.1fetch-retry^6.0.0gray-matter^4.0.3ignore^7.0.5jsonwebtoken^9.0.3typebox^1.1.38uuid^13.0.0yaml^2.8.3zod^4.3.6