kafka-integration-testing

Pass

Audited by Gen Agent Trust Hub on Feb 24, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill recommends installing several well-known Python packages from public registries to support Kafka testing. Evidence: SKILL.md references pip install testcontainers[kafka], confluent-kafka, and msgspec.
  • [COMMAND_EXECUTION]: The troubleshooting documentation suggests system-level commands to manage permissions and processes. Evidence: references/reference.md suggests sudo usermod -aG docker $USER for Docker permissions and kill -9 <PID> for port conflicts.
  • [PROMPT_INJECTION]: The skill involves consuming data from external Kafka brokers, creating a potential surface for indirect prompt injection if message content is not properly handled. Evidence: 1. Ingestion points: OrderEventConsumer.consume() in SKILL.md and examples/examples.md. 2. Boundary markers: Not specified for message payload content. 3. Capability inventory: The skill allows access to the Bash tool. 4. Sanitization: No sanitization of message content is demonstrated in the examples.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 24, 2026, 05:24 PM