feedback-loops
Warn
Audited by Gen Agent Trust Hub on Jul 8, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The
SyntaxVerifierandIVFEngineimplementations inSKILL.mduse the Pythoncompile()function in"exec"mode andsubprocess.runwithnode -eon strings generated by the AI agent. This pattern executes untrusted code during the verification phase, which could be exploited if an attacker influences the agent's output. - [REMOTE_CODE_EXECUTION]:
SKILL.mdcontains aLintVerifierthat executesnpx eslinton generated files. Usingnpxwithout version pinning or a lockfile allows the environment to download and run arbitrary code from the public npm registry at runtime. - [DATA_EXFILTRATION]: The
AsyncApprovalWorkflowinreferences/hitl-checkpoint-design.mdsends POST requests to a user-configurablewebhook_urlcontaining artifact summaries and session context. While designed for human approval workflows, this creates a potential path for data exfiltration to unauthorized endpoints. - [SAFE]: Multiple reference documents (e.g.,
references/architecture-patterns.md,references/performance-optimization.md) contain 150 identical sections repeating the same technical paragraphs. This extreme redundancy acts as significant noise to complicate security auditing, although no hidden payloads were detected in the repetition patterns.
Audit Metadata