fix-grammar
Pass
Audited by Gen Agent Trust Hub on May 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected in the skill's logic or metadata.\n- [PROMPT_INJECTION]: The skill processes content from user-specified files, which represents an inherent surface for indirect prompt injection. This risk is mitigated by the skill's strict operational constraints.\n
- Ingestion points: File content read via the
Readtool based on$ARGUMENTS(SKILL.md).\n - Boundary markers: Instructions specifically preserve code blocks, MDX tags, and frontmatter, providing structural boundaries for processing (SKILL.md).\n
- Capability inventory: The skill utilizes the
Read,Edit, andAgenttools for file modification and subagent management (SKILL.md).\n - Sanitization: No explicit sanitization or instruction-filtering is applied to the ingested text content (SKILL.md).\n- [COMMAND_EXECUTION]: The skill employs the
Agenttool to parallelize grammar checks across multiple files. This task delegation is an intended performance feature of the platform and does not involve arbitrary command execution (SKILL.md).
Audit Metadata