Package evidence
[email protected]
Install-time lifecycle script: postinstall="echo 'brain-memory installation complete'"
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
- 18
- First published
- Apr 2026
- Publisher
- dylingcreation
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
Install-time lifecycle script: postinstall="echo 'brain-memory installation complete'"
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 5 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 1 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | postinstall="echo 'brain-memory installation complete'" | 5 |
Manifest
Package metadata
Scripts22
buildtscbuild:allnpm run clean && npm run buildcheck:versionsnode -e "const pkg = require('./package.json'); const fs = require('fs'); let ok = true; const check = (file, expected) => { const content = fs.readFileSync(file, 'utf8'); const m = content.match(/version:\s*'([^']+)'/g); if (m) { m.forEach(v => { const ver = v.match(/'([^']+)'/)[1]; if (ver !== expected) { console.error('\n❌ ' + file + ': version \'' + ver + '\' does not match package.json version \'' + expected + '\''); ok = false; } }); } }; check('openclaw-register.ts', pkg.version); check('openclaw-wrapper.ts', pkg.version); check('src/engine/context.ts', pkg.version); if (!ok) process.exit(1); console.log('✅ All version references match package.json (' + pkg.version + ')');"cleannpx rimraf dist coverageconfigurenode scripts/configure.jsdevtsx watch index.tsdocstypedocdoctornode scripts/doctor.jslintnpx eslint src/ openclaw-wrapper.ts openclaw-register.ts index.tslint:srceslint src/**/*.tspostinstallecho 'brain-memory installation complete'prebuildnpm run cleanpublishbash scripts/publish-npm.shreleasebash scripts/release.shsetup-openclawnode scripts/setup.jstestvitesttest:civitest run --reporter=junit --reporter=verbosetest:coveragevitest run --coveragetest:e2evitest run test/e2etest:integrationvitest run test/integrationtest:performancevitest run test/performancetest:unitvitest run test/unit
Dependencies4
@photostructure/sqlite1.2.1hono^4.12.23tsx^4.21.0ws^8.21.0