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
3,050Niche · −30% score
Versions published
126
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

Review before promoting

Mixed 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":["@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 bytes727,644
Previous version2.23.4
Published2026-05-26T23:14:39.625Z
SHA-256b97601cbf3db4f2adf14ac5c6747949344751b20511a3a8a305e538eef268a23

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

review
Last checked
reviewRisk
16Score
2.23.5Version
Status history (1 event)
  1. newavailable · risk review · score 16 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/index-175fc4yn.jshigh encoded/escaped-token density12
mediumRemote Payloadpackage/skills/rclone/scripts/check_setup.shmatched "curl "12

Manifest

Package metadata

Scripts19
  • 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/transform-content.ts && bun scripts/generate-config-schema.ts && bun docs/scripts/generate-config-reference.ts
  • docs:previewbun run --cwd docs preview
  • 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