dotnet-aot-compat
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- Command Execution: The skill instructs the agent to use standard development commands such as
dotnet buildandgrepto identify and triage build warnings. These operations are essential for the skill's functionality and are performed locally on the project codebase. - Indirect Prompt Injection Surface: The skill processes external data in the form of compiler build output and source code files. While these ingestion points are potential surfaces for indirect prompt injection, the skill handles them as data to be analyzed for specific patterns (e.g., ILXXXX warning codes), which is standard behavior for development-focused automation.
- File System Interaction: The skill involves reading and editing project files (
.csproj,.cs) to apply fixes. This behavior is consistent with the stated goal of resolving AOT compatibility issues and follows a structured procedure (build → pick warning → fix → rebuild).
Audit Metadata