scaffold-clean-architecture
Pass
Audited by Gen Agent Trust Hub on Mar 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute various Gradle tasks to manage the project lifecycle.
- Evidence includes tasks such as
./gradlew ca(generate project),./gradlew gm(generate model),./gradlew guc(generate use case),./gradlew gda(generate driven adapter), and./gradlew gep(generate entry point). - It also includes the
./gradlew bootRuncommand to execute the generated Spring Boot application. - [EXTERNAL_DOWNLOADS]: The skill configures projects to use the
co.com.bancolombia.cleanArchitectureGradle plugin. - This plugin, along with its dependencies, is downloaded from the official Gradle Plugin Portal and Maven Central during the build process.
- The plugin is a well-known tool in the Java development community for implementing Clean Architecture patterns.
- [COMMAND_EXECUTION]: The skill uses shell commands to dynamically create the initial project configuration.
- Evidence:
echo "plugins { id 'co.com.bancolombia.cleanArchitecture' version '4.2.0' }" > build.gradleis used to initialize the build script.
Audit Metadata