PkgRadar

Package evidence

@see-what-i-see/[email protected]

Install-time lifecycle script: postinstall="node build-prompts.mjs && tsc"

Recommended action

Block this update

Static 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"}'
Publisherjshute
Artifact bytes112,279
Previous version0.1.0
Published2026-05-24T04:37:11.652Z
SHA-256b35688d4dc0deabd3ad7a4cd9ac94fb32ab5ec4042bf319278d39c84324bde21

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

high
Last checked
highRisk
33Score
0.1.1Version
Status history (2 events)
  1. availableavailable · risk high · score 33 · status available -> available, risk high -> high, score 45 -> 33
  2. newavailable · risk high · score 45 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

jshute

2 members · evidence strength 55

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpostinstall="node build-prompts.mjs && tsc"30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpostinstall="node build-prompts.mjs && tsc"30
lowObfuscationpackage/dist/seewhatisee-mcp.jsmatched "\\u2028"3

Manifest

Package metadata

Scripts7
  • buildnpm run prompts && tsc && node bundle.mjs
  • postinstallnode build-prompts.mjs && tsc
  • prepacknpm run build
  • prepublishOnlynpm test
  • pretestnpm run prompts && tsc
  • promptsnode build-prompts.mjs
  • testnode --test 'tests/*.test.mjs'