PkgRadar

Package evidence

@contentauth/[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall.cjs"

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
11,789Mainstream · −50% score
Versions published
17Established · −30% score
First published
Aug 2025
Publisher
caiopensrc

Effective trust discount applied: 50% (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":["@contentauth/[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":["@contentauth/[email protected]"],"fail_on":"review"}'
Publishercaiopensrc
Artifact bytes22,155,990
Previous version0.5.1
Published2026-03-09T14:27:38.938Z
SHA-2560d46be19ee8e755ffc8b7f5ffc12f51acc591761f325b5c9754ac5359ae6b84e

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall.cjs"

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

Availability ledger

available

review
Last checked
reviewRisk
2Score
0.5.2Version
Status history (1 event)
  1. newavailable · risk review · score 2 · 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="node scripts/postinstall.cjs"5

Manifest

Package metadata

Scripts21
  • buildrun-s build:rust build:ts
  • build:debugrun-s build:rust-debug build:ts
  • build:docsrimraf docs-typedoc && typedoc --plugin typedoc-plugin-markdown --readme README.md --out docs-typedoc js-src/index.ts && cpy "docs-typedoc/**" docs --parents --overwrite --ignore="docs-typedoc/classes/index.md" --ignore="docs-typedoc/README.md" && rimraf docs-typedoc
  • build:rustpnpm run build:rust-debug --release
  • build:rust-debugcargo build --message-format=json-render-diagnostics > cargo.log
  • build:tstsc -b && cpy index.node dist && cpy index.node js-src && cpy --flat js-src/types.d.ts dist/types
  • changeset:publishchangeset publish
  • cirun-s build:rust-debug build:ts test
  • ci:releasepnpm run build && changeset tag && pnpm publish --access=public --no-git-checks
  • cleanrimraf dist target
  • crosspnpm run cross-build --release
  • cross-buildcross build --message-format=json-render-diagnostics > cross.log
  • debugpnpm run cargo-build --
  • lintcargo clippy && pnpm eslint
  • postbuild:rust-debugneon dist < cargo.log
  • postcross-buildneon dist -m /target < cross.log
  • postinstallnode scripts/postinstall.cjs
  • releaserun-s build changeset:publish
  • testpnpm build:debug && vitest run
  • test:uipnpm build:debug && vitest --ui
  • test:watchpnpm build:debug && vitest
Dependencies9
  • cargo-cp-artifact^0.1.0
  • cli-progress^3.2.0
  • debug^4.4.1
  • fs-extra^11.3.1
  • mkdirp^3.0.0
  • node-fetch^3.3.2
  • pkg-dir^8.0.0
  • pretty-bytes^6.0.0
  • unzipper^0.10.0