Package evidence
@see-what-i-see/[email protected]
Install-time lifecycle script: postinstall="node build-prompts.mjs && tsc"
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":["@see-what-i-see/[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":["@see-what-i-see/[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Install-time lifecycle script: postinstall="node build-prompts.mjs && tsc"
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (2 events)
- available → available · risk high · score 33 · status available -> available, risk high -> high, score 45 -> 33
- new → available · risk high · score 45 · status changed
Related candidates
Linked campaigns and clusters
jshute
2 members · evidence strength 55Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install-time lifecycle script | package.json | postinstall="node build-prompts.mjs && tsc" | 30 |
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install-time lifecycle script | package.json | postinstall="node build-prompts.mjs && tsc" | 30 |
| low | Obfuscation | package/dist/seewhatisee-mcp.js | matched "\\u2028" | 3 |
Manifest
Package metadata
Scripts7
buildnpm run prompts && tsc && node bundle.mjspostinstallnode build-prompts.mjs && tscprepacknpm run buildprepublishOnlynpm testpretestnpm run prompts && tscpromptsnode build-prompts.mjstestnode --test 'tests/*.test.mjs'