PkgRadar

Package evidence

@hunyed15/[email protected]

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

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
3,865Niche · −30% score
Versions published
42
First published
May 2026
Publisher
hunyed15

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

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":["@hunyed15/[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":["@hunyed15/[email protected]"],"fail_on":"review"}'
Publisherhunyed15
Artifact bytes217,530
Previous version0.2.12
Published2026-05-23T10:31:37.621Z
SHA-25651352c11771a8ee58252d2123608df79f89b5623b171762b05de62c8be2559eb

Why flagged

What the scanner saw

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

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
0.2.13Version
Status history (4 events)
  1. availableavailable · risk review · score 3 · status available -> available, risk high -> review, score 37 -> 3
  2. availableavailable · risk high · score 37 · status available -> available, risk high -> high, score 53 -> 37
  3. availableavailable · risk high · score 53 · status available -> available, risk high -> high, score 78 -> 53
  4. newavailable · risk high · score 78 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

hunyed15

10 members · evidence strength 79

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_codecgc.js"5

Manifest

Package metadata

Scripts15
  • cgc:audit-historical-auditspython scripts/audit_codecgc_historical_audits.py --format summary
  • cgc:audit-review-policypython scripts/audit_codecgc_review_policy.py --artifact-class all --format summary
  • cgc:doctornode bin/cgc-doctor.js --format summary
  • cgc:external-auditnode bin/cgc-external-audit.js --format summary
  • cgc:external-statusnode bin/cgc-external-status.js --format summary
  • cgc:helpnode bin/cgc.js --help
  • cgc:historynode bin/cgc-history.js --status open --last 10 --format summary
  • cgc:lifecyclenode bin/cgc-lifecycle.js --format summary
  • cgc:pack-dry-runnpm pack --dry-run
  • cgc:package-auditnode bin/cgc-package-audit.js --format summary
  • cgc:refresh-review-policypython scripts/refresh_codecgc_review_policy.py --artifact-class all --write
  • cgc:release-readinessnode bin/cgc-release-readiness.js --format summary
  • cgc:startnode bin/cgc-start.js --format summary
  • cgc:statusnode bin/cgc-status.js --format summary
  • postinstallnode scripts/postinstall_codecgc.js