azure-mgmt-mongodbatlas-dotnet
Audited by Gen Agent Trust Hub on Feb 13, 2026
The skill files SKILL.md and references/acceptance-criteria.md were analyzed for security vulnerabilities. The SKILL.md file primarily serves as documentation for using the Azure.ResourceManager.MongoDBAtlas .NET SDK, providing code examples and installation instructions. The references/acceptance-criteria.md file provides testing criteria for the SDK.
No prompt injection attempts, data exfiltration, obfuscation, privilege escalation, persistence mechanisms, metadata poisoning, indirect prompt injection, or time-delayed/conditional attacks were detected in either file.
The SKILL.md file includes dotnet add package commands to install Azure.ResourceManager.MongoDBAtlas, Azure.Identity, and Azure.ResourceManager. These packages are sourced from nuget.org, which is a trusted external source, and are official Azure SDKs. While these are external dependencies, their origin from a trusted source and the fact that these are user instructions for setting up a development environment (rather than agent-executed code) mean they do not pose a security risk to the agent itself. This falls under the 'Trusted External Sources' exception, and as there are no other findings, the overall verdict is SAFE.
Since the skill is purely descriptive and provides code examples for a .NET SDK, and does not contain any executable scripts or commands for the agent to run, it is categorized as 'NO_CODE'.