Shell command execution detected (child_process).
Critical
- Code
- suspicious.dangerous_exec
- Location
- dist/index.js:4430
- Evidence
const { stdout } = await exec(bin, argv, { maxBuffer: 32 * 1024 * 1024 });
Security audit
Security checks for vulnerabilities and agentic risk
This package is a coherent stock-analysis plugin that runs disclosed local Python market-data tools and does not show hidden exfiltration, destructive behavior, or account-changing actions.
Install only if you are comfortable with an npm postinstall step that creates a Python virtualenv and downloads Python dependencies, and with tools contacting financial/search providers using any API keys you expose in the environment. Treat the output as research, not financial advice or automatic trading.
SkillSpector was not run because this plugin release contains no bundled skills.
Detected: suspicious.dangerous_exec
const { stdout } = await exec(bin, argv, { maxBuffer: 32 * 1024 * 1024 });const { stdout } = await exec(bin, argv, { maxBuffer: 32 * 1024 * 1024 });execSync(cmd, { stdio: "pipe", timeout: 300_000 });