simulate-cpu-architecture
Enables users to design and simulate a minimal CPU architecture from scratch, covering ISA definition to execution cycle verification.
Install this skill
or
0/100
Security score
The simulate-cpu-architecture skill was audited on Jun 3, 2026 and we found 4 security issues across 1 threat category, including 4 critical. Review the findings below before installing.
Categories Tested
Security Issues
critical line 196
Direct command execution function call
SourceSKILL.md
| 196 | - **ALU**: Exec (ALU computes), WB (→ reg). |
critical line 197
Direct command execution function call
SourceSKILL.md
| 197 | - **Load**: Exec (addr), Mem (read), WB (→ reg). |
critical line 198
Direct command execution function call
SourceSKILL.md
| 198 | - **Store**: Exec (addr), Mem (write). |
critical line 199
Direct command execution function call
SourceSKILL.md
| 199 | - **Branch**: Exec (cmp | flags), conditional PC update. |
Scanned on Jun 3, 2026
View Security Dashboard