dart-package-management
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate instructions for configuring Dart project structures and managing dependencies according to official Dart documentation.
- [COMMAND_EXECUTION]: The skill uses official Dart SDK CLI tools (
dart pub get,dart pub upgrade,dart pub workspace list, anddart analyze). These commands are standard for Dart development and are used within their intended context to manage project dependencies and perform static analysis. - [EXTERNAL_DOWNLOADS]: Dependency resolution via
dart pub getinvolves downloading packages from the official Dart package registry (pub.dev). This is the expected behavior for the 'dart-package-management' skill and does not constitute a security risk.
Audit Metadata