scan
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to install two optional enhancement plugins from unverified GitHub users (
Lum1104/Understand-Anythingandmksglu/context-mode) using the platform's marketplace commands. - [INDIRECT_PROMPT_INJECTION]: The skill generates repository-wide instructions (
AGENTS.md) by scanning all files in the project codebase, which could allow malicious code comments or documentation to influence downstream agent behavior. - Ingestion points: Scans all codebase files using tools such as
find,grep,cat, andgitas defined inSKILL.mdsteps 3 and 4. - Boundary markers: No explicit delimiters or instructions are used to separate codebase content from the agent's internal instruction generation logic.
- Capability inventory: The skill writes and updates critical repository documentation (
project-doc.md,AGENTS.md) and updates project state (state.json). - Sanitization: The skill lacks mechanisms to sanitize or filter codebase data before it is interpolated into agent instructions.
Audit Metadata