writing-shape
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a document processing and writing assistant that operates on local files. It does not perform network operations, execute remote code, or access sensitive system directories.- [PROMPT_INJECTION]: The skill demonstrates an indirect prompt injection surface as it processes external, untrusted raw material to generate articles. However, this is inherent to its primary purpose as a writing tool.
- Ingestion points: The agent reads an external markdown file of raw material (
SKILL.md). - Boundary markers: There are no explicit markers or instructions to treat the input pile as non-executable or to ignore potential instructions embedded within the text.
- Capability inventory: The skill utilizes file read and write/append operations to manage the article generation process.
- Sanitization: No sanitization or filtering of the input content is implemented within the skill's instructions.
Audit Metadata