gcc
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local system commands (
cmake,arm-none-eabi-size, andtaskkillon Windows) to facilitate the build process. These invocations are implemented usingsubprocess.runwith list-style arguments and without shell execution (shell=True), which prevents command injection vulnerabilities. - [SAFE]: The skill manages project configuration and state locally within the
.embeddedskillsdirectory. No network operations or external data transmissions were detected. - [SAFE]: All scripts utilize standard Python libraries and local modules. No external or unverifiable dependencies are required or installed during execution.
Audit Metadata