polyglot-learning-strategies-expert
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill instructions in
modules/research-checklist.mddefine a workflow where the agent performs web research and incorporates findings into its core modules. This creates a surface for indirect prompt injection because the agent is instructed to process and "distill" content from external, untrusted sources which may contain instructions designed to override the agent's behavior. - Ingestion points: External web sources, official documentation, expert articles, Wikipedia, and ArXiv as specified in the
modules/research-checklist.mdworkflow. - Boundary markers: The skill does not define any delimiters or explicit instructions to treat ingested content as data rather than instructions.
- Capability inventory: The skill uses web research tools and
adn_skillsfor distillation; it also contains instructions for the agent to modify its own local files (modules/core-guidance.mdand metadata) to store research results. - Sanitization: There are no verification, validation, or sanitization steps described to ensure that the content being "distilled" and written back to the skill files is safe or free from embedded commands.
Audit Metadata