backend-message-queue
Pass
Audited by Gen Agent Trust Hub on Aug 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill provides Python and TypeScript code snippets for implementing producers and consumers. These are static templates for message broker interactions and do not contain arbitrary command execution logic.
- [EXTERNAL_DOWNLOADS]: The skill references standard industry libraries including
kafkajs,amqplib, and@aws-sdk/client-sqsfor Node.js, andconfluent-kafkafor Python. These are well-known packages used for their intended purpose. - [CREDENTIALS_UNSAFE]: Code examples utilize environment variables (e.g.,
process.env.KAFKA_PASSWORD) and placeholders for authentication. The documentation explicitly warns against hardcoding credentials and recommends using IAM roles or secret managers.
Audit Metadata