dag-skill-registry
Pass
Audited by Gen Agent Trust Hub on Feb 19, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [Prompt Injection] (SAFE): No direct attempts to override system instructions or bypass safety filters were detected in the prompt or code snippets.
- [Indirect Prompt Injection] (LOW): The skill identifies a mechanism for ingesting untrusted data from the file system, which could be exploited to influence agent behavior.
- Ingestion points: The
loadRegistryfunction usesglobto find andreadFileto ingest content from multipleSKILL.mdfiles. - Boundary markers: The provided logic does not include delimiters or specific instructions to the agent to ignore potential commands embedded within the parsed metadata.
- Capability inventory: The skill has access to sensitive tools including
Read,Write,Edit,Glob, andGrep. - Sanitization: No sanitization or validation logic is shown for the
parseSkillFileprocess to prevent instruction injection from the cataloged files.
Audit Metadata