Cyber owasp review
Skill 0x-Professor/Agent-Skills-Hub/skills/cyber-owasp-review
Map application security findings to OWASP Top 10 categories and generate remediation checklists. Use for normalized AppSec review outputs and category-level prioritization.From its SKILL.md
npx -y skills add 0x-Professor/Agent-Skills-Hub --skill cyber-owasp-reviewAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 1 command, including `scripts/map_findings_to_owasp.py`.
SKILL.md
0.9 KB, 138 tokens by cl100k_base, as published. Nobody here has run it
Cyber OWASP Review
Overview
Normalize application security findings into OWASP categories and produce remediation actions.
Workflow
- Ingest raw findings from scanners, tests, or reviews.
- Map findings to OWASP categories using keyword and context matching.
- Aggregate findings by category and severity.
- Produce category-specific remediation checklist output.
Use Bundled Resources
- Run
scripts/map_findings_to_owasp.pyfor deterministic mapping. - Read
references/owasp-mapping-guide.mdfor category heuristics.
Guardrails
- Keep guidance remediation-focused.
- Do not provide exploit payloads or offensive attack playbooks.
What ships with it: 3 files
6.4 KB alongside SKILL.md, 1 of them executable
agents/
- openai.yaml211 B
references/
scripts/
- map_findings_to_owasp.pyruns5.6 KB