security_workflow
Retrieves the recommended guardvibe tool sequence for your current task, specifying tools, order, and parameters to guide security scans, code reviews, vulnerability fixes, or compliance checks.
Instructions
Get the recommended GuardVibe tool sequence for your current task. Returns which tools to call, in what order, and with what parameters. Use this when unsure which tool to use. Example: security_workflow({task: 'pre_commit'})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Current task: writing_code (after edits), pre_commit (before commit), pr_review (reviewing PR), new_project (initial setup), fix_vulnerabilities (fixing known issues), compliance_mapping (audit against framework), dependency_check (check deps), merge_to_main (pre-merge gate), publish_package (pre-publish checks), security_audit (comprehensive audit), incident_response (post-breach investigation), full_remediation (fix ALL security issues across all 6 sections — secrets, code, deps, config, taint, auth) |