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
- 19
- First published
- Jun 2026
- Publisher
- halgorn
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":["@aionlabsai/[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":["@aionlabsai/[email protected]"],"fail_on":"review"}'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
Status history (1 event)
- new → available · risk review · score 10 · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/infra/cloud-analyzer.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/dist/cli/commands/cloud.js | matched "AWS_ACCESS_KEY" | 5 |
Manifest
Package metadata
Scripts10
buildnpm run clean && tsccleannode -e "require('fs').rmSync('dist',{recursive:true,force:true})"devtsx src/index.tsinstall-globalnpm run build && npm linksmoke:manusnpm run dev -- --cwd /home/bruno/Documents/GitHub/Manus_Private audit . -n 1startnode dist/index.jstestnpm run build && node --import tsx --test "src/**/*.test.ts"test:scalenpm run build && node --import tsx --test "src/core/pipelines/audit-pipeline.test.ts"test:unitnpm run testuninstall-globalnpm unlink -g @aionlabsai/aion
Dependencies11
@anthropic-ai/sdk0.100.1@modelcontextprotocol/sdk^1.29.0chalk5.6.2commander13.1.0dotenv16.6.1ora8.2.0tree-sitter0.21.1tree-sitter-typescript0.23.2ts-morph28.0.0web-tree-sitter0.26.9zod3.25.76