PkgRadar

Package evidence

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

Remote Payload: matched "raw.githubusercontent.com"

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,284
Previous version0.1.1
Published2026-05-24T05:09:41.201Z
SHA-2561a8d6263e761471c6d82ea5f386aa08e8e5ad2476670e59a28de14fe22d098b2

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: prepare added in 0.1.2 vs 0.1.1: "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
59Score
0.1.2Version
Status history (1 event)
  1. newavailable · risk high · score 59 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

jshute

2 members · evidence strength 55

Evidence

Static findings

3 static · 1 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonprepare added in 0.1.2 vs 0.1.1: "node build-prompts.mjs && tsc"40
mediumRemote Payloadpackage/dist/seewhatisee-mcp.jsmatched "raw.githubusercontent.com"12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonprepare added in 0.1.2 vs 0.1.1: "node build-prompts.mjs && tsc"40
mediumRemote Payloadpackage/dist/seewhatisee-mcp.jsmatched "raw.githubusercontent.com"12
lowInstall-time lifecycle scriptpackage.jsonprepare="node build-prompts.mjs && tsc"4
lowObfuscationpackage/dist/seewhatisee-mcp.jsmatched "\\u2028"3

Manifest

Package metadata

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