Update CVE Audit Agents
Use this command when updating the Go or Python CVE audit logic.
Where the logic lives
agents/cve-audit-golang.md— Go audit steps, tools, and PR formatagents/cve-audit-python.md— Python audit steps, tools, and PR format
The orchestrator (prompts/cve-security-audit.md) fetches these files at runtime via raw GitHub URL and works with both Claude and Gemini, so a single change to an agent file applies to all models automatically once pushed to main.
Steps
- Edit the relevant file(s) in
.claude/agents/. - If the workflow structure changed (new steps, renamed sections, different tool requirements), open both orchestrator prompts and verify they still describe the correct fetch URLs and delegation instructions.
- Commit and push to
main— the updated agent content is live immediately.
Checklist
-
agents/cve-audit-golang.mdupdated (if Go logic changed) -
agents/cve-audit-python.mdupdated (if Python logic changed) -
prompts/cve-security-audit.mdstill references the correct raw GitHub URLs - The orchestrator prompt reflects any workflow-level changes
- Changes committed and pushed to
main