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,363
Previous version1.3.1
Published2026-05-24T20:16:28.510Z
SHA-2560d22ef63dacfd718ef420009451fb9f6b5a3b671301c2f0c9558b13e7a973732

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.3.2Version
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-BfPpw6Ho.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

Scripts15
  • buildcd ui && npm install && npm run build && cd .. && tsc && chmod +x dist/bin/work-summary.js
  • build:backendtsc && chmod +x dist/bin/work-summary.js
  • build:frontendcd ui && npm run build
  • changelogconventional-changelog -p angular -i CHANGELOG.md -s
  • devtsx src/bin/work-summary.ts
  • postversiongit push && git push --tags && npm run release:github && npm run release:docs
  • preparenpm run build
  • preversionnpm test
  • release:docsgh workflow run deploy-docs.yml
  • release:githubgh release create v$npm_package_version --generate-notes --title v$npm_package_version
  • release:npmnpm publish
  • startnode dist/bin/work-summary.js
  • testvitest run
  • typechecktsc --noEmit
  • versionnpm run changelog && git add CHANGELOG.md
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