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.
- Versions published
- 10
- First published
- May 2026
- Publisher
- localfirst-ai
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":["@occasiolabs/[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":["@occasiolabs/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Credential file access: matched "AWS_ACCESS_KEY"
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (2 events)
- available → available · risk review · score 11 · status available -> available, risk high -> review, score 81 -> 11
- new → available · risk high · score 81 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/src/index.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/policy-templates/finance.yml | matched ".config/gcloud" | 3 |
| low | Credential file access | package/policy-templates/strict.yml | matched ".config/gcloud" | 3 |
Manifest
Package metadata
Scripts12
check-validationnode scripts/check-validation.jsfuzznode test-fuzz.jslinteslint src/audit src/attest src/core src/executorlint:alleslint src binprepacknode -e "const fs=require('fs'),p=require('path');function rm(d){if(!fs.existsSync(d))return;for(const e of fs.readdirSync(d,{withFileTypes:true})){const f=p.join(d,e.name);if(e.isDirectory())rm(f);else fs.unlinkSync(f);}fs.rmdirSync(d);}rm('docs/__pycache__');console.log('prepack: cleared docs/__pycache__');"pretestnpm run lint:allrestart-checknode scripts/restart-check.jssmokenode test-smoke.jsstartnode bin/occasio.jstestnode test-interceptor.js && node test-native-handlers.js && node test-audit-chain.js && node test-events.js && node test-drift-guard.js && node test-snapshot.js && node test-doctor-ansi.js && node test-paranoid.js && node test-paranoid-sign.js && node test-new-commands.js && node test-live-watch.js && node test-attest.js && node test-policy-paths.js && node test-anomaly.js && node test-eyes.jstest:e2enode test-attest-e2e.jstest:mcpnode test-mcp-server.js
Dependencies2
proper-lockfile^4.1.2sigstore^3.1.0