PkgRadar

Package evidence

@fro.bot/[email protected]

Obfuscation Density: high encoded/escaped-token density

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,086Niche · −30% score
Versions published
135
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 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":["@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"}'
Publisherfro-bot
Artifact bytes765,922
Previous version2.30.0
Published2026-06-07T07:47:26.110Z
SHA-256d5a6b04d9e8539ef158223c787356eb2921b0802c71dedd3c2579016f8166243

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

low
Last checked
lowRisk
0Score
2.30.1Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowObfuscation Densitypackage/dist/index-ybqr13k7.jshigh encoded/escaped-token density0

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 --emitDeclarationOnly
  • cleanrimraf dist
  • devbun --watch src/index.ts
  • docs:buildbun run docs:generate && bun run --cwd docs build
  • docs:devbun run --cwd docs dev
  • docs:generatebun docs/scripts/generate-stats.ts && bun docs/scripts/transform-content.ts && bun scripts/generate-config-schema.ts && bun docs/scripts/generate-config-reference.ts
  • docs:previewbun run --cwd docs preview
  • docs:verifybun install --frozen-lockfile && bun run --cwd docs playwright install --with-deps chromium && bun run docs:build
  • fixbun run lint --fix
  • lintbiome check .
  • prepublishOnlybun run build && bun run schema:generate
  • registry:buildbun scripts/build-registry.ts
  • registry:driftbun scripts/generate-registry.ts --check
  • registry:validatebun scripts/build-registry.ts --validate-only
  • schema:driftbun scripts/generate-config-schema.ts --check
  • schema:generatebun scripts/generate-config-schema.ts
  • testbun test tests/unit
  • test:allbun test
  • test:integrationbun test tests/integration
  • typechecktsc --noEmit
Dependencies3
  • js-yaml^4.1.1
  • jsonc-parser^3.3.0
  • zod4.4.3