Shell command execution detected (child_process).
Critical
- Code
- suspicious.dangerous_exec
- Location
- dist/index.js:351
- Evidence
// `spawn()` can throw synchronously for some failures, but missing
Security audit
Security checks for vulnerabilities and agentic risk
The package contains disclosed workflow skills for code review, Convex development, ClawHub moderation, and documentation work, with high-impact actions gated by user confirmation and existing authentication.
Install only if you expect these staff and development workflows. Be especially careful before using the ClawHub admin skills or autoreview helper: confirm the exact target, command, recipient, and data being sent to external AI or production admin APIs.
Detected: suspicious.dangerous_exec, suspicious.env_credential_access, suspicious.potential_exfiltration
// `spawn()` can throw synchronously for some failures, but missing
const webUrl = asString(cfg.webUrl) ?? asString(process.env.LOBU_WEB_URL);
const raw = readFileSync(getTokenStorePath(), 'utf-8');