PkgRadar

Package evidence

@defra/[email protected]

Install-time lifecycle script: postinstall="npm run setup:husky"

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
10Established · −30% score
First published
Aug 2025
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@defra/[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":["@defra/[email protected]"],"fail_on":"review"}'
Artifact bytes4,612
Previous version0.7.0
Published2026-02-11T10:59:24.542Z
SHA-256b740925a2969bc4f5368b58e01ba2ad17375ae8cb150a5812168baeb3fdd35ce

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="npm run setup:husky"

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

Availability ledger

available

review
Last checked
reviewRisk
1Score
0.7.1Version
Status history (1 event)
  1. newavailable · risk review · score 1 · 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
lowInstall-time lifecycle scriptpackage.jsonpostinstall="npm run setup:husky"5

Manifest

Package metadata

Scripts9
  • formatprettier --write "**/*.{cjs,js,json,md}"
  • format:checkprettier --check "**/*.{cjs,js,json,md}"
  • git:pre-commit-hooknpm run format:check && npm run lint
  • github:releasenpx cdp-github-release catbox-dynamodb
  • linteslint --cache --cache-strategy content "**/*.{cjs,js}"
  • lint:fixnpm run lint -- --fix
  • postinstallnpm run setup:husky
  • setup:huskynode -e "try { (await import('husky')).default() } catch (e) { if (e.code !== 'ERR_MODULE_NOT_FOUND') throw e }" --input-type module
  • testvitest run --coverage
Dependencies3
  • @aws-sdk/client-dynamodb3.986.0
  • @aws-sdk/util-dynamodb3.986.0
  • @hapi/boom10.0.1