kotlin-development
Pass
Audited by Gen Agent Trust Hub on Aug 31, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill guides the agent to run local scripts and build wrappers to inspect and verify Kotlin projects.
- Evidence:
SKILL.mdStep 2 callspython3 scripts/inspect-project.py. Step 5 and 7 instruct the use of./gradlewand./mvnwwrappers. - [INDIRECT_PROMPT_INJECTION]: The skill's workflow involves reading and processing local project configuration files, which constitutes a surface for indirect prompt injection if the target project contains malicious content designed to influence the agent.
- Ingestion points:
scripts/inspect-project.pyreads and parsesbuild.gradle,pom.xml, and other project files from the provided--rootdirectory. - Boundary markers: No specific delimiters are used to wrap the output of the inspection script when presented to the agent.
- Capability inventory: The agent has capabilities to edit source code, modify build configurations, and execute build tasks via shell commands.
- Sanitization: The
inspect-project.pyscript returns structured JSON output, which offers basic structural protection but does not sanitize the content of strings parsed from the project files.
Audit Metadata