apple-container-validation
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The main execution script
scripts/run-matrix.pyusessubprocess.runto interface with thecontainerCLI for building images and running containers. This is the primary intended function of the skill. - [SAFE]: The skill implements a sophisticated secret redaction mechanism in
scripts/run-matrix.py. It automatically identifies values of sensitive environment variables passed viainheritEnvand ensures they are deleted fromstdout,stderr, and all generated evidence artifacts before they are saved to disk or included in reports. It also uses secure file permissions (0700 for directories, 0600 for files) and atomic write operations to protect the integrity of the results. - [EXTERNAL_DOWNLOADS]: The
assets/agent-cli-Containerfiledownloads official packages from the well-known NPM registry, including@anthropic-ai/claude-code,@openai/codex, andtypescript. These dependencies are pinned to specific versions to ensure consistency and security. - [REMOTE_CODE_EXECUTION]: The skill facilitates the execution of technical validation harnesses inside isolated Apple Containers. While it executes shell commands (e.g., via
sh -lcin the manifest), this execution is scoped within the container environment, providing a significant layer of isolation from the host system.
Audit Metadata