spice-sim
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
pcb simcommand to run simulation checks and execute testbenches. This is a domain-specific operation for the Zener hardware design framework. - [EXTERNAL_DOWNLOADS]: The instructions suggest finding and downloading vendor SPICE models if they are missing. No specific or untrusted URLs are provided in the skill; this is a standard part of the electronics design workflow.
- [INDIRECT_PROMPT_INJECTION]: The skill processes user-specified file paths and
.zendesign files. It defines an ingestion surface for potentially untrusted data that is then passed to thepcbtool and ngspice engine. - Ingestion points: Path inputs and file content in
pcb sim <path/to/file.zen>. - Boundary markers: None identified.
- Capability inventory: File system access and simulation execution via
pcb sim. - Sanitization: None identified.
Audit Metadata