winning-avg-corewars
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- COMMAND_EXECUTION (SAFE): The script
scripts/test_warrior.shexecutes thepmarscommand to run simulations. This is a legitimate use of the tool within the CoreWars domain and does not involve arbitrary command execution or shell injection vulnerabilities. - DATA_EXFILTRATION (SAFE): There are no network-capable commands (like
curlorwget) or access to sensitive system paths (like~/.sshor.env). The skill operates entirely on local Redcode files. - PROMPT_INJECTION (SAFE): The markdown instructions in
SKILL.mdare focused on strategy development and do not contain patterns aimed at overriding the agent's safety protocols or system prompts. - EXTERNAL_DOWNLOADS (SAFE): The skill does not perform any external package installations (e.g., via
pipornpm) or remote script execution. - INDIRECT_PROMPT_INJECTION (LOW): The skill ingests untrusted Redcode assembly files. While these files are processed by the
pmarssimulator, the agent is encouraged to read and analyze them. This creates a surface for indirect prompt injection if an attacker provides a malicious warrior file containing instructions for the LLM. However, the risk is inherent to the task of code analysis and is considered low.
Audit Metadata