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 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 25 · status changed
Evidence
Static findings
4 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/lib/network/registry-provisioning.js | matched ".npmrc" | 10 |
Show all 4 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/lib/network/registry-provisioning.js | matched ".npmrc" | 10 |
| low | Credential file access | package/lib/brain/secret-guard.js | matched "id_rsa" | 5 |
| low | Credential file access | package/lib/brain/secret-guard.test.js | matched "id_rsa" | 5 |
| low | Install-time lifecycle script | package.json | postinstall="node scripts/postinstall-libsql-natives.mjs" | 5 |
Manifest
Package metadata
Scripts20
brainclaude --project . /autonomous-bootupbrain:daemonmemory-sync-daemon --interval 30mbrain:syncmemory-synccheck-templatesnode ./scripts/sync-templates.mjs --checkdry-runnode ./bootup.mjs --dry-run --verbosepostinstallnode scripts/postinstall-libsql-natives.mjspr-loop-daemonbun scripts/pr-loop-daemon.tspr-review-loopbun scripts/pr-review-loop.tspre-pushbun scripts/pre-push.tspublic:checknode ./scripts/public-sync.mjs checkpublic:exportnode ./scripts/public-sync.mjs exportpublic:promotenode ./scripts/public-promote.mjsserverbun src/server/server.tsserver:deployflyctl deploy --config fly.tomlserver:devbun --hot src/server/server.tsserver:seedbun src/server/seed.tsskill-bundlebun scripts/skill-bundle.tssmoke:brain-mountnode ./scripts/smoke-brain-mount.mjssync-templatesnode ./scripts/sync-templates.mjstestbun 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