From billy-milligan
Security testing: Snyk/Trivy in GitHub Actions for dependency scanning, Semgrep SAST, SQL injection test cases, XSS prevention testing, Gitleaks for secrets scanning, OWASP ZAP for DAST, security headers validation. Use when reviewing security posture, setting up security scanning in CI, writing security test cases.
npx claudepluginhub rnavarych/alpha-engineer --plugin billy-milliganThis skill is limited to using the following tools:
- Setting up security scanning in CI/CD pipeline
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
references/dependency-scanning.md — Snyk + Trivy GitHub Actions, severity thresholds, SARIF uploadreferences/semgrep-sast.md — Semgrep CI config, p/owasp-top-ten ruleset, p/nodejs + p/typescriptreferences/secrets-scanning.md — Gitleaks full-history scan, custom .gitleaks.toml allowlist rulesreferences/injection-test-cases.md — SQL injection payloads, response assertions, no-500 rulereferences/xss-test-cases.md — XSS payload list, stored XSS verification, content escaping checksreferences/security-headers.md — required headers test, version exposure checks, CSP validation