Summary
compound-agent v1.7.4 was classified as CRITICAL RISK with a risk score of 521. Sigil detected 36 findings across 45 files, covering phases including code patterns, install hooks, network exfiltration. Review the findings below before installing this package.
v1.7.4
12 March 2026, 09:48 UTC
by Sigil Bot
Risk Score
521
Findings
36
Files Scanned
45
Provenance
Findings by Phase
Phase Ordering
Phases are ordered by criticality, with the most dangerous at the top. Click any phase header to expand or collapse its findings. Critical phases are expanded by default.
install-pip-setup-exec
CRITICALsetup.py executes code at install time
package/dist/cli.js:5401
# Full setup (includes embedding model download):
npx ca setupWhy was this flagged?
This setup.py calls subprocess, os.system, exec, or eval during package installation. Legitimate packages rarely need to execute arbitrary commands at install time. This pattern is commonly used by malicious packages to download and run payloads, exfiltrate environment variables, or establish persistence. Rated CRITICAL because it runs with the installer's full permissions.
install-npm-postinstall
CRITICALnpm lifecycle script — runs automatically on install
package/package.json:36
"scripts": {
"postinstall": "node scripts/postinstall.mjs",
"prebuild": "tsx scripts/extract-changelog.ts",Why was this flagged?
npm lifecycle scripts like postinstall run automatically during package installation with no user interaction required. This is the #1 attack vector for malicious npm packages — attackers embed data theft or backdoor installation in these hooks. Rated CRITICAL because code executes before the developer can review it.
Badge
Markdown
[](https://sigilsec.ai/scans/6AC5C096-EC5C-4614-920A-0084BB8305AB)HTML
<a href="https://sigilsec.ai/scans/6AC5C096-EC5C-4614-920A-0084BB8305AB"><img src="https://sigilsec.ai/badge/npm/compound-agent" alt="Sigil Scan"></a>Run This Scan Yourself
Scan your own packages
Run Sigil locally to audit any package before it touches your codebase.
Early Access
Get cloud scanning, threat intel, and CI/CD integration.
Join 150+ developers on the waitlist.
Get threat intelligence and product updates
Security research, new threat signatures, and product updates. No spam.
Other npm scans
Believe this result is incorrect? Request a review or see our Terms of Service and Methodology.