Trust signals
Why this verdict
PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.
- Weekly downloads
- 794
- Versions published
- 54
- First published
- Apr 2026
- Publisher
- fitchmultz
Recommended action
Review before promotingMixed 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":["[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":["[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Credential file access: matched ".npmrc"
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 review · score 5 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 1 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/extensions/oracle/lib/archive.ts | matched ".npmrc" | 5 |
Manifest
Package metadata
Scripts23
check:oracle-extensionnode --check extensions/oracle/shared/browser-profile-helpers.mjs && node --check extensions/oracle/shared/process-helpers.mjs && node --check extensions/oracle/shared/state-coordination-helpers.mjs && node --check extensions/oracle/shared/job-coordination-helpers.mjs && node --check extensions/oracle/shared/job-lifecycle-helpers.mjs && node --check extensions/oracle/shared/job-observability-helpers.mjs && node --check extensions/oracle/worker/run-job.mjs && node --check extensions/oracle/worker/state-locks.mjs && node --check extensions/oracle/worker/artifact-heuristics.mjs && node --check extensions/oracle/worker/chatgpt-ui-helpers.mjs && node --check extensions/oracle/worker/chatgpt-flow-helpers.mjs && node --check extensions/oracle/worker/auth-flow-helpers.mjs && node --check extensions/oracle/worker/auth-cookie-policy.mjs && node --check extensions/oracle/worker/chromium-cookie-source.mjs && node --check extensions/oracle/worker/auth-bootstrap.mjs && esbuild extensions/oracle/index.ts --bundle --platform=node --format=esm --external:@earendil-works/pi-coding-agent --external:typebox --outfile=/tmp/pi-oracle-extension-check.jscheck:oracle-real-smokenode --check scripts/oracle-real-smoke.mjscheck:platform-smokenode --check scripts/platform-smoke.mjs && node --check scripts/platform-smoke/assertions.mjs && node --check scripts/platform-smoke/artifacts.mjs && node --check scripts/platform-smoke/crabbox-runner.mjs && node --check scripts/platform-smoke/doctor.mjs && node --check scripts/platform-smoke/targets.mjs && node scripts/platform-smoke/invariants.mjspack:checknpm pack --dry-runprepublishOnlynpm run release:checkrelease:checknpm run verify:oracle && npm run smoke:platform:allsanity:oraclenode scripts/oracle-sanity-runner.mjssanity:oracle:platformnode scripts/oracle-sanity-runner.mjs --mode platformsmoke:platformnode scripts/platform-smoke.mjssmoke:platform:allnpm run smoke:platform:doctor && node scripts/platform-smoke.mjs run --target macos,ubuntu,windows-nativesmoke:platform:doctornode scripts/platform-smoke.mjs doctorsmoke:platform:macosnode scripts/platform-smoke.mjs run --target macossmoke:platform:ubuntunode scripts/platform-smoke.mjs run --target ubuntusmoke:platform:windows-nativenode scripts/platform-smoke.mjs run --target windows-nativesmoke:realnpm run smoke:real:packedsmoke:real:doctornode scripts/oracle-real-smoke.mjs doctorsmoke:real:packednode scripts/oracle-real-smoke.mjs run --mode packedsmoke:real:sourcenode scripts/oracle-real-smoke.mjs run --mode sourcetestnpm run verify:oracletypechecktsc --noEmit -p tsconfig.jsontypecheck:worker-helperstsc --noEmit -p tsconfig.worker-helpers.jsonverify:oraclenpm run check:oracle-extension && npm run check:platform-smoke && npm run check:oracle-real-smoke && npm run typecheck && npm run typecheck:worker-helpers && npm run sanity:oracle && npm run pack:checkverify:oracle:platformnpm run check:oracle-extension && npm run check:platform-smoke && npm run check:oracle-real-smoke && npm run sanity:oracle:platform && npm run pack:check
Dependencies1
@steipete/sweet-cookie^0.3.0