PkgRadar

Package evidence

@alpaca-software/[email protected]

Large Javascript Payload: 6204026 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.

Weekly downloads
1,091Niche · −30% score
Versions published
17
First published
May 2026
Publisher
wnmitch

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

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":["@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 bytes1,662,468
Previous version0.4.13
Published2026-06-04T22:51:47.371Z
SHA-256214fe38df8e40a2d2c690eb387b0e66a287d8f0af0510b96382cf77427546ccc

Why flagged

What the scanner saw

Large Javascript Payload: 6204026 bytes

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/data/bundle.generated.js6204026 bytes0

Manifest

Package metadata

Scripts25
  • audit:coveragetsx src/cli.ts audit-coverage --write
  • author:applytsx src/author-batch.ts apply
  • author:inputtsx src/author-input.ts
  • author:proposetsx src/author-batch.ts propose
  • author:repairtsx src/author-batch.ts repair
  • author:reviewtsx src/author-batch.ts review
  • author:seedtsx src/author-seed.ts
  • 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
  • demo:rube-goldbergtsx src/rube-goldberg.ts
  • docs:apitypedoc
  • docs:api:htmltypedoc --options typedoc.html.json
  • gen:conformancetsx src/gen-conformance.ts
  • link:abilitiestsx src/link-abilities.ts
  • prepacknpm run build && npm run copy:schemas
  • pretestnpm run codegen:data
  • scrub:defensive-flagtsx src/scrub-defensive-flag.ts
  • 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