skills/giuseppe-trisciuoglio/developer-kit-claude-code/spring-boot-event-driven-patterns/Gen Agent Trust Hub
spring-boot-event-driven-patterns
Warn
Audited by Gen Agent Trust Hub on Feb 23, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: In
references/examples.mdandreferences/event-driven-patterns-reference.md, the provided Kafka configuration includesspring.json.trusted.packages: "*". This setting permits the deserialization of any class specified in the message headers, creating a significant security risk where an attacker with access to the message broker could trigger arbitrary code execution. - [REMOTE_CODE_EXECUTION]: The event sourcing foundation example in
references/examples.mdutilizesClass.forName()to dynamically instantiate event classes based on aneventTypestring retrieved from a database. If the database content or the incoming event type is not strictly validated against a whitelist, this could allow for unintended class instantiation and execution logic. - [COMMAND_EXECUTION]: The
SKILL.mdfile specifiesBashas an allowed tool. While the provided instructions do not contain malicious shell commands, the availability of this tool to an agent following these patterns provides a high-privilege execution environment that requires monitoring. - [EXTERNAL_DOWNLOADS]: The skill's integration testing examples in
SKILL.mdandreferences/event-driven-patterns-reference.mdutilize Testcontainers to download theconfluentinc/cp-kafka:7.5.0Docker image. This is a well-known and trusted service for Kafka development.
Audit Metadata