fix-dotnet-nullcheck-warnings
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes external data including compiler build logs and C# source code, which represents a potential attack surface for indirect prompt injection.
- Ingestion points: Build output generated by the
dotnet buildcommand and existing C# source files in the local repository (SKILL.md). - Boundary markers: Absent. The instructions do not define specific delimiters or instructions to ignore potential commands embedded within code comments or build logs.
- Capability inventory: The skill possesses file system read/write capabilities and the ability to execute shell commands (
dotnet build). - Sanitization: Absent. There are no explicit steps provided to sanitize or validate the content of the build output before processing it.
- [COMMAND_EXECUTION]: The skill uses standard .NET development commands to function.
- Evidence: Invokes
dotnet buildto retrieve warnings and validate fixes as part of the maintenance workflow.
Audit Metadata