dart-resolve-package-conflicts
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides instructional workflows for using the
dart pubsuite of commands (outdated,upgrade,get,deps,analyze,test) to manage project dependencies. - [COMMAND_EXECUTION]: The skill instructs the use of standard development commands for Dart package management. These are restricted to the local development environment and are necessary for the skill's stated purpose of resolving package conflicts.
- [DATA_EXPOSURE]: The skill involves reading and modifying project configuration files (
pubspec.yaml,pubspec.lock). This is the intended behavior for a dependency management tool and does not involve accessing sensitive system files or credentials. - [REMOTE_CODE_EXECUTION]: While
dart pub getanddart pub upgradefetch packages from the internet (typicallypub.dev), this is the standard and expected behavior for package managers. No unverified or suspicious remote code execution patterns (likecurl | bash) are present.
Audit Metadata