migrate-intellij-util
Pass
Audited by Gen Agent Trust Hub on Jul 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes project-local Gradle commands including
./gradlew testClasses,./gradlew test, and./gradlew verifyPlugin. These are standard development operations used to ensure project stability and verify the correctness of the code migrations. - [EXTERNAL_DOWNLOADS]: The skill references and reads documentation from JetBrains' official domain (
javadoc.jetbrains.net) to identify appropriate utility classes for migration. - [PROMPT_INJECTION]: The processing of external content from the JetBrains documentation URL introduces a surface for indirect prompt injection.
- Ingestion points: External content is fetched from the URL provided in the objective section of SKILL.md.
- Boundary markers: No explicit delimiters or warnings are used when processing the documentation content.
- Capability inventory: The skill has the ability to modify local source code and execute shell commands via the Gradle wrapper.
- Sanitization: No specific sanitization or validation of the external content is performed before processing.
Audit Metadata