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
4
First published
Jun 2026
Publisher
brightybrainiac

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"}'
Artifact bytes214,190
Previous version0.1.2
Published2026-06-07T19:01:31.954Z
SHA-25600640dcd896489641252d51cc0de061cb1501402d6dae7ea6856f5a8808e3366

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.1.3Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts28
  • audit:hosted-demo-currentnessnode scripts/audit-hosted-demo-currentness.mjs
  • audit:npm-release-preflightnode scripts/audit-npm-release-preflight.mjs
  • audit:package-installabilitynode scripts/audit-package-installability.mjs
  • audit:package-readinessnode scripts/audit-package-readiness.mjs
  • audit:public-demo-exportnode scripts/audit-public-demo-export.mjs
  • audit:public-package-currentnessnode scripts/audit-public-package-currentness.mjs
  • audit:reviewersnode scripts/audit-reviewer-inbox.mjs
  • audit:secret-env-ignorebash scripts/audit-secret-env-ignore.sh
  • audit:submission-copynode scripts/audit-submission-copy.mjs
  • buildtsc --outDir dist
  • checknpm run verify:scaffold && npm run verify:runtime-contracts && npm run build && npm run ui:build && npm run audit:public-demo-export && npm run audit:package-readiness && npm run audit:package-installability && npm test && npm run audit:secret-env-ignore && npm run audit:reviewers && npm run audit:submission-copy && git diff --check
  • judge-proofnpm run build && node dist/src/cli.js judge-proof --out artifacts/judge-proof --json
  • judge-proof:llmnpm run build && node dist/src/cli.js judge-proof --out artifacts/judge-proof --include-llm-proof true --json
  • live-mock-proofnpm run build && node dist/src/cli.js live-proof --out submission-evidence/live-mock --live-mock --json
  • llm-proofnpm run build && node dist/src/cli.js llm-proof --out artifacts/llm-proof --require-pass true --json
  • mcpnpm run build && node dist/src/mcp/server.js
  • mcp-proofnpm run build && node dist/src/cli.js mcp-proof --out artifacts/mcp-proof --live-mock --json
  • public-demo:buildnpm run build && npm run ui:build && node scripts/export-public-demo.js
  • public-demo:deploy:netlifynpm run public-demo:build && npx netlify deploy --dir=artifacts/public-demo
  • splunkreadynode dist/src/cli.js
  • testvitest run --passWithNoTests
  • test:workbenchvitest run tests/workbench tests/ui/app.test.ts
  • ui:buildvite build --config vite.config.ts
  • ui:devvite --host 127.0.0.1 --config vite.config.ts
  • verify:runtime-contractsnode scripts/verify-runtime-contracts.mjs
  • verify:scaffoldbash scripts/verify-scaffold.sh
  • workbenchnpm run build && npm run ui:build && node dist/src/workbench/server.js
  • workbench:devnpm run build && node dist/src/workbench/server.js --dev-ui
Dependencies1
  • zod^3.25.76