curriculum-package-lms
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): No malicious patterns detected across all threat categories. The skill is a standard implementation that returns structured data based on input parameters.
- [Indirect Prompt Injection] (LOW): The skill defines a
content_pathas an input parameter. While this is a data ingestion point, the code only extracts the file name (stem) using Python'sPathlibrary and does not read or interpret the contents of the files at that path, effectively neutralizing potential injection vectors in the current implementation. - [Data Exposure] (SAFE): There are no hardcoded credentials, sensitive file path accesses, or network operations identified in the code or documentation.
Audit Metadata