detect-static-dependencies
Pass
Audited by Gen Agent Trust Hub on Aug 23, 2026
Risk Level: SAFE
Full Analysis
- Code Analysis Patterns: The skill performs pattern matching against standard C# static APIs (e.g.,
DateTime.Now,File.ReadAllText) to generate a testability report. This is a routine development task. - Scope and Exclusions: The instructions explicitly include safety-oriented practices for development tools, such as excluding build artifacts (
obj/,bin/) and generated code (*.Designer.cs), and focusing only on production code rather than tests. - No Remote Operations: The workflow is entirely local to the user's provided source files. It does not utilize any network tools, download external scripts, or execute shell commands.
- Response Control: The skill provides clear guidelines for scope resolution and structured reporting, ensuring the agent remains focused on the user's specific directory or project target.
Audit Metadata