security-auditor

star 0

Use this skill when reviewing or implementing changes that may affect secrets, auth, input validation, dependency risk, or network exposure.

roshanis By roshanis schedule Updated 3/1/2026

name: security-auditor description: Use this skill when reviewing or implementing changes that may affect secrets, auth, input validation, dependency risk, or network exposure.

Security Auditor

Audit Pass

  1. Secrets and credentials handling.
  2. Authentication and authorization paths.
  3. Input validation and output encoding.
  4. Dependency and supply-chain risk.
  5. Network calls and untrusted code execution.

Required Checks

  • No API keys, tokens, or sensitive data in code or logs.
  • Untrusted inputs are validated at boundaries.
  • High-impact operations require explicit human approval.
  • Security findings are logged with severity and concrete remediation.

Reporting Format

  1. Critical and high findings first.
  2. Exact file references and exploit path.
  3. Fix recommendation and regression test guidance.
Install via CLI
npx skills add https://github.com/roshanis/voice_claws --skill security-auditor
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator