Shell command execution detected (child_process).
- Code
- suspicious.dangerous_exec
- Location
- scripts/postinstall-generate-near-account.mjs:48
- Evidence
const result = spawnSync(process.execPath, [script, defaultDir], {
Security audit
Security checks across malware telemetry and agentic risk
The plugin is an identity/API integration that does handle credentials and can create local NEAR keys, but the behavior is disclosed, purpose-aligned, and bounded rather than deceptive.
Install only if you expect this plugin to manage IdentyClaw Passport credentials and make authenticated API calls. Review whether automatic NEAR credential generation is acceptable in your environment, disable generateNearAccountOnInstall if you want explicit setup only, restrict optional tools such as identyclaw_request and identyclaw_generate_near_account, and use a patched OpenClaw runtime.
SkillSpector was not run because this plugin release contains no bundled skills.
61/61 vendors flagged this plugin as clean.
Detected: suspicious.dangerous_exec, suspicious.env_credential_access
const result = spawnSync(process.execPath, [script, defaultDir], {const envBase = process.env.IDENTYCLAW_BASE_URL || "https://api.identyclaw.com";