PkgRadar

Package evidence

@amanita-labs/[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.

Weekly downloads
5
Versions published
2
First published
May 2026
Publisher
ryun1

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":["@amanita-labs/[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":["@amanita-labs/[email protected]"],"fail_on":"review"}'
Publisherryun1
Artifact bytes138,802
Previous versionnone
Published2026-05-08T18:15:19.024Z
SHA-256f8e2e157f8332136f80dd4d971cda648cc674e05eb06b72918c51541ca3602b1

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.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

Scripts9
  • buildbun run build:esm && bun run build:types
  • build:esmbun build ./src/index.ts --outdir ./dist --format esm --target node --external jsonld --external blakejs --external @noble/ed25519 --external zod --external @emurgo/cardano-serialization-lib-nodejs --external @emurgo/cardano-serialization-lib-browser --external @emurgo/cardano-serialization-lib-asmjs && bun build ./src/cip100/index.ts --outdir ./dist/cip100 --format esm --target node --external jsonld --external blakejs --external @noble/ed25519 --external zod --external @emurgo/cardano-serialization-lib-nodejs --external @emurgo/cardano-serialization-lib-browser --external @emurgo/cardano-serialization-lib-asmjs && bun build ./src/cip108/index.ts --outdir ./dist/cip108 --format esm --target node --external jsonld --external blakejs --external @noble/ed25519 --external zod --external @emurgo/cardano-serialization-lib-nodejs --external @emurgo/cardano-serialization-lib-browser --external @emurgo/cardano-serialization-lib-asmjs && bun build ./src/cip119/index.ts --outdir ./dist/cip119 --format esm --target node --external jsonld --external blakejs --external @noble/ed25519 --external zod --external @emurgo/cardano-serialization-lib-nodejs --external @emurgo/cardano-serialization-lib-browser --external @emurgo/cardano-serialization-lib-asmjs && bun build ./src/cip136/index.ts --outdir ./dist/cip136 --format esm --target node --external jsonld --external blakejs --external @noble/ed25519 --external zod --external @emurgo/cardano-serialization-lib-nodejs --external @emurgo/cardano-serialization-lib-browser --external @emurgo/cardano-serialization-lib-asmjs && bun build ./src/cip169/index.ts --outdir ./dist/cip169 --format esm --target node --external jsonld --external blakejs --external @noble/ed25519 --external zod --external @emurgo/cardano-serialization-lib-nodejs --external @emurgo/cardano-serialization-lib-browser --external @emurgo/cardano-serialization-lib-asmjs
  • build:typestsc --project tsconfig.build.json --emitDeclarationOnly
  • cleanrm -rf dist
  • lintbiome check ./src
  • prepublishOnlybun run clean && bun run build && bun test
  • testbun test
  • test:watchbun test --watch
  • type-checktsc --noEmit
Dependencies4
  • @noble/ed25519^2.2.3
  • blakejs^1.2.1
  • jsonld^8.3.3
  • zod^3.24.2