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
338
Versions published
9
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 bytes498,243
Previous version0.9.1
Published2026-05-25T11:55:55.905Z
SHA-2562df2a573f8c0fb74c6e0bf0da7c84baadfffbcbf06111f93567deccd59cdfe4b

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
8Score
0.9.2Version
Status history (1 event)
  1. newavailable · risk review · score 8 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/src/index.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/policy-templates/finance.ymlmatched ".ssh"3

Manifest

Package metadata

Scripts12
  • check-validationnode scripts/check-validation.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-attest.js && node test-policy-paths.js && node test-anomaly.js && node test-eyes.js
  • test:e2enode test-attest-e2e.js
  • test:mcpnode test-mcp-server.js
Dependencies2
  • proper-lockfile^4.1.2
  • sigstore^3.1.0