seo-and-meta-tags-in-sveltekit
Pass
Audited by Gen Agent Trust Hub on Mar 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill specifies a mandatory memory protocol in
SKILL.mdthat instructs the agent to executecat .claude/context/memory/learnings.mdto retrieve context. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes code files with modification capabilities.
- Ingestion points: The skill targets all
.sveltefiles using the**/*.svelteglob pattern defined inSKILL.md. - Boundary markers: There are no explicit instructions or delimiters defined to prevent the agent from following instructions embedded within the analyzed
.sveltefiles. - Capability inventory: The skill is granted
Read,Write, andEdittools, allowing it to modify the codebase based on potentially malicious content in processed files. - Sanitization: No sanitization or validation logic is present to filter out executable instructions from the data being analyzed.
Audit Metadata