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 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":["[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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | postinstall="chmod +x ./dist/entry.sh && chmod +x ./dist/container-config/run-visreg-test.sh && chmod +x ./dist/container-config/build-visreg-test.sh" | 5 |
| low | Obfuscation Density | package/npm-shrinkwrap.json | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts17
auditnpm auditbuildNODE_ENV=production npm run clear && tsc && npm run copy-files && npm run build-web-interface && npm shrinkwrapbuild-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=devbuild-web-interfacerm -rf dist/server/app && cd web && npm run build && cd .. && cp -r web/dist dist/server/appclearrm -rf dist && mkdir distcopy-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 watchdocdoctoc README.md --github --notitlemajornpm run prep && npm version major && npm publishminornpm run prep && npm version minor && npm publishpatchnpm run prep && npm version patch && npm publishpostinstallchmod +x ./dist/entry.sh && chmod +x ./dist/container-config/run-visreg-test.sh && chmod +x ./dist/container-config/build-visreg-test.shprepnpm run doc && npm install && npm run buildpreversionnpm audit --audit-level=highscaffold-dev-containerchmod +x src/scaffold-dev-container.sh && ./src/scaffold-dev-container.shwatchtsc --watch
Dependencies11
commander11.1.0cors2.8.5cypress-image-snapshot-fork-29.0.1-6cypress-network-idle1.14.2cypress-set-device-pixel-ratio1.0.4express^4.19.2local-cypress1.2.6marked^12.0.2open6.4.0tsx4.21.0ws^8.16.0