PkgRadar

Package evidence

@alpaca-software/[email protected]

Large Javascript Payload: 5141106 bytes

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
2
First published
May 2026
Publisher
wnmitch

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":["@alpaca-software/[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":["@alpaca-software/[email protected]"],"fail_on":"review"}'
Publisherwnmitch
Artifact bytes485,938
Previous versionnone
Published2026-05-27T22:52:13.282Z
SHA-256eb50d840a854fe13e071f37c489a319e4e52e74888a54599d413669e9089ecfe

Why flagged

What the scanner saw

Large Javascript Payload: 5141106 bytes

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/data/bundle.generated.js5141106 bytes10

Manifest

Package metadata

Scripts13
  • buildnpm run codegen:data && tsc
  • bundle:schemastsx src/bundle-schemas.ts
  • codegen:datatsx src/codegen-data.ts
  • codegen:typesjson2ts -i ../crates/wh40kdc/schemas/bundled.schema.json -o src/generated.ts --unreachableDefinitions --bannerComment "/* Generated from crates/wh40kdc/schemas/bundled.schema.json by 'npm run codegen:types'. DO NOT EDIT BY HAND. */"
  • copy:schemasrm -rf schemas && cp -R ../schemas schemas
  • docs:apitypedoc
  • prepacknpm run build && npm run copy:schemas
  • pretestnpm run codegen:data
  • testvitest run
  • translatetsx src/cli.ts translate
  • validatetsx src/cli.ts validate-all
  • validate:coretsx src/cli.ts validate-core
  • validate:enrichmenttsx src/cli.ts validate-enrichment
Dependencies5
  • ajv^8.17.0
  • ajv-formats^3.0.0
  • chalk^5.3.0
  • commander^12.0.0
  • glob^11.0.0