skill-composition
Pass
Audited by Gen Agent Trust Hub on Aug 3, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface. The
skill_discovery.pyscript ingests content from externalSKILL.mdfiles discovered on the filesystem. This content is interpolated into LLM prompts in bothskill_discovery.pyandworkflow_composer.pyto determine relevance and data-flow dependencies. While the scripts utilize structured JSON protocols to manage data, they lack explicit boundary markers or specific sanitization to prevent adversarial instructions within third-party metadata from potentially biasing the matching or composition logic. - [EXTERNAL_DOWNLOADS]: The
_llm_client.pymodule facilitates network communication with well-known technology services including OpenAI, Anthropic, DeepSeek, and Alibaba Cloud (DashScope) for LLM processing. These interactions are conducted over standard HTTPS and are necessary for the skill's matching and analysis functionality.
Audit Metadata