dart-cli-creator
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides comprehensive guidelines for building Dart CLI applications using industry-standard libraries such as
args,mason_logger, andpub_updater. - [EXTERNAL_DOWNLOADS]: The skill recommends using several standard Dart packages:
args,cli_completion,mason_logger,pub_updater,pedantic_mono,test, andpub_semver. These are well-known packages within the Dart ecosystem. Specifically,pedantic_monois a package maintained by the skill's author (mono0926) and is used for static analysis configuration. - [COMMAND_EXECUTION]: The skill provides instructions for the agent to generate code that uses standard CLI argument parsing and process management. The implementation examples demonstrate safe practices, such as propagating exit codes to the main function rather than calling
exit()abruptly. - [REMOTE_CODE_EXECUTION]: While the skill suggests using
pub_updaterto check for updates frompub.dev, this is a standard and documented feature for CLI tools to notify users of new versions. The code provided does not execute arbitrary remote code.
Audit Metadata