Security Review Process

Standardizes security review procedures for Ruby code mapped to OWASP Top 10: allowlist all input params before processing, forbid SQL interpolation (`#{}`), verify no secrets committed or logged, run `bundle exec bundle-audit check --update`, check for shell injection (`system()`, backticks, `exec()`), and discard instruction-like keys (`prompt`, `instructions`) in JSON payloads. Covers input validation, secrets management, and dependency audits. Trigger words: security review, check security, audit code, security vulnerability, secrets check, OWASP.

igmarin 693fcde 3.0 KB Updated

File contents

igmarin/ruby-core-skills/tree/main/skills/security-review-process commit 693fcde074

Frequently asked questions

npx skillmds@latest add igmarin/security-review-process