archon-workflow
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill instructions present a vulnerability surface for indirect prompt injection by combining external data ingestion with state-modifying capabilities.
- Ingestion points: The
rag_read_full_pageandrag_search_knowledge_basetools defined inSKILL.mdallow the agent to fetch and process content from external, potentially untrusted sources. - Boundary markers: The instructions lack explicit boundary markers or directives for the agent to treat external content as data rather than instructions.
- Capability inventory: The skill provides several write-capable tools in
SKILL.md, includingmanage_task,manage_project, andmanage_document, which allow the agent to create, update, and delete records. - Sanitization: There is no requirement or instruction for the agent to sanitize or validate data retrieved via RAG before using it to influence its actions within the task management system.
Audit Metadata