dotnet-grpc
Pass
Audited by Gen Agent Trust Hub on Feb 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of technical documentation and code snippets for gRPC development in .NET. No malicious code or configurations were found.
- [EXTERNAL_DOWNLOADS]: References official NuGet packages like Grpc.AspNetCore and Grpc.Tools. These are industry-standard packages from trusted providers (Google and Microsoft).
- [COMMAND_EXECUTION]: Describes the use of protoc via the Grpc.Tools package, which is the standard build-time code generation process for gRPC. No unsafe or arbitrary command execution patterns were detected.
- [CREDENTIALS_UNSAFE]: Authentication examples for JWT and mTLS correctly use placeholders for sensitive values and follow security best practices.
Audit Metadata