Public documentation for governed AI labor
SDKs/Governance/Connectors
Arx / Docs / pentest_agent provider images

Documentation

pentest_agent provider images

Project-Agent / arxsec-api/docker/oss-tools/pentest_agent/README.md

Project-Agent repo-root arxsec-api/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:

  1. Drop a new <provider>/Dockerfile here.
  2. Add a --mode {recon|scan|exploit} + --target + --objective +

--max-spend-usd + --report CLI surface in the image.

  1. Map the provider name → image tag in PROVIDER_IMAGES in

arxsec-api/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.