Package evidence
@highfivve/[email protected]
Install-time lifecycle script: postinstall="npm run codeGen"
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
- 464
- Versions published
- 38Established · −30% score
- First published
- Sep 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 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":["@highfivve/[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":["@highfivve/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Install-time lifecycle script: postinstall="npm run codeGen"
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | postinstall="npm run codeGen" | 5 |
Manifest
Package metadata
Scripts30
buildtsc -p tsconfig.build.json && npm run build:bundle:all && npm run build:console && npm run build:cssbuild:bundle:allnpx ts-node bundle.ts --config bundles/all.jsonbuild:consolenpx rollup --config rollup.console.config.mjsbuild:console:watchnpx rollup --config rollup.console.config.mjs --watchbuild:csspostcss ad-tag/source/css/styles.css ad-tag/source/css/styles.novars.css --dir dist && cp ad-tag/source/css/vars.css dist/vars.cssbuild:watchtsc -p tsconfig.build.json --watchbuild:watch:csspostcss ad-tag/source/css/*.css --dir dist --watchcleanrm -rf libcodeGennode codeGen.jscompiletsc --noEmitlinteslint ./ad-tag/source --ext .ts,.tsx && npm run prettierlint:fixeslint ./ad-tag/source --ext .ts,.tsx --fix && npm run prettier:fixpostinstallnpm run codeGenpostpublishnpm run cleanprepacknpm run clean && npm run buildprepublishOnlynpm run setup:css:defaultsprettierprettier --config .prettierrc --ignore-path .prettierignore --check "ad-tag/source/**/*.{ts,tsx,css}"prettier:fixprettier --config .prettierrc --ignore-path .prettierignore --write --check "ad-tag/source/**/*.{ts,tsx,css}"releasenp --no-release-draft --no-publish --test-script release:validaterelease:validatenpm run validate && npm run buildschemats-json-schema-generator --tsconfig tsconfig.json --path 'ad-tag/source/ts/types/moliConfig.ts' --type 'MoliConfig' --out schema.jsonsetupnpm run clean && npm ci --engine-strict && npm run codeGen && npm run setup:css:defaults && npm run buildsetup:css:defaultscp ad-tag/source/css/media.json ad-tag/source/css/publisher.media.json && cp ad-tag/source/css/vars.css ad-tag/source/css/publisher.vars.cssstartnpm run watchtestmocha --require ts-node/register --require tsconfig-paths/register ad-tag/**/*.test.tstest:junitmocha --forbid-only --reporter mocha-junit-reporter --reporter-options mochaFile=./temp/test-results.xml --require ts-node/register source/**/*.test.tstest:single:filemocha --require ts-node/register --require tsconfig-paths/registertest:single:unitmocha --require ts-node/register --require tsconfig-paths/register --grep 'test name'validatenpm run compile && npm run lint && npm run testwatchtsc --composite false --watch
Dependencies5
@iabtcf/core^1.5.6core-js3.37.1react^18.3.1react-dom^18.3.1whatwg-fetch^3.6.20