PkgRadar

Package evidence

[email protected]

no findings

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.

Versions published
250
First published
Apr 2026
Publisher
jdunnfive

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":["[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"}'
Publisherjdunnfive
Artifact bytes626,259
Previous version0.9.884
Published2026-05-14T05:58:21.081Z
SHA-256b898aafa06d7bd890ad71f1cd76866ec33b2ef3b8d866501017e5a9059b14cab

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

low
Last checked
lowRisk
0Score
0.9.885Version
Status history (2 events)
  1. availableavailable · risk low · score 0 · status available -> available, risk high -> low, score 45 -> 0
  2. newavailable · risk high · score 45 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts27
  • buildtsc -p tsconfig.build.json && chmod +x dist/cli/run.js dist/cli/serve.js 2>/dev/null || true
  • changelognode scripts/generate-changelog.mjs
  • check:boundarynode scripts/check-engine-runtime-boundary.mjs
  • check:dashboardnode --check src/dashboard/main.legacy.js
  • check:doc-examplesnpx tsx scripts/check-doc-examples.ts
  • comparenpx tsx src/cli/run-a.ts && npx tsx src/cli/run-b.ts
  • compilenpx tsx src/cli/compile.ts
  • dashboardnpx tsx src/cli/serve.ts
  • dashboard:buildcd src/dashboard && npx vite build
  • dashboard:devcd src/dashboard && npx vite
  • dashboard:smokenpx tsx src/cli/serve.ts 3
  • docstypedoc && cp assets/docs-theme/paracosm-override.css docs/api/assets/paracosm-override.css
  • export:json-schemanpx tsx scripts/export-json-schema.ts
  • leader:anpx tsx src/cli/run-a.ts
  • leader:bnpx tsx src/cli/run-b.ts
  • prepublishOnlynpm run build
  • runnpx tsx src/cli/run.ts
  • run:anpx tsx src/cli/run-a.ts
  • run:bnpx tsx src/cli/run-b.ts
  • smokenpx tsx src/cli/run-a.ts 3
  • snapshot:schemanpx tsx scripts/snapshot-schema.ts
  • testnpm run check:boundary && npm run typecheck:dashboard && node --import tsx --import ./scripts/test-css-stub.mjs --test 'tests/**/*.test.ts' 'src/api/**/*.test.ts' 'src/cli/**/*.test.ts' 'src/engine/**/*.test.ts' 'src/runtime/**/*.test.ts' 'src/llm/**/*.test.ts' 'src/server/**/*.test.ts' 'src/dashboard/src/**/*.test.ts' 'src/dashboard/src/**/*.test.tsx'
  • test:e2eplaywright test
  • test:e2e:fixturesnode tests-e2e/fixtures/build-fixtures.mjs
  • test:e2e:installplaywright install chromium
  • test:e2e:uiplaywright test --ui
  • typecheck:dashboardtsc -p src/dashboard
Dependencies6
  • @framers/agentos^0.9.9
  • @framers/sql-storage-adapter^0.6.5
  • better-sqlite3^12.9.0
  • pdfjs-dist^5.7.284
  • resend^4.8.0
  • zod^4.4.1