Shell command execution detected (child_process).
- Code
- suspicious.dangerous_exec
- Location
- dist/agy-strip-wrapper.js:68
- Evidence
const child = spawn(command, restricted?.args ?? strippedArgs, {
Security audit
Security checks for vulnerabilities and agentic risk
This plugin is transparent about its purpose, but it delegates agent work to a signed-in local CLI with broad default tool authority and access to local Antigravity conversation history.
Install only if you are comfortable letting a third-party OpenClaw plugin drive your local signed-in agy CLI. Before use, consider setting permissionMode to sandbox or settings, disabling exposeOpenClawTools if agy should not receive OpenClaw MCP tools, and disabling sessionCatalog.enabled if past Antigravity conversations should not appear in OpenClaw surfaces.
SkillSpector was not run because this plugin release contains no bundled skills.
Detected: suspicious.dangerous_exec, suspicious.prompt_injection_instructions
const child = spawn(command, restricted?.args ?? strippedArgs, {const child = spawn(command, args, {const child = spawn(command, ["models"], { stdio: ["ignore", "pipe", "pipe"] });return spawnSync(which, [command], {Why this is needed rather than using OpenClaw's own system prompt: