use-cases-page-generator
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or unauthorized operations were detected in the skill content. The skill consists entirely of markdown-based instructions for content generation.
- [INDIRECT_PROMPT_INJECTION]: The skill instructions advise the agent to read local project context files (
.claude/project-context.mdand.cursor/project-context.md). While this constitutes a data ingestion surface, it is a standard practice for context-aware agents and is evaluated as safe because the skill does not possess any dangerous capabilities like network access or command execution. - Ingestion points:
.claude/project-context.mdand.cursor/project-context.md(referenced in SKILL.md) - Boundary markers: None explicitly defined for context file interpolation
- Capability inventory: No subprocess calls, network operations, or file-system writing capabilities were found across the skill
- Sanitization: None required as the content is used for informational context during text generation
Audit Metadata