dart-compilation-deployment
Pass
Audited by Gen Agent Trust Hub on Apr 9, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions for executing the
dart compiletool to generate binaries from local source code (e.g.,dart compile exe bin/main.dart). - [COMMAND_EXECUTION]: Includes steps to execute the compiled results locally for validation, such as
./build/app.exe,dartaotruntime build/app.aot, anddart run build/app.jit. - [COMMAND_EXECUTION]: Uses standard shell commands like
ls -la build/to verify build outputs. - [SAFE]: No instances of prompt injection, data exfiltration, or obfuscation were detected.
- [SAFE]: External dependencies or remote code downloads are not present; the skill relies entirely on the pre-installed Dart SDK and local project files.
Audit Metadata