NYC
skills/letta-ai/skills/kv-store-grpc/Gen Agent Trust Hub

kv-store-grpc

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS] (SAFE): The skill recommends installing 'grpcio' and 'grpcio-tools' via pip. These are standard, well-known libraries for gRPC development in Python.
  • [COMMAND_EXECUTION] (SAFE): Includes commands for package installation, code generation using 'protoc', and basic file/process inspection ('ls', 'pip list'). These are appropriate for the stated purpose of building a gRPC service.
  • [REMOTE_CODE_EXECUTION] (SAFE): No remote scripts are downloaded or piped to a shell. The 'python -c' command is used correctly for local functional testing of the implemented service.
  • [DATA_EXFILTRATION] (SAFE): No evidence of sensitive file access or unauthorized network communication. The server is configured to listen on local ports for development purposes.
  • [CREDENTIALS_UNSAFE] (SAFE): No hardcoded API keys, tokens, or secrets were found. The use of 'insecure_port' and 'insecure_channel' is standard for local development tutorials and does not constitute a credential leak.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:04 PM