grpc_server
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [SAFE]: The skill implementation follows standard patterns for gRPC development and does not contain any malicious behavior, obfuscation, or persistence mechanisms.
- [COMMAND_EXECUTION]: Provides instructions to execute
python -m grpc_tools.protocfor code generation. This is a standard build-time operation required for gRPC development. - [DATA_EXFILTRATION]: The code utilizes unencrypted gRPC channels (
add_insecure_portandinsecure_channel) for network communication. The documentation explicitly states this is intended for the internal microservice layer, where unencrypted binary communication is a common architectural choice for minimizing overhead. No data transmission to external or untrusted domains was detected.
Audit Metadata