PkgRadar

Package evidence

@occasiolabs/[email protected]

Credential file access: matched "AWS_ACCESS_KEY"

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
345
Versions published
12
First published
May 2026
Publisher
localfirst-ai

Recommended action

Review before promoting

Mixed 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"}'
Publisherlocalfirst-ai
Artifact bytes620,423
Previous version0.11.0
Published2026-06-05T21:54:50.290Z
SHA-256517c0d98dccedc7803d7bbc86eeeb1240ac7a1ebc382bf51631cabf777152309

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

review
Last checked
reviewRisk
11Score
0.12.0Version
Status history (1 event)
  1. newavailable · risk review · score 11 · 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)
SeverityKindPathDetailPoints
lowCredential file accesspackage/src/index.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/policy-templates/finance.ymlmatched ".config/gcloud"3
lowCredential file accesspackage/policy-templates/strict.ymlmatched "id_rsa"3

Manifest

Package metadata

Scripts14
  • check-validationnode scripts/check-validation.js
  • demo:releasenode scripts/demo-release.js
  • fuzznode test-fuzz.js
  • linteslint src/audit src/attest src/core src/executor
  • lint:alleslint src bin
  • prepacknode -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:all
  • restart-checknode scripts/restart-check.js
  • smokenode test-smoke.js
  • startnode bin/occasio.js
  • testnode 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-git-state.js && node test-bundle.js && node test-limits.js && node test-policy-lock.js && node test-explain.js && node test-detectors.js && node test-preflight-simulate.js && node test-policy-paths.js && node test-anomaly.js && node test-eyes.js && node test-identity-gate.js && node test-identity-approval.js && node test-identity-hook.js && node test-audit-xlang.js
  • test:e2enode test-attest-e2e.js
  • test:mcpnode test-mcp-server.js
  • verify:stressnode scripts/stress-verify.js
Dependencies2
  • proper-lockfile^4.1.2
  • sigstore^3.1.0