compass
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: Indirect Prompt Injection surface via repo-level markdown file. The skill reads and renders the content of
docs/compass.mdto the agent. If an attacker with repository access modifies this file, they could embed instructions that manipulate the agent's behavior during a session. - Ingestion points: The
readandread --compactsubcommands ingest content fromdocs/compass.md(SKILL.md). - Boundary markers: No explicit delimiters or instructions are provided to the agent to treat the file content as data rather than instructions.
- Capability inventory: The skill executes local Python scripts and interacts with Git and the GitHub CLI (
gh). - Sanitization: No sanitization or validation of the markdown content is mentioned before it is displayed to the agent.
- [COMMAND_EXECUTION]: Local script and CLI tool invocation. The skill is designed to execute a local Python script
scripts/compass.pyand standard development tools such asgitandgh(GitHub CLI) for state management and workflow integration. These are used as intended for the skill's utility purpose.
Audit Metadata