knowledge-patterns
Fail
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: HIGHPROMPT_INJECTION
Full Analysis
- Indirect Prompt Injection (HIGH): The skill facilitates the ingestion of untrusted data from PR comments into a persistent library that influences future agent actions.
- Ingestion points: PR Review comments and files within the
patterns/directory (as referenced inSKILL.md). - Boundary markers: Absent. There are no defined delimiters or 'ignore' instructions to prevent the agent from obeying malicious commands embedded within PR comments.
- Capability inventory: The
fix-coordinatoragent performs code modifications based on these patterns, and theknowledge-writeragent has file-write capabilities to persist patterns to the filesystem. - Sanitization: Absent. There is no evidence of filtering, escaping, or validating the content of PR comments before they are incorporated into the pattern library.
- Risk: A malicious PR comment could contain hidden instructions that, once 'learned' as a pattern, could lead to automated backdoor injection or data exfiltration in subsequent automated repair tasks.
Recommendations
- AI detected serious security threats
Audit Metadata