config
Installation
SKILL.md
AppSec Config -- Preferences Management
Manage persistent security preferences stored in .appsec/config.yaml.
Settings control default behavior for all /appsec:* tools -- scope, depth,
severity filters, scanner paths, enabled hooks, accepted risks, and
excluded paths.
This skill runs entirely in the main agent context. It does NOT dispatch subagents.
Supported Operations
Detect the user's intent from their message:
| Intent | Action |
|---|---|
| "show config", "current settings" | Display current config |
| "set default scope to full" | Update a setting |
| "exclude vendor/ from scans" | Add to excluded paths |
Related skills