flashcards-generator
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from external sources and local files, creating a surface for indirect prompt injection where malicious instructions embedded in the content could influence the agent's behavior.
- Ingestion points: The skill uses the
Readtool to extract content from user-specified file paths inStep 1.2and theWebFetchtool to retrieve data from external educational resources inStep 1.3. - Boundary markers: The instructions do not define clear delimiters or include explicit directives for the agent to ignore potentially malicious instructions embedded within the source materials.
- Capability inventory: The skill has the capability to write files to the local filesystem using the
Writetool and perform network operations usingWebSearchandWebFetch. - Sanitization: There is no evidence of content filtering, escaping, or validation to ensure that the ingested data only contains informational content and not executable instructions.
Audit Metadata