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":["[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":["[email protected]"],"fail_on":"high"}'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
Status history (1 event)
- new → available · risk high · score 48 · status changed
Related candidates
Linked campaigns and clusters
harrystevens
2 members · evidence strength 53Evidence
Static findings
4 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/build/geometric.cjs | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/build/api.generated.js | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/build/geometric.js | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/build/geometric.min.js | matched "raw.githubusercontent.com" | 12 |
Manifest
Package metadata
Scripts13
buildpnpm run clean && pnpm run build:js && pnpm run build:types && pnpm run build:apibuild:apinode scripts/generate-api.js --out build/api.generated.jsbuild:jsrollup -cbuild:typestsc -p tsconfig.build.jsoncleanrm -rf buildformatprettier . --writeformat:checkprettier . --checkgenerate:apinode scripts/generate-api.jslinteslint . --max-warnings=0releasesemantic-releasetestpnpm run build && pnpm run test:runtime && pnpm run test:typestest:runtimemocha 'test/**/*-test.js'test:typestsc -p test/tsconfig.json --noEmit