📦
What is a Tool?
A Tool is a Docker container that performs a specific action (e.g., fetching AWS IAM configs). Tools are declared in your agent's exsecutor.yaml and executed inside the sandboxed micro-VM when the Ralph Loop's "Act" phase calls them. Tools can be public (marketplace-shared) or private (bundled with your agent).

Your Tools

⚙️

auto_remediator

v1.1.0 • Private
Signed

Applies a DenyAll IAM policy to a specified user ARN. Requires explicit user approval via ask_user before invocation.

Egress: *.amazonaws.com Image: 42MB
docker pull ghcr.io/cloudarmor/auto_remediator:v1.1.0
📊

pdf_report_generator

v2.0.0 • Private
Signed

Converts the agent's scraped evidence and markdown findings into a formatted PDF report artifact.

Egress: None Image: 18MB
docker pull ghcr.io/cloudarmor/pdf_report_gen:v2.0.0

Register a New Tool

Point to a Dockerfile or container registry.