kafka-streams-programming
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides templates and scripts for Kafka Streams development without including any malicious payloads or patterns.
- [DATA_EXPOSURE_PREVENTION]: The skill consistently recommends using
.envfiles for credentials and provides.env.exampletemplates to prevent accidental hardcoding of secrets. - [EXTERNAL_DOWNLOADS]: All external references and dependencies (e.g., Gradle, Maven Central, Confluent Maven repo) are well-known, official services used for standard software development.
- [COMMAND_EXECUTION]: Shell scripts included in the skill (e.g.,
create-topics.sh,teardown.sh) are utility scripts for infrastructure management and do not perform any hidden or suspicious operations. - [INDIRECT_PROMPT_INJECTION]: The skill handles untrusted data (Kafka records) using structured schemas (Avro, Protobuf, JSON Schema) and standard serialization/deserialization, minimizing the surface for prompt injection attacks during data processing.
Audit Metadata