Security Review

Audit code for security vulnerabilities, unsafe practices, and data exposure risks

jwilger 57a8a85 729 B Updated

File contents

What I do

  • Identify input validation gaps
  • Check for hardcoded secrets or credentials
  • Review error messages for information leakage
  • Validate dependency security (cargo audit)
  • Check for unsafe Rust usage

When to use me

Use this skill when reviewing code that handles external input, authentication, authorization, or sensitive data.

Review Checklist

  • All external inputs validated
  • No hardcoded secrets
  • Error messages don't leak internals
  • Database queries are parameterized
  • No unnecessary unsafe blocks
  • Rate limiting considered for APIs

jwilger/union_square/tree/main/.agents/skills/security-review commit 57a8a85473

Frequently asked questions

npx skillmds@latest add jwilger/security-review