Auditing Grpc Service Authorization

Audit a gRPC service for a method a caller can reach without the authorization the service assumes an interceptor enforces, after the interceptor coverage and the channel credentials are resolved. Covers authorization installed on the unary interceptor while the streaming chain omits it, a per-method authorization gap reachable at the wrong privilege, server reflection enabled in production exposing the full API, a plaintext channel with metadata trusted unverified, an absent message-size or recursion-depth limit inviting decode denial of service, and a transcoding gateway that does not apply the same auth filter as native gRPC. Use when reviewing service and interceptor registration, method handlers, and channel setup, not the certificate-validation mechanics the transport skill owns. A caller with forged or absent metadata is the source, a service method acting without an authorization check is the sink, and an interceptor that does not cover the method or stream is the bug.

UnboundCompute b9c1183 9.6 KB Updated

File contents

UnboundCompute/security-agent-skills/tree/main/skills/auditing-grpc-service-authorization commit b9c1183963

Frequently asked questions

npx skillmds@latest add unboundcompute/auditing-grpc-service-authorization