AI Pentesting Configuration¶
Auto-generation pending
This page is a placeholder. The AutomatedPentestingConfig model is tracked in ignored_keys in docs/custom_generation/docs_scanner_next.py today, so the usual generator does not emit a schema reference for it yet.
Until the generator is extended, the authoritative reference is the Pydantic model at packages/scanner-models/python/scanner_models/scanner_next_config/experimental.py (the AutomatedPentestingConfig class).
For the hand-written AI Pentesting product documentation, see the Validate section.
Configuring an AI Pentesting Scan¶
In practice, AI Pentesting scans are driven from the Escape app: you pick the target, the auth, and the agents you want to run. The underlying configuration schema is emitted by the scanner runtime and lives alongside the DAST schemas. When the generator is wired to emit this page, the full field-by-field reference will appear here.
Track progress on the auto-generation work in the docs reorganization spec (.llms/specs/2026-04-22-docs-reorganization.mdx, Part 3.3).