PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="chmod +x ./dist/entry.sh && chmod +x ./dist/container-config/run-visreg-test.sh && chmod +x ./dist/container-config/build-visreg-test.sh"

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
469
Versions published
88Mature · −50% score
First published
Dec 2023
Publisher
haglund

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherhaglund
Artifact bytes773,130
Previous version7.0.0
Published2026-06-02T13:36:04.092Z
SHA-2569ae6cadfebc90f31baf39f288efd6ce1d8146a281b122b6b1376ba45b68ce173

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="chmod +x ./dist/entry.sh && chmod +x ./dist/container-config/run-visreg-test.sh && chmod +x ./dist/container-config/build-visreg-test.sh"

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

Availability ledger

available

review
Last checked
reviewRisk
2Score
7.0.1Version
Status history (1 event)
  1. newavailable · risk review · score 2 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="chmod +x ./dist/entry.sh && chmod +x ./dist/container-config/run-visreg-test.sh && chmod +x ./dist/container-config/build-visreg-test.sh"5
lowObfuscation Densitypackage/npm-shrinkwrap.jsonhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts17
  • auditnpm audit
  • buildNODE_ENV=production npm run clear && tsc && npm run copy-files && npm run build-web-interface && npm shrinkwrap
  • build-dev-containernpm run build && chmod +x sandbox-project/node_modules/visreg-test/dist/visreg.js && chmod +x sandbox-project/node_modules/visreg-test/dist/entry.sh && cd sandbox-project && node_modules/visreg-test/dist/entry.sh --build-container --env=dev
  • build-web-interfacerm -rf dist/server/app && cd web && npm run build && cd .. && cp -r web/dist dist/server/app
  • clearrm -rf dist && mkdir dist
  • copy-filescp -r src/scaffold dist/ && cp -r src/container-config dist/ && cp src/entry.sh dist/
  • create-symlinknode -e "require('fs').symlinkSync(path.join(process.cwd(), './dist'), process.argv[1] + '/node_modules/visreg-test/dist')"
  • devNODE_ENV=development npm run watch
  • docdoctoc README.md --github --notitle
  • majornpm run prep && npm version major && npm publish
  • minornpm run prep && npm version minor && npm publish
  • patchnpm run prep && npm version patch && npm publish
  • postinstallchmod +x ./dist/entry.sh && chmod +x ./dist/container-config/run-visreg-test.sh && chmod +x ./dist/container-config/build-visreg-test.sh
  • prepnpm run doc && npm install && npm run build
  • preversionnpm audit --audit-level=high
  • scaffold-dev-containerchmod +x src/scaffold-dev-container.sh && ./src/scaffold-dev-container.sh
  • watchtsc --watch
Dependencies11
  • commander11.1.0
  • cors2.8.5
  • cypress-image-snapshot-fork-29.0.1-6
  • cypress-network-idle1.14.2
  • cypress-set-device-pixel-ratio1.0.4
  • express^4.19.2
  • local-cypress1.2.6
  • marked^12.0.2
  • open6.4.0
  • tsx4.21.0
  • ws^8.16.0