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, and pub_updater.
  • [EXTERNAL_DOWNLOADS]: The skill recommends using several standard Dart packages: args, cli_completion, mason_logger, pub_updater, pedantic_mono, test, and pub_semver. These are well-known packages within the Dart ecosystem. Specifically, pedantic_mono is 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_updater to check for updates from pub.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
Risk Level
SAFE
Analyzed
Mar 10, 2026, 04:16 AM