PkgRadar

Package evidence

[email protected]

Credential file access: matched ".npmrc"

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
28
First published
Dec 2025
Publisher
derivativelabs

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":["[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"}'
Artifact bytes940,456
Previous version0.8.17
Published2026-05-25T19:22:14.813Z
SHA-2568588b38cc4f835425140d9629f22a13978b0b75a6a78e985669b6332e9ad636b

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

review
Last checked
reviewRisk
25Score
0.8.18Version
Status history (1 event)
  1. newavailable · risk review · score 25 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/lib/network/registry-provisioning.jsmatched ".npmrc"10
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/lib/network/registry-provisioning.jsmatched ".npmrc"10
lowCredential file accesspackage/lib/brain/secret-guard.jsmatched "id_rsa"5
lowCredential file accesspackage/lib/brain/secret-guard.test.jsmatched "id_rsa"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall-libsql-natives.mjs"5

Manifest

Package metadata

Scripts20
  • brainclaude --project . /autonomous-bootup
  • brain:daemonmemory-sync-daemon --interval 30m
  • brain:syncmemory-sync
  • check-templatesnode ./scripts/sync-templates.mjs --check
  • dry-runnode ./bootup.mjs --dry-run --verbose
  • postinstallnode scripts/postinstall-libsql-natives.mjs
  • pr-loop-daemonbun scripts/pr-loop-daemon.ts
  • pr-review-loopbun scripts/pr-review-loop.ts
  • pre-pushbun scripts/pre-push.ts
  • public:checknode ./scripts/public-sync.mjs check
  • public:exportnode ./scripts/public-sync.mjs export
  • public:promotenode ./scripts/public-promote.mjs
  • serverbun src/server/server.ts
  • server:deployflyctl deploy --config fly.toml
  • server:devbun --hot src/server/server.ts
  • server:seedbun src/server/seed.ts
  • skill-bundlebun scripts/skill-bundle.ts
  • smoke:brain-mountnode ./scripts/smoke-brain-mount.mjs
  • sync-templatesnode ./scripts/sync-templates.mjs
  • testbun test src/server/tests/ tests/brain/ tests/provision.test.ts && bun test tests/daemon/
Dependencies2
  • @derivativelabs/agent-process~2.1.1
  • @libsql/client^0.17.0