detect-static-dependencies
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- [Codebase Scanning]: The skill reads C# source files, project files, and solution files to identify static dependency patterns. This file access is limited to the scope defined by the user and is essential for the tool's diagnostic purpose.
- [Local Analysis]: All data processing, including pattern matching and aggregation of results, occurs within the local context. There are no network requests or external data exfiltration patterns present.
- [Scope Management]: The instructions explicitly exclude build directories like
obj/andbin/, as well as test projects, ensuring that the analysis is restricted to relevant source code and avoids processing unnecessary files.
Audit Metadata