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":["@vauban-org/[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":["@vauban-org/[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Credential file access: matched "GITHUB_TOKEN"
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 237 · status changed
Related candidates
Linked campaigns and clusters
sfirae54
3 members · evidence strength 77Evidence
Static findings
31 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/adapters/publishers/github.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/src/adapters/publishers/github.ts | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/src/publishers/publishers.test.ts | matched "GITHUB_TOKEN" | 30 |
| medium | Remote Payload | package/dist/skill-manifest/anchor.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/dist/skills/starknet-balance.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/dist/dataops/voyager.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/src/skill-manifest/anchor.ts | matched "cUrl " | 12 |
| medium | Remote Payload | package/src/remote/http-server.ts | matched "curl " | 12 |
| medium | Remote Payload | package/src/skills/starknet-balance.ts | matched "cUrl " | 12 |
| medium | Remote Payload | package/src/dataops/voyager.ts | matched "cUrl " | 12 |
Show all 31 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/adapters/publishers/github.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/src/adapters/publishers/github.ts | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/src/publishers/publishers.test.ts | matched "GITHUB_TOKEN" | 30 |
| medium | Remote Payload | package/dist/skill-manifest/anchor.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/dist/skills/starknet-balance.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/dist/dataops/voyager.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/src/skill-manifest/anchor.ts | matched "cUrl " | 12 |
| medium | Remote Payload | package/src/remote/http-server.ts | matched "curl " | 12 |
| medium | Remote Payload | package/src/skills/starknet-balance.ts | matched "cUrl " | 12 |
| medium | Remote Payload | package/src/dataops/voyager.ts | matched "cUrl " | 12 |
| low | Obfuscation | package/dist/skill-manifest/anchor.js | matched "Buffer.from(tsaTokenBase64, \"base64" | 3 |
| low | Obfuscation | package/dist/trace/canonical.js | matched "fromCharCode" | 3 |
| low | Obfuscation | package/dist/proof/cert-verify.js | matched "Buffer.from(pubkeySpkiB64, \"base64" | 3 |
| low | Obfuscation | package/dist/adapters/messaging/console.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/dist/remote/crypto.js | matched "Buffer.from(publicKeyB64, \"base64" | 3 |
| low | Obfuscation | package/dist/testing/eval.js | matched "Eval(" | 3 |
| low | Obfuscation | package/dist/orchestration/idempotency.js | matched "\\x1f" | 3 |
| low | Obfuscation | package/dist/resilience/idempotent.js | matched "\\x1f" | 3 |
| low | Obfuscation | package/dist/remote/sub-token.js | matched "Buffer.from(s, \"base64" | 3 |
| low | Obfuscation | package/dist/loop/world-state-hash.js | matched "\\x00" | 3 |
| low | Obfuscation | package/src/skill-manifest/anchor.ts | matched "Buffer.from(tsaTokenBase64, \"base64" | 3 |
| low | Obfuscation | package/src/trace/canonical.ts | matched "fromCharCode" | 3 |
| low | Obfuscation | package/src/proof/cert-verify.ts | matched "Buffer.from(pubkeySpkiB64, \"base64" | 3 |
| low | Obfuscation | package/src/adapters/messaging/console.ts | matched "\\x1b" | 3 |
| low | Obfuscation | package/src/remote/crypto.ts | matched "Buffer.from(publicKeyB64, \"base64" | 3 |
| low | Obfuscation | package/src/testing/eval.ts | matched "Eval(" | 3 |
| low | Obfuscation | package/src/orchestration/idempotency.ts | matched "\\x1f" | 3 |
| low | Obfuscation | package/src/resilience/idempotent.ts | matched "\\x1f" | 3 |
| low | Obfuscation | package/src/ports/messaging.contract.test.ts | matched "\\x1b" | 3 |
| low | Obfuscation | package/src/remote/sub-token.ts | matched "Buffer.from(s, \"base64" | 3 |
| low | Obfuscation | package/src/loop/world-state-hash.ts | matched "\\x00" | 3 |
Manifest
Package metadata
Scripts15
api:checkapi-extractor runapi:extractapi-extractor run --local --verbosebenchnode --import tsx/esm bench/run.tsbench:baselinenode --import tsx/esm benchmarks/sdk.bench.ts --write-baselinebench:sdknode --import tsx/esm benchmarks/sdk.bench.tsbuildtscdepcruisedepcruise srcdocstypedoclintbiome check src/ tests/mutationstryker runprepublishOnlypnpm build && pnpm testsizesize-limitsize:legacynode scripts/measure-size.mjsstrykerstryker run --concurrency 2testvitest run
Dependencies11
@anthropic-ai/sdk^0.39.0@opentelemetry/exporter-trace-otlp-http^0.218.0@opentelemetry/resources^2.6.0@opentelemetry/sdk-trace-base^2.7.1@opentelemetry/semantic-conventions^1.40.0bullmq^5.75.2ioredis^5.10.1json-canonicalize^2.0.0pino^9.5.0yaml^2.6.0zod^3.23.0