cross-compile
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Recommends installing the 'cross' utility from its official GitHub repository (cross-rs/cross), a well-known developer resource.
- [COMMAND_EXECUTION]: Utilizes bash commands to interact with cargo, docker, and rustup for building binaries in a development environment.
- [PROMPT_INJECTION]: Identifies an indirect prompt injection surface where the tool processes 'Cross.toml' configuration files found in user projects.
- Ingestion points: Reads project-level
Cross.tomlfor toolchain and environment variables (SKILL.md). - Boundary markers: Absent; instructions do not specify delimiters for configuration data.
- Capability inventory: Executes
cargo,cross,rustup, anddockercommands (SKILL.md). - Sanitization: Absent; relies on the underlying tool to parse the configuration file.
Audit Metadata