compound-learnings
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- Indirect Prompt Injection (LOW): The skill processes untrusted data from external sources (git logs and PR descriptions) which could contain malicious instructions designed to influence the agent's behavior during the 'learning' phase.
- Ingestion points: The skill reads data from
git logandgh pr list(GitHub CLI). - Boundary markers: Absent. There are no instructions or delimiters defined to separate untrusted data from the agent's core instructions.
- Capability inventory: The skill utilizes
BashandReadtools, which allow for file system manipulation and command execution. - Sanitization: Absent. The skill performs frequency analysis and pattern normalization on raw text without escaping or validating the content.
- Command Execution (SAFE): The use of
bashforgit,grep,sort, anduniqis appropriate for the skill's stated purpose and is restricted to the allowed-tools list.
Audit Metadata