dag-dependency-resolver
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [Prompt Injection] (SAFE): No instructions found that attempt to bypass safety filters or override the agent's core instructions.
- [Data Exposure & Exfiltration] (SAFE): No hardcoded credentials, sensitive file path access, or network calls (e.g., curl, fetch) were detected.
- [Obfuscation] (SAFE): No Base64, zero-width characters, or other encoding techniques were used to hide content.
- [Unverifiable Dependencies] (SAFE): The skill does not reference any external Python or Node.js packages and does not download remote scripts.
- [Indirect Prompt Injection] (LOW): The skill processes external DAG data which could serve as an attack surface for instructions embedded in data. However, the skill provides a strong validation layer. 1. Ingestion points: Reads DAG structure files via
ReadandGlob. 2. Boundary markers: Absent. 3. Capability inventory: Filesystem modification tools (Write,Edit). 4. Sanitization: Includes specific logic for cycle detection, type checking, and structure validation which serves to verify the integrity of the data being processed. - [Dynamic Execution] (SAFE): The provided TypeScript code is for the agent's internal logic and does not involve runtime code generation from untrusted strings.
Audit Metadata