grpc-patterns
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill content focuses on technical documentation and code examples for gRPC services.
- [EXTERNAL_DOWNLOADS]: References the 'buf.build' schema registry for remote plugin execution and the Homebrew package manager for installing the 'buf' CLI. These are well-known and established services within the gRPC developer ecosystem.
- [COMMAND_EXECUTION]: Includes standard shell commands for initializing configuration files ('cat > buf.yaml'), generating code from schemas ('buf generate'), and performing linting checks ('buf lint').
- [CREDENTIALS_UNSAFE]: Demonstrates how to handle authentication headers ('authorization', 'x-user-id') through interceptors using standard middleware patterns without hardcoding any actual secrets or sensitive tokens.
Audit Metadata