mindtickle-performance-tuning
Pass
Audited by Gen Agent Trust Hub on Sep 11, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill instructions and code snippets describe patterns for ingesting data from the MindTickle API, which serves as a potential vector for indirect instructions.
- Ingestion points: Data is fetched from external API endpoints via
mindtickleApi.listCourses,mindtickleApi.getUserProgress, andmindtickleApi.listUsersas shown inSKILL.md. - Boundary markers: The instructions do not specify the use of delimiters or specific prompts to ignore instructions that might be embedded in the fetched learner or course data.
- Capability inventory: The skill utilizes network communication (fetch, Redis) and has file system access permissions defined in its metadata (Read, Write, Edit, Grep).
- Sanitization: The provided code snippets demonstrate JSON parsing and storage but do not include validation or sanitization logic to strip potentially malicious content from the API responses.
Audit Metadata