extract-module
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill provides technical instructions for modularizing IntelliJ plugins. The guide follows established development patterns (Pattern A and Pattern B) and uses standard IntelliJ platform terminology (Extension Points, IML files, Bazel targets).
- [COMMAND_EXECUTION]: The skill includes several shell commands for project maintenance, such as registering modules (
bun build/jps-module.mjs), synchronizing Bazel models (./build/jpsModelToBazel.cmd), and executing packaging tests (./tests.cmd). These commands are standard for the described development environment. - [EXTERNAL_DOWNLOADS]: The skill refers to standard development libraries such as
kotlin-stdlibandjetbrains-annotations. These are intended to be added as project dependencies in configuration files and do not involve runtime execution of scripts from unknown external sources.
Audit Metadata