Documentation Index
Fetch the complete documentation index at: https://gump.build/docs/llms.txt
Use this file to discover all available pages before exploring further.
Security Fix
Audit vulnerabilities, then patch each one.Community pattern — copy this YAML and adapt the security scanner to your project. Not available as a built-in via
gump run.When to use
When you want to systematically audit and fix security vulnerabilities with regression tests.The workflow
Customize
Use a different scanner
Use a different scanner
Replace
gosec with npm audit, cargo audit, or your own tool.Add manual review
Add manual review
Add
hitl: after_gate on the fix step to review each patch before moving on.