PkgRadar

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 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":["@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"}'
Artifact bytes102,513
Previous version5.8.30
Published2026-06-12T21:28:37.620Z
SHA-2567b921e0ade47d2b2b1426eacc454121696fa65c0f5fdcd650a36679655591179

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

review
Last checked
reviewRisk
1Score
5.8.31Version
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 codeGen"5

Manifest

Package metadata

Scripts30
  • buildtsc -p tsconfig.build.json && npm run build:bundle:all && npm run build:console && npm run build:css
  • build:bundle:allnpx ts-node bundle.ts --config bundles/all.json
  • build:consolenpx rollup --config rollup.console.config.mjs
  • build:console:watchnpx rollup --config rollup.console.config.mjs --watch
  • build: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.css
  • build:watchtsc -p tsconfig.build.json --watch
  • build:watch:csspostcss ad-tag/source/css/*.css --dir dist --watch
  • cleanrm -rf lib
  • codeGennode codeGen.js
  • compiletsc --noEmit
  • linteslint ./ad-tag/source --ext .ts,.tsx && npm run prettier
  • lint:fixeslint ./ad-tag/source --ext .ts,.tsx --fix && npm run prettier:fix
  • postinstallnpm run codeGen
  • postpublishnpm run clean
  • prepacknpm run clean && npm run build
  • prepublishOnlynpm run setup:css:defaults
  • prettierprettier --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:validate
  • release:validatenpm run validate && npm run build
  • schemats-json-schema-generator --tsconfig tsconfig.json --path 'ad-tag/source/ts/types/moliConfig.ts' --type 'MoliConfig' --out schema.json
  • setupnpm run clean && npm ci --engine-strict && npm run codeGen && npm run setup:css:defaults && npm run build
  • setup: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.css
  • startnpm run watch
  • testmocha --require ts-node/register --require tsconfig-paths/register ad-tag/**/*.test.ts
  • test:junitmocha --forbid-only --reporter mocha-junit-reporter --reporter-options mochaFile=./temp/test-results.xml --require ts-node/register source/**/*.test.ts
  • test:single:filemocha --require ts-node/register --require tsconfig-paths/register
  • test:single:unitmocha --require ts-node/register --require tsconfig-paths/register --grep 'test name'
  • validatenpm run compile && npm run lint && npm run test
  • watchtsc --composite false --watch
Dependencies5
  • @iabtcf/core^1.5.6
  • core-js3.37.1
  • react^18.3.1
  • react-dom^18.3.1
  • whatwg-fetch^3.6.20