What the pages sayAgentSeal provides extensive CLI configuration options across multiple commands, but lacks documentation on centralized configuration files or environment-based settings beyond basic CLI flags.
**CLI Command Options:**
For `agentseal guard` [1]: `--output/-o` (terminal/json/sarif/html), `--save FILE`, `--verbose/-v`, `--no-semantic` (disable semantic analysis), `--connect` (runtime MCP scanning), `--timeout N` (default: 30s), `--concurrency N` (default: 3), `--reset-baselines`, `--model MODEL` (LLM for judge), `--api-key KEY`, `--llm-all` (LLM judge on all skills)
For `agentseal scan` [4]: Multiple scan modes via flags: `--adaptive` (adaptive mutation transforms), `--mcp` (MCP tool poisoning probes), `--rag` (RAG poisoning probes), `--multimodal` (multimodal attack probes), `--genome` (behavioral genome mapping). Base scan has 225 probes; combined modes up to 311+ probes.
For `agentseal scan-mcp` [18]: `--server NAME`, `--url URL`, `--timeout N`, `--concurrency N`, `--output/-o`, `--save FILE`, `--verbose/-v`, `--min-score N`, `--yes/-y`, `--reset-baselines`
For `agentseal shield` [6]: `--no-notify`, `--debounce N` (default: 2.0s), `--quiet/-q`, `--no-semantic`, `--model MODEL`, `--api-key KEY`, `--llm-all`, `--reset-baselines`
For `agentseal scan` HTTP endpoints [11]: `--message-field name` (default: message), `--response-field name` (default: response)
**Configuration Management:**
The `agentseal config` command [5] supports: `agentseal config setup` (interactive wizard), `agentseal config set <key> <value>`, `agentseal config show`, `agentseal config remove <key>`, `agentseal config keys`. Documented config keys include `model` and `api-key` for LLM providers.
**Workflows:**
`agentseal workflow` and `agentseal run` [10] allow saving and reusing scan configurations. `agentseal profiles` lists preset scan profiles.
**Missing:** No documentation found on: configuration file formats (YAML/JSON), environment variables, per-project configuration files, or how to customize specific detection rules/thresholds beyond the documented flags.