crate-admit
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the Bash tool to execute several local development commands, including
git log,cargo test,cargo clippy, andcargo mutants. These are standard operations for a software development environment. - [INDIRECT_PROMPT_INJECTION]: The skill accepts input via
$ARGUMENTSwhich is then interpolated into shell commands. This constitutes an attack surface for command injection if the input is not sanitized by the execution environment. - Ingestion points: The
$ARGUMENTSvariable is used as a crate name in multiple shell commands acrossSKILL.md. - Boundary markers: No explicit markers or warnings are used to isolate the user-provided arguments within the shell scripts.
- Capability inventory: The skill has access to the
Bashtool, allowing it to read the file system and perform version control operations. - Sanitization: There is no logic within the skill to validate or escape the
$ARGUMENTSstring before it is passed to the shell.
Audit Metadata