dart-collect-coverage
Pass
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents standard workflows for Dart and Flutter development.
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to add the 'coverage' package from the official pub.dev registry as a dev_dependency, which is a standard practice for Dart projects.
- [COMMAND_EXECUTION]: The skill uses standard Dart and Flutter CLI commands (
dart pub add,flutter pub add,dart run) to manage dependencies and execute tests. The use of--disable-service-auth-codesfor the local VM service is a documented requirement for certain automated coverage tools and is restricted to the local machine.
Audit Metadata