areas/software/security/skills/sast-dast-interpretation/SKILL.md
# Skill: SAST/DAST Results Interpretation ## When to load When reviewing security scan results, triaging vulnerabilities, or deciding which findings to fix vs. accept. ## SAST Triage Matrix | Severity | CVSS | Action | Timeline | |:---|:---|:---|:---| | Critical | 9.0–10.0 | Block merge, fix immediately | Same day | | High | 7.0–8.9 | Block deploy | 72 hours | | Medium | 4.0–6.9 | Track as tech debt | 2 weeks | | Low | 0.1–3.9 | Backlog | Next quarter | ## Common False Positives ``` False
npx skillsauth add sawrus/agent-guides areas/software/security/skills/sast-dast-interpretationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When reviewing security scan results, triaging vulnerabilities, or deciding which findings to fix vs. accept.
| Severity | CVSS | Action | Timeline | |:---|:---|:---|:---| | Critical | 9.0–10.0 | Block merge, fix immediately | Same day | | High | 7.0–8.9 | Block deploy | 72 hours | | Medium | 4.0–6.9 | Track as tech debt | 2 weeks | | Low | 0.1–3.9 | Backlog | Next quarter |
False positive: "SQL Injection" on ORM query
→ Verify ORM parameterizes internally → add suppression comment:
// snyk:ignore:sql-injection -- parameterized ORM query
False positive: "Hardcoded credential" on config key name
→ Verify value comes from env var → suppress with justification
frame-ancestors CSP directivetesting
QA Expert for writing E2E tests, test scenarios, test plans, and ensuring test coverage quality.
development
Expert UI/UX design intelligence for creating distinctive, high-craft, and mobile-first interfaces. Focuses on premium aesthetics, touch-first ergonomics, and Flutter performance.
development
Code Review Expert for static analysis, security auditing, architecture review, and ensuring code quality standards.
development
Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep watching open PRs so fresh review feedback is surfaced promptly. Use when the user asks Codex to monitor a PR, watch CI, handle review comments, or keep an eye on failures and feedback on an open PR.