dotnet-solution-navigation

Pass

Audited by Gen Agent Trust Hub on Mar 6, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [SAFE]: The skill provides legitimate technical guidance and commands for navigating .NET solutions and recognizing common layout patterns.
  • [COMMAND_EXECUTION]: Uses standard local system tools (find, grep, ls) and the official .NET CLI (dotnet) to analyze local files, find entry points, and traverse project dependencies. These operations are conducted within the local file system and do not involve unauthorized network connections.
  • [PROMPT_INJECTION]: The skill identifies an attack surface for indirect prompt injection via the ingestion of local project files. 1. Ingestion points: The agent reads content from local Program.cs, .csproj, .sln, and configuration files using grep and find. 2. Boundary markers: Absent; the skill does not specify the use of delimiters when processing the results of file searches. 3. Capability inventory: Commands like find, grep, dotnet sln, and dotnet build are used to process project data. 4. Sanitization: Absent; the skill does not include instructions for filtering or validating the content found within project files before processing.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 6, 2026, 12:32 AM