Documentation
pentest_agent provider images
arxsec-app / docker/oss-tools/pentest_agent/README.md
The ARX pentest_agent meta-connector dispatches to one of these provider-specific images based on the provider parameter at runtime.
Adding a new provider:
- Drop a new
<provider>/Dockerfilehere. - Add a
--mode {recon|scan|exploit}+--target+--objective+
--max-spend-usd + --report CLI surface in the image.
- Map the provider name → image tag in
PROVIDER_IMAGESin
app/connectors/pentest_agent.py.
Per the integration plan, new providers are added ONLY on customer demand. Adding a provider does NOT add a customer-visible connector; it just enables a dispatch case.