nuget-manager
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute shell commands using the
dotnetutility, includingdotnet add,dotnet remove,dotnet restore, anddotnet package searchfor managing .NET dependencies. - [INDIRECT_PROMPT_INJECTION]: The skill operates on untrusted data from multiple sources, which constitutes a potential vulnerability surface.
- Ingestion points: The skill ingests package identifiers and version strings from user requests, and reads data from project files such as
.csprojandDirectory.Packages.props(SKILL.md). - Boundary markers: There are no specific delimiters or instruction guardrails used when the agent interprets content from project files or user input.
- Capability inventory: The skill utilizes the
dotnetCLI for package operations and performs file modifications to project configurations (SKILL.md). - Sanitization: No input validation or escaping mechanisms are described for package names or versions before inclusion in shell commands.
Audit Metadata