mirror-reference
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill employs dynamic context injection in the
SKILL.mdfile to retrieve the current git status and directory structure. These commands (git branch,git status, andfind) are benign, limited in scope, and used solely to provide necessary context for the agent to operate within the local environment. - [PROMPT_INJECTION]: The skill functions by ingesting external data from URLs and GitHub repositories, which represents a potential surface for indirect prompt injection. However, this is the primary intended purpose of the skill and is triggered by explicit user input.
- Ingestion points: Step 2 in
SKILL.mdspecifies reading from external URLs, GitHub repositories (viagh), and local sibling paths provided in the$ARGUMENTS. - Boundary markers: No explicit delimiters or instruction-isolation warnings are present for the external data being studied.
- Capability inventory: The skill uses
ghfor repository interaction, web fetching for external docs, and file system access for reading and writing code to the local repository. - Sanitization: The instructions do not specify validation or sanitization of the fetched reference material before it is processed by the agent.
Audit Metadata