dart-collect-coverage
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses standard Dart and Flutter SDK commands (dart pub, flutter pub, dart run) to manage dependencies and execute tests.
- [EXTERNAL_DOWNLOADS]: Dependencies are added using the official Dart and Flutter package managers from the standard registry. The 'coverage' package is an official utility provided by the dart-lang organization.
- [COMMAND_EXECUTION]: Shell commands are used for legitimate project maintenance tasks such as test execution and coverage report generation. The use of the local VM service (127.0.0.1) for coverage collection is a standard development pattern.
Audit Metadata