find-untested-sources-polyglot
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- File System Access: The skill reads files within the repository to perform its analysis. This is a required function for identifying untested code, and the script includes logic to avoid common non-source directories.
- Static Analysis via Tree-Sitter: The use of tree-sitter allows the skill to analyze code structure without execution. This is a safe method for processing code from various sources as it avoids the risks inherent in dynamic execution or compilation.
- No External Network Communication: Review of the script confirms that it does not initiate network connections, ensuring that the results of the analysis and any code metadata are not transmitted externally.
Audit Metadata