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 promotingMixed 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"}'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
Status history (4 events)
- available → available · risk review · score 3 · status available -> available, risk high -> review, score 37 -> 3
- available → available · risk high · score 37 · status available -> available, risk high -> high, score 53 -> 37
- available → available · risk high · score 53 · status available -> available, risk high -> high, score 78 -> 53
- new → available · risk high · score 78 · status changed
Related candidates
Linked campaigns and clusters
hunyed15
10 members · evidence strength 79Evidence
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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | postinstall="node scripts/postinstall_codecgc.js" | 5 |
Manifest
Package metadata
Scripts15
cgc:audit-historical-auditspython scripts/audit_codecgc_historical_audits.py --format summarycgc:audit-review-policypython scripts/audit_codecgc_review_policy.py --artifact-class all --format summarycgc:doctornode bin/cgc-doctor.js --format summarycgc:external-auditnode bin/cgc-external-audit.js --format summarycgc:external-statusnode bin/cgc-external-status.js --format summarycgc:helpnode bin/cgc.js --helpcgc:historynode bin/cgc-history.js --status open --last 10 --format summarycgc:lifecyclenode bin/cgc-lifecycle.js --format summarycgc:pack-dry-runnpm pack --dry-runcgc:package-auditnode bin/cgc-package-audit.js --format summarycgc:refresh-review-policypython scripts/refresh_codecgc_review_policy.py --artifact-class all --writecgc:release-readinessnode bin/cgc-release-readiness.js --format summarycgc:startnode bin/cgc-start.js --format summarycgc:statusnode bin/cgc-status.js --format summarypostinstallnode scripts/postinstall_codecgc.js