PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: prepare="npm run build"

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"}'
Publisherveyydant
Artifact bytes151,267
Previous version1.1.0
Published2026-05-24T19:10:42.018Z
SHA-2564958d680d6010833afe357d14762219a8ca38237a72eaeddd5edf991ef9ee386

Why flagged

What the scanner saw

Install-time lifecycle script: prepare="npm run build"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 8 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonprepare="npm run build"4
lowObfuscationpackage/dist/cli/commands/docs.jsmatched "\\x1b"3
lowObfuscationpackage/dist/cli/commands/doctor.jsmatched "\\x1b"3
lowObfuscationpackage/dist/ui/routes/doctor.jsmatched "\\x1b"3
lowObfuscationpackage/dist/ui/public/assets/index-DqEdTmp5.jsmatched "\\u00C0"3
lowObfuscationpackage/dist/git/ingestion.jsmatched "\\x00"3
lowObfuscationpackage/dist/cli/commands/mintlify.jsmatched "\\x1b"3
lowObfuscationpackage/dist/ui/routes/reports.jsmatched "Buffer.from(encoded, 'base64"3

Manifest

Package metadata

Scripts9
  • buildcd ui && npm install && npm run build && cd .. && tsc && chmod +x dist/bin/daily-summary.js
  • build:backendtsc && chmod +x dist/bin/daily-summary.js
  • build:frontendcd ui && npm run build
  • changelogconventional-changelog -p angular -i CHANGELOG.md -s
  • devtsx src/bin/daily-summary.ts
  • preparenpm run build
  • startnode dist/bin/daily-summary.js
  • testvitest run
  • typechecktsc --noEmit
Dependencies6
  • @google/generative-ai^0.21.0
  • @linear/sdk^84.0.0
  • commander^12.1.0
  • express^4.21.0
  • mustache^4.2.0
  • open^10.1.0