Shell command execution detected (child_process).
Critical
- Code
- suspicious.dangerous_exec
- Location
- dist/index.js:706
- Evidence
const child = spawn("bash", [scriptPath, ...args], {
Security audit
Security checks for vulnerabilities and agentic risk
The package is a disclosed IdentyClaw/OpenClaw identity and NEAR wallet integration, but it should only be installed when you intend to grant those credential and wallet capabilities.
Install only for agents that should use IdentyClaw Passport credentials and, if enabled, perform NEAR/RODiT wallet operations. Keep idcp and identyclaw_request off unless needed, review apiEndpoint targets, and require explicit operator approval before funding, transferring, rotating, or activating accounts.
SkillSpector was not run because this plugin release contains no bundled skills.
Detected: suspicious.dangerous_exec, suspicious.env_credential_access
const child = spawn("bash", [scriptPath, ...args], {const result = spawnSync(process.execPath, [script, defaultDir], {if (process.env[envName] !== undefined) {