architectural-constraints
Warn
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The
SandboxExecutorimplementation inSKILL.mdallows the execution of arbitrary Python strings usingsubprocess.run(['python', '-c', script]). This design provides a direct mechanism for code execution on the host machine, contradicting the skill's stated purpose of providing secure execution isolation. - [COMMAND_EXECUTION]: The
SecurityGuardrailutility inreferences/security-isolation-protocols.mdfacilitates shell command execution viasubprocess.run. While it includes a command allowlist, the implementation relies on host-level execution and lacks true isolation. - [REMOTE_CODE_EXECUTION]: Eight out of 17 files in the skill consist of exactly 150 repetitive sections of technical snippets. This 'bloatware' pattern is highly suspicious and is a common indicator of intent to evade static analysis or hide malicious logic within large volumes of irrelevant data.
Audit Metadata