PkgRadar

Package evidence

@abraca/[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
1,001Niche · −30% score
Versions published
26
First published
May 2026
Publisher
rgby

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":["@abraca/[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":["@abraca/[email protected]"],"fail_on":"review"}'
Publisherrgby
Artifact bytes76,854
Previous version2.26.0
Published2026-06-13T18:28:00.506Z
SHA-2560f50c11a2f2c33ac77c029ea7c1462ca3110160fc7dbd313a181a9ece2751d50

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

Scripts3
  • schema:gennode --no-warnings --conditions=source --experimental-transform-types scripts/codegen-ts.ts && node --no-warnings --conditions=source --experimental-transform-types scripts/codegen-json-schema.ts && node --no-warnings --conditions=source --experimental-transform-types scripts/codegen-plugin-manifest-json-schema.ts && node --no-warnings --conditions=source --experimental-transform-types scripts/codegen-rust.ts && node --no-warnings --conditions=source --experimental-transform-types scripts/codegen-swift.ts && node --no-warnings --conditions=source --experimental-transform-types scripts/codegen-md.ts
  • schema:gen:checknode --no-warnings --conditions=source --experimental-transform-types scripts/codegen-ts.ts --check && node --no-warnings --conditions=source --experimental-transform-types scripts/codegen-json-schema.ts --check && node --no-warnings --conditions=source --experimental-transform-types scripts/codegen-plugin-manifest-json-schema.ts --check && node --no-warnings --conditions=source --experimental-transform-types scripts/codegen-rust.ts --check && node --no-warnings --conditions=source --experimental-transform-types scripts/codegen-swift.ts --check && node --no-warnings --conditions=source --experimental-transform-types scripts/codegen-md.ts --check
  • testnode --no-warnings --conditions=source --experimental-transform-types --test 'tests/*.test.ts'