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 SandboxExecutor implementation in SKILL.md allows the execution of arbitrary Python strings using subprocess.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 SecurityGuardrail utility in references/security-isolation-protocols.md facilitates shell command execution via subprocess.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
Risk Level
MEDIUM
Analyzed
Jul 13, 2026, 02:32 PM
Security Audit — agent-trust-hub — architectural-constraints