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":["@provide-io/[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":["@provide-io/[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 66 · status changed
Evidence
Static findings
4 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/secret-patterns-generated.js | matched "github_token" | 30 |
| high | Credential file access | package/src/secret-patterns-generated.ts | matched "github_token" | 30 |
Show all 4 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/secret-patterns-generated.js | matched "github_token" | 30 |
| high | Credential file access | package/src/secret-patterns-generated.ts | matched "github_token" | 30 |
| low | Obfuscation | package/dist/pretty.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/src/pretty.ts | matched "\\x1b" | 3 |
Manifest
Package metadata
Scripts16
benchtsx scripts/perf-smoke.tsbuildtscbundle-sizetsx scripts/bundle-size.tsformatprettier --write "src/**/*.ts" "tests/**/*.ts"format:checkprettier --check "src/**/*.ts" "tests/**/*.ts"linteslint src tests --max-warnings=0lint:fixeslint src tests --fixprepublishOnlynpm run build && npm run test:coveragestresstsx scripts/stress-logging.ts && tsx scripts/stress-backpressure.ts && tsx scripts/stress-metrics.ts && tsx scripts/stress-sampling.ts && tsx scripts/stress-pii.ts && tsx scripts/stress-tracing.tstestvitest runtest:benchvitest run tests/performance/ --no-coveragetest:coveragevitest run --coveragetest:memorynpx tsx scripts/memory-audit.tstest:mutationstryker runtest:watchvitesttypechecktsc --noEmit -p tsconfig.test.json
Dependencies2
@opentelemetry/api^1.9.1pino^10.3.1