Shell command execution detected (child_process).
- Code
- suspicious.dangerous_exec
- Location
- scripts/build-release-artifacts.mjs:38
- Evidence
const result = spawnSync(command, args, {
Security audit
Security checks across malware telemetry and agentic risk
This is a disclosed shadow-mode governance connector that observes configured tool activity and writes local receipts, with no evidence of hidden enforcement or exfiltration.
Before installing, confirm you are comfortable sending metadata about tool activity to the governance endpoint you configure, keep tool names and labels non-sensitive, protect the local credential file, and treat the optional rotation operator as privileged. Also note the packaged CLI file was not executable in this artifact, so CLI use may require invoking it with node or a packaging fix.
SkillSpector was not run because this plugin release contains no bundled skills.
61/61 vendors flagged this plugin as clean.
Detected: suspicious.dangerous_exec
const result = spawnSync(command, args, {const r = spawnSync(process.execPath, ["--test", ...args], {const result = spawnSync(process.execPath, args, {