Recommended action
Block this updateStatic evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.
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":["@davidwells/[email protected]"],"fail_on":"high"}'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":["@davidwells/[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
New Lifecycle Script Vs Previous: prepare added in 0.4.4 vs 0.4.2: "npm run build"
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 high · score 95 · status changed
Related candidates
Linked campaigns and clusters
davidwells
5 members · evidence strength 83Evidence
Static findings
9 static · 1 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | New Lifecycle Script Vs Previous | package.json | prepare added in 0.4.4 vs 0.4.2: "npm run build" | 40 |
| high | Credential file access | package/.github/workflows/claude.yml | matched "GITHUB_TOKEN" | 30 |
Show all 10 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | New Lifecycle Script Vs Previous | package.json | prepare added in 0.4.4 vs 0.4.2: "npm run build" | 40 |
| high | Credential file access | package/.github/workflows/claude.yml | matched "GITHUB_TOKEN" | 30 |
| low | Install-time lifecycle script | package.json | prepare="npm run build" | 4 |
| low | Obfuscation | package/dist/platform/b64.js | matched "Buffer.from(b64Encoded, \"base64" | 3 |
| low | Obfuscation | package/dist/srp/franken-srp/compute-key.js | matched "\\u0001" | 3 |
| low | Obfuscation | package/dist/util/converters.js | matched "fromCharCode" | 3 |
| low | Obfuscation | package/src/platform/b64.ts | matched "Buffer.from(b64Encoded, \"base64" | 3 |
| low | Obfuscation | package/src/srp/franken-srp/compute-key.ts | matched "\\u0001" | 3 |
| low | Obfuscation | package/src/util/converters.ts | matched "fromCharCode" | 3 |
| low | Obfuscation | package/.github/workflows/claude.yml | matched "fromCharCode" | 3 |
Manifest
Package metadata
Scripts13
buildnpm run clean && tsc --build --forcecdkdeploycd src/test/cdk && cdk deploy --outputs-file cfn_out.jsoncdkdestroycd src/test/cdk && cdk destroycdktestjest src/test/cdkcleanrm -rf tsconfig.tsbuildinfo distcreateTestUserscd src/test && ts-node createTestUsers > test_users_out.jsonpreparenpm run buildpublishgit push origin && git push origin --tagsrelease:majornpm version major && npm publishrelease:minornpm version minor && npm publishrelease:patchnpm version patch && npm publishtestjestwatchtsc --build --force --watch