mutation-check

Pass

Audited by Gen Agent Trust Hub on Sep 13, 2026

Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill instructs the agent to execute shell commands such as cargo mutants --list -f <file> and cargo mutants -f src/<file>.rs -- --lib to perform mutation testing. These commands run locally within the developer environment.
  • [INDIRECT_PROMPT_INJECTION]: The skill analyzes external data that could theoretically be influenced by an attacker.
  • Ingestion points: The skill reads source code diffs, the .cargo/mutants.toml configuration file, and the triage file mutants.out/missed.txt generated by external tools.
  • Boundary markers: None identified in the instructions for delimiting the file content from the agent's instructions.
  • Capability inventory: The agent has the capability to execute shell commands (via cargo mutants) and modify local files (e.g., updating .cargo/mutants.toml).
  • Sanitization: The skill does not explicitly mention sanitizing or validating the contents of the diffs or tool output before processing.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 13, 2026, 09:49 PM
Security Audit — agent-trust-hub — mutation-check