dotnet-solution-navigation
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard bash utilities (
find,grep,sort) and thedotnetCLI to automate the exploration of .NET project structures and metadata. - [DATA_EXFILTRATION]: While the skill identifies files commonly used for storing secrets (such as
appsettings.jsonandlaunchSettings.json), it contains no network communication patterns or external transfer mechanisms. - [PROMPT_INJECTION]: The skill is subject to indirect prompt injection risks due to its data ingestion patterns. 1. Ingestion points: Content is read from various local files, including
.cs,.csproj, and.json, during discovery. 2. Boundary markers: No explicit delimiters or instructions are provided to the agent to treat this file content as untrusted. 3. Capability inventory: The agent has access to shell command execution and the .NET build system. 4. Sanitization: There is no evidence of output sanitization or filtering for the data retrieved from the codebase.
Audit Metadata