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
- 1,095Niche · −30% score
- Versions published
- 137
- First published
- Jan 2026
- Publisher
- fro-bot
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":["@fro.bot/[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":["@fro.bot/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Obfuscation Density: high encoded/escaped-token density
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
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 | Obfuscation Density | package/dist/index-ybqr13k7.js | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts20
buildbun run clean && bun build src/index.ts src/cli.ts --outdir dist --target bun --splitting --external @opencode-ai/plugin --external js-yaml && tsc --emitDeclarationOnlycleanrimraf distdevbun --watch src/index.tsdocs:buildbun run docs:generate && bun run --cwd docs builddocs:devbun run --cwd docs devdocs:generatebun docs/scripts/generate-stats.ts && bun docs/scripts/transform-content.ts && bun scripts/generate-config-schema.ts && bun docs/scripts/generate-config-reference.tsdocs:previewbun run --cwd docs previewdocs:verifybun install --frozen-lockfile && bun run --cwd docs playwright install --with-deps chromium && bun run docs:buildfixbun run lint --fixlintbiome check .prepublishOnlybun run build && bun run schema:generateregistry:buildbun scripts/build-registry.tsregistry:driftbun scripts/generate-registry.ts --checkregistry:validatebun scripts/build-registry.ts --validate-onlyschema:driftbun scripts/generate-config-schema.ts --checkschema:generatebun scripts/generate-config-schema.tstestbun test tests/unittest:allbun testtest:integrationbun test tests/integrationtypechecktsc --noEmit
Dependencies3
js-yaml^4.1.1jsonc-parser^3.3.0zod4.4.3