anth-core-workflow-a
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill provides an architectural template for an agent loop, which inherently includes an indirect prompt injection surface. * Ingestion points: The
run_agentfunction acceptsuser_messageand tool outputs fromexecute_toolare passed back to the model (SKILL.md). * Boundary markers: No explicit boundary markers or instructions to ignore embedded commands are present in the code samples. * Capability inventory: The skill is configured with powerful tools includingBash,Write,Edit,Read, andGrepvia theallowed-toolsmetadata. * Sanitization: The provided boilerplate code does not include sanitization, validation, or escaping of tool outputs before they are processed by the LLM. - [SAFE]: The instructions use the official
anthropicPython package for API interaction. - [SAFE]: All external references point to official Anthropic documentation domains.
Audit Metadata