PkgRadar

Package evidence

@bovinphang/[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
1
First published
Jun 2026
Publisher
bovin

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":["@bovinphang/[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":["@bovinphang/[email protected]"],"fail_on":"review"}'
Publisherbovin
Artifact bytes347,678
Previous versionnone
Published2026-06-01T11:50:56.979Z
SHA-256b32a1944db2feb114e76b8fbe4b15bc98aaecdacf50707a73e122217e01bc383

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts20
  • audit:skillsnpm run build && tsx scripts/audit-skills.ts
  • buildnpm run clean && npm run typecheck && tsx scripts/build-dist.ts
  • build:openclawnpm run build && npm run build:openclaw:bundle
  • build:openclaw:bundletsx scripts/openclaw/build.ts
  • check:openclaw-disttsx scripts/openclaw/verify-openclaw-dist.ts
  • check:skills-publishnpm run build && tsx scripts/check-skills-publish.ts
  • cleannode scripts/clean-dist.mjs
  • pack:allnpm run build && npm run test:only && npm run build:openclaw:bundle && npm run check:openclaw-dist && tsx scripts/openclaw/pack-openclaw.ts && tsx scripts/pack-skills.ts && tsx scripts/check-skills-publish.ts
  • pack:openclawnpm run build:openclaw && npm run check:openclaw-dist && tsx scripts/openclaw/pack-openclaw.ts
  • pack:skillsnpm run build && tsx scripts/pack-skills.ts
  • prepacknpm run build
  • prepublishOnlynpm run sync:version && npm test
  • sync:versiontsx scripts/sync-version.ts
  • testnpm run build && npm run test:only
  • test:onlynode --import tsx --test --test-concurrency=1 tests/converters/codex-agents.test.ts tests/install/cli.test.ts tests/install/end-to-end.test.ts tests/install/update.test.ts tests/install/all-runtimes-dry.test.ts tests/install/metadata-consistency.test.ts tests/install/npm-pack.test.ts tests/install/skill-package.test.ts tests/install/ui-design-intelligence.test.ts tests/install/sync-version.test.ts tests/install/claude-cache.test.ts
  • typechecknpm run typecheck:ts && npm run typecheck:skill-scripts
  • typecheck:openclawtsc --noEmit -p tsconfig.openclaw.json
  • typecheck:skill-scriptstsc --allowJs --checkJs --noEmit --strict --module NodeNext --moduleResolution NodeNext --target ES2022 skills/fec-ui-design/scripts/design-system.mjs
  • typecheck:tstsc --noEmit -p tsconfig.json
  • versionnpm run sync:version && git add package.json package-lock.json .claude-plugin/plugin.json .claude-plugin/marketplace.json openclaw.plugin.json skills/metadata.json