use-kicad-cli
Pass
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill's primary function is to execute shell commands using the
kicad-clibinary. It provides a structured process for locating the tool across different operating systems (macOS, Windows, and Linux) and defines specific subcommands for schematic and PCB exports. - [SAFE]: Instructions include security-conscious practices, such as recommending the use of single quotes when passing field variables to prevent shell expansion of
${QUANTITY}or${DNP}markers. - [SAFE]: External environment recommendations are restricted to well-known services, specifically the official KiCad Docker image (
kicad/kicad:9.0) for headless CI operations.
Audit Metadata