PkgRadar

Package evidence

@vanillagreen/[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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":["@vanillagreen/[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":["@vanillagreen/[email protected]"],"fail_on":"review"}'
Artifact bytes611,479
Previous version1.1.3
Published2026-05-19T07:04:45.469Z
SHA-25660e810ca8d4d7de778a065e345807b4a7103126d4bde7e70a44b6fc3f38df02a

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

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

Availability ledger

available

review
Last checked
reviewRisk
39Score
1.1.4Version
Status history (1 event)
  1. newavailable · risk review · score 39 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/bundle/index.jsmatched "raw.githubusercontent.com"12
mediumObfuscation Densitypackage/bundle/index.jshigh encoded/escaped-token density12
mediumRemote Payloadpackage/package.jsonmatched "raw.githubusercontent.com"12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/bundle/index.jsmatched "raw.githubusercontent.com"12
mediumObfuscation Densitypackage/bundle/index.jshigh encoded/escaped-token density12
mediumRemote Payloadpackage/package.jsonmatched "raw.githubusercontent.com"12
lowObfuscationpackage/bundle/index.jsmatched "\\u2028"3

Manifest

Package metadata

Scripts6
  • buildesbuild src/index.ts --bundle --platform=node --format=esm --target=node22 --outfile=bundle/index.js --external:@earendil-works/pi-ai --external:@earendil-works/pi-coding-agent
  • prepacknpm run build
  • testset -a && [ -f .env.test ] && . ./.env.test; set +a && npm run test:unit && tests/int-smoke.sh && tests/int-multi-turn.sh && tests/int-cache.sh && node --import tsx --test tests/int-*.mjs
  • test:unitnode --import tsx --test tests/unit-*.mjs
  • test:usagetests/usage-test.sh
  • typechecktsc --noEmit
Dependencies4
  • @anthropic-ai/claude-agent-sdk0.2.128
  • @anthropic-ai/sdk^0.73.0
  • cc-session-io^0.3.1
  • change-case^5.4.4