skills/rodydavis/skills/how-to-manage-multiple-flutter-versions-with-git-worktrees-and-z/Gen Agent Trust Hub
how-to-manage-multiple-flutter-versions-with-git-worktrees-and-z
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- Persistence Mechanisms (MEDIUM): The skill instructions include modifying the user's shell profile (~/.zshrc) to add aliases. Modifying shell startup files is a recognized persistence mechanism. While this is standard for development environment setup, it carries inherent risk if the added commands were malicious. Evidence: Instruction to append alias commands for Flutter and Dart to the ~/.zshrc file.
- External Downloads (LOW): The skill clones the Flutter repository from an external source (GitHub). This is an external dependency from a source outside the predefined trusted list. Evidence: git clone https://github.com/flutter/flutter.
- Command Execution (LOW): The skill requires running multiple git commands and executing binaries via shell aliases to manage the local environment. Evidence: Use of git worktree, git checkout, and flutter doctor via the created aliases.
Audit Metadata