atmos-packer
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill implements 'Just-In-Time (JIT) vendoring,' a mechanism that automatically downloads Packer components and templates from remote URIs. It supports various protocols including Git, S3, HTTP/HTTPS, GCS, and OCI. Examples in the documentation reference the author's own official repositories (e.g., github.com/cloudposse/packer-templates), which are treated as trusted vendor resources.
- [COMMAND_EXECUTION]: The skill orchestrates the Packer CLI by executing subprocesses for commands such as
init,build,validate, andinspect. These executions use dynamically generated variable files and environment variables resolved from merged stack manifests, which is the primary intended function of the orchestration wrapper.
Audit Metadata