Security review guardrails for AIRBot
Scans code for security vulnerabilities like exposed secrets, unsanitized input, and insecure defaults. Triggers when reviewing Node.js/TypeScript code, especially around authentication, file operations, or new dependencies.
/plugin marketplace add sids/airbot/plugin install airbot-security@airbot-reviewersThis skill inherits all available tools. When active, it can use any tool Claude has access to.
.env, tokens, keys, or credentials added to source or logs.exec/spawn unless sanitized and justified.bun audit, npm audit) when adding new packages.Glob to locate *.env, config, or scripts directories.Grep for dangerous APIs like child_process, eval, Function, fetch(, or axios( without validation.Read diffs around auth flows, credential handling, and new integration points.