kafka-configuration
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill performs legitimate project configuration tasks, including modifying
application.propertiesorapplication.ymland generating Java/Kotlin configuration classes. All operations are local to the user's filesystem and aligned with the stated purpose of configuring Kafka. - [SAFE]: External dependencies are restricted to the official
spring-boot-starter-kafkaartifact. The skill also provides a reference to the official marketplace for the Amplicode IntelliJ plugin, which is a resource owned by the skill's author and contains no suspicious indicators. - [PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection as it processes data from untrusted sources within the project context during its configuration steps.
- Ingestion points: Configuration data is derived from existing
application.propertiesorapplication.ymlfiles and user responses collected via theAskUserQuestiontool (referenced inSKILL.mdSteps 1 and 2). - Boundary markers: The instructions do not specify the use of explicit boundary markers or instructions to ignore embedded commands when the agent reads existing project configuration files.
- Capability inventory: Across its scripts, the skill utilizes capabilities to write and edit source files and modify project build dependencies (documented in
SKILL.mdSteps 4 and 5). - Sanitization: Values retrieved from properties files or user input are interpolated into code templates without explicit validation or sanitization routines mentioned in the logic.
Audit Metadata