Dangerous exec
Critical
- Finding
- Shell command execution detected (child_process).
- Skill content
const spawnFn = params.spawn ?? ((command, args, options) => spawn(command, args, options));
Security checks across static analysis, malware telemetry, and agentic risk
No risk analysis has been recorded yet.
const spawnFn = params.spawn ?? ((command, args, options) => spawn(command, args, options));
accessToken: [REDACTED],
const clientSecret = [REDACTED]?.trim() || config.oauth.clientSecret;
clientSecret: [REDACTED](raw.clientSecret) ?? config.oauth.clientSecret,
clientSecret: [REDACTED](oauth.clientSecret) ?? [REDACTED](auth.clientSecret) ?? readEnvString(env, GOOGLE_MEET_CLIENT_SECRET_KEYS),
const accessToken = [REDACTED]?.trim();
60/60 vendors flagged this plugin as clean.
No visible risk-analysis findings were reported for this release.