build
Pass
Audited by Gen Agent Trust Hub on Jul 6, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill instructions guide the user through standard Kamal build workflows. It emphasizes using
.kamal/secretsand Docker's secret mounting feature (--mount=type=secret) to handle sensitive data like GitHub tokens, which prevents them from being exposed in the image layers. - [COMMAND_EXECUTION]: The skill uses standard
kamalCLI commands (kamal build push,kamal build details, etc.). These are the intended tools for the skill's purpose and are executed in a transparent manner. - [EXTERNAL_DOWNLOADS]: Mentions of external tools and services, such as the
ghCLI and thekamal-deploy.orgdocumentation, are appropriate for a developer tool and point to well-known, trusted resources. - [SAFE]: Heuristic detections of destructive commands were evaluated and determined to be false positives. The usage of
rm -rfis strictly limited to cleaning up build caches within a Dockerfile environment (rm -rf /usr/local/bundle/cache), which is a standard practice for optimizing container images.
Audit Metadata