simple-loader
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a code generation utility that uses local file operations and standard development tools.
- [COMMAND_EXECUTION]: The skill uses
cp,sed, and./gradlewcommands. These are used as intended for scaffolding projects, such as copying template files, updating package names, and verifying that the generated code compiles successfully. - [EXTERNAL_DOWNLOADS]: The skill references standard, well-known libraries like
kotlinx-coroutines-core,kotlinx-serialization, andandroidx.compose. These are industry-standard dependencies for the target platform (Kotlin/Compose Multiplatform). - [PROMPT_INJECTION]: No evidence of prompt injection or instructions to bypass safety filters was found. The instructional language is focused on code generation and project structure.
- [DATA_EXFILTRATION]: No network exfiltration or sensitive file access patterns were identified. All operations are local to the project directory being managed by the user.
Audit Metadata