apiiro-risks

Installation
SKILL.md

Apiiro Risks

View and inspect risks via the Apiiro CLI.

List Risks

Repository is auto-detected from git when --repo is omitted.

apiiro risks                                      # List risks (auto-detect repo)
apiiro risks --repo my-repo-name                  # Specify repo explicitly
apiiro risks --risk-level Critical                # Filter by level
apiiro risks --risk-category "API Security"       # Filter by category
apiiro risks --risk-level High --finding-category "Secret Detection"
apiiro risks -o json --page-size 50               # JSON with pagination

Filters: --risk-level, --risk-category, --risk-insight, --finding-category, --application-id.

Get Risk Details

apiiro risks get <risk-id>
apiiro risks get <risk-id> -o json

Global Options

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

Related skills
Installs
6
First Seen
Apr 22, 2026