apiiro-fix

Installation
SKILL.md

Apiiro Fix

Remediate security risks via the Apiiro CLI. The workflow tries automated remediation first, then falls back to Guardian AI for guidance.

Workflow

  1. Get the risk ID — use apiiro risks or apiiro risks get <id> to identify the risk (see apiiro-risks skill).
  2. Try automated remediation — run apiiro risks remediate <risk-id>.
    • If the response has is_prompt: true, the content is an actionable fix prompt — apply it directly.
    • If is_prompt: false, automated remediation isn't available for this risk category — proceed to step 3.
  3. Fall back to Guardian — ask Guardian for advice:
    apiiro guardian query "how do I remediate risk <risk-id>?" --timeout 120
    
  4. Apply the fix — use the returned prompt or Guardian's guidance to make code changes.

Options

-o, --output <json|text>, -f, --file <path>, --no-color.

Related skills
Installs
6
First Seen
Apr 22, 2026