git-repo
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection (Category 8) because user-provided inputs are used to generate infrastructure-as-code files. * Ingestion points: Parameters like
nameanddescriptiondefined inSKILL.md. * Boundary markers: Absent. No markers prevent user input from breaking out of HCL string literals inreferences/templates.md. * Capability inventory: Executesgit,tofu, andghto push changes and create Pull Requests. * Sanitization: Absent. The skill does not validate or escape user input. - [COMMAND_EXECUTION]: The skill performs automated shell commands to manage Git repositories and OpenTofu configurations. * Evidence:
SKILL.mdcontains a sequence of commands includinggit checkout,tofu fmt,git push, andgh pr create. - [EXTERNAL_DOWNLOADS]: The skill fetches infrastructure configuration from a remote repository. * Evidence: Clones
git@github.com:OlechowskiMichal/github-infrastructure.gitinSKILL.md. This is an author-owned resource.
Audit Metadata