fix-finding Skill
Use when the user explicitly asks to fix and verify a validated or plausible security finding. Do not use as the primary trigger for full PR, commit, branch, patch, or repository scans. Published by openai in plugins.
What is fix-finding Skill?
Use when the user explicitly asks to fix and verify a validated or plausible security finding. Do not use as the primary trigger for full PR, commit, branch, patch, or repository scans. Published by openai in plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Security review
- Security review use cases
Technical details
- Install or run with Copy skill directory
When to use fix-finding Skill
- Use it for security review.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/plugins
- Skill file: plugins/codex-security/skills/fix-finding/SKILL.md
What it does
Use when the user explicitly asks to fix and verify a validated or plausible security finding. Do not use as the primary trigger for full PR, commit, branch, patch, or repository scans.
Skill instructions
Fix Finding Objective Turn a current security finding into a minimal, validated code change. If the code is already safe, prove that and report that no change was needed. Judge the result in this order: 1. the current state is correctly classified as vulnerable, already safe, or unproven 2. any fix completely closes the broken security boundary 3. legitimate behavior and compatibility are preserved 4. relevant repository checks pass 5. the implementation follows repository conventions 6. the patch contains only the scope necessary for the earlier properties Never trade an earlier property for a later one. Minimal means the smallest repository-native change that satisfies all earlier properties, not the fewest lines. Patch Contract Before editing, establish from repository evidence: - affected component and current source-to-sink path or broken control - attacker-controlled input and required preconditions - security invariant and narrowest plausible enforcement boundary - legitimate be
Explore related resources
Frequently asked questions
What is fix-finding?
fix-finding is a open-source AI agent skill with Copy skill directory. Use when the user explicitly asks to fix and verify a validated or plausible security finding. Do not use as the primary trigger for full PR, commit, branch, patch, or repository scans.
Who is fix-finding best for?
fix-finding is best for reusing agent instructions, scripts, and references, security review workflows.
How do I install fix-finding?
Install or run fix-finding using Copy skill directory. Check fix-finding for the latest setup command.
Is fix-finding actively maintained?
fix-finding may need a closer maintenance check before production use.
Auto-fetched from GitHub.