writing
Pass
Audited by Gen Agent Trust Hub on Sep 21, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill correctly identifies and mitigates the risk of indirect prompt injection. In
references/audit-workflow.md, it explicitly instructs the agent to treat the text under audit as data only and never as direction. It specifically directs the agent to flag any sentences that attempt to address the auditor or override behavior as findings rather than following them. - [DATA_EXPOSURE]: The skill includes proactive measures to prevent metadata leakage. In
SKILL.mdandreferences/language-and-patterns.md, it mandates the mechanical removal of AI-referrer tracking parameters (such asutm_source=chatgpt.comorreferrer=grok.com) and citation artifacts (like[oai_citation:...]) from delivered prose to ensure privacy and clear provenance. - [COMMAND_EXECUTION]: While
SPEC.mddescribes internal validation commands (e.g.,python3 distillery/scripts/distiller.py), these are development-time tools for local repository maintenance and do not indicate malicious runtime behavior by the agent skill itself. - [PROMPT_INJECTION]: The skill's instructions in
SKILL.mdandreferences/audit-workflow.mdemphasize maintaining the original writer's voice while strictly adhering to the audit workflow, which acts as a safeguard against attempts to manipulate the agent's behavior via the input text.
Audit Metadata