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
- 2,246Niche · −30% score
- Versions published
- 49
- First published
- Jan 2026
- Publisher
- tarasyarema
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":["@desplega.ai/[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":["@desplega.ai/[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 3 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 1 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/src/cli/generated/docs-content.js | matched "GITHUB_TOKEN" | 5 |
Manifest
Package metadata
Scripts25
buildtsccc:validateclaude plugin validate .checkbiome check src libcheck:docstsx scripts/generate-docs.ts && git diff --exit-code src/cli/generated/docs-content.ts || (echo '❌ Docs content is stale — run bun run generate:docs and commit the result' && exit 1)check:fixbiome check --write src libclitsx src/cli/index.tsdevtsx src/index.tsformatbiome format --write src libformat:checkbiome format src libgenerate:docstsx scripts/generate-docs.tsgenerate:readmenode scripts/generate-readme-tools.jsgenerate:typestsx scripts/generate-types.tsinspectorbun run build && npx -y @modelcontextprotocol/inspector node dist/src/index.jsinspector:envbun run build && npx dotenv-cli -e .env -- npx -y @modelcontextprotocol/inspector node dist/src/index.jslintbiome lint src lib && oxlint src liblint:fixbiome lint --write src lib && oxlint src lib --fixprepublishOnlybun run generate:docs && bun run check:docs && bun run build && bun lint && bun typecheckreleasebun scripts/release.tsstartbun run build && node dist/src/index.jstestbun test --preload ./test-setup.tstest:coveragebun test --coverage --preload ./test-setup.tstest:e2etsx scripts/e2e.tstest:integrationnode scripts/test-integration.jstest:unitnode scripts/test-unit.jstypechecktsc --noEmit
Dependencies10
@desplega.ai/localtunnel^2.2.0@modelcontextprotocol/sdk^1.18.1axios^1.12.2commander^14.0.2dotenv^16.4.5express^4.21.2glob^13.0.0playwright1.58.0ws^8.19.0yaml^2.8.2