PkgRadar

Package evidence

@thynameisjayvee/[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall.js"

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.

Versions published
2
First published
Jun 2026
Publisher
thynameisjayvee

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":["@thynameisjayvee/[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":["@thynameisjayvee/[email protected]"],"fail_on":"review"}'
Artifact bytes50,602
Previous versionnone
Published2026-06-05T09:47:52.517Z
SHA-25619e5aae55b8dc1fc611ec33d300d7e86fd986c71f194e783d8e9c5ff3673cd25

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall.js"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
0.1.0Version
Status history (1 event)
  1. newavailable · risk review · score 5 · 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="node scripts/postinstall.js"5

Manifest

Package metadata

Scripts14
  • advise-stacktsx src/core/stack/index.ts
  • alphatsx src/cli.ts
  • buildtsc
  • devtsx src/cli.ts
  • gather-requirementstsx src/core/requirements/index.ts
  • generate-spectsx src/core/generator/index.ts
  • implementtsx src/core/implementation/index.ts
  • postinstallnode scripts/postinstall.js
  • prepublishOnlynpm run build
  • reviewtsx src/core/reviewer/index.ts
  • testvitest run
  • test:coveragevitest run --coverage
  • test:uivitest --ui
  • test:watchvitest
Dependencies9
  • chalk^5.3.0
  • commander^12.1.0
  • find-up^7.0.0
  • glob^13.0.6
  • inquirer^9.2.12
  • marked^18.0.5
  • ora^8.0.1
  • uuid^9.0.1
  • zod^3.22.4