software-architecture-analysis
Pass
Audited by Gen Agent Trust Hub on Jul 27, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it clones and reads files from external repositories. Maliciously crafted documentation or comments within a target codebase could attempt to subvert the agent's logic.
- Ingestion points:
SKILL.mdinstructions clone target repositories to/tmp/target-repoand read their content. - Boundary markers: The instructions lack explicit delimiters or warnings to ignore embedded instructions found within the analyzed codebase.
- Capability inventory:
SKILL.mduses shell commands includingls,find, andwcto inspect the file system. - Sanitization: No content validation or sanitization of the cloned files is specified.
- [EXTERNAL_DOWNLOADS]: The skill uses
git cloneto fetch repositories from GitHub. This is a well-known service and the operation is consistent with the skill's stated purpose. - [COMMAND_EXECUTION]: The skill instructs the agent to execute common shell commands (
ls,find,wc,git) to analyze the target repository. These commands are used for inspection purposes and do not involve executing code from the downloaded repositories.
Audit Metadata