flutter-setting-up-on-linux

Warn

Audited by Gen Agent Trust Hub on Mar 13, 2026

Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes multiple commands with administrative privileges to manage system software and configuration. While expected for environment setup, these operations have high impact on the host system.
  • Evidence: Execution of sudo apt-get update, sudo apt-get install, and sudo snap install in SKILL.md.
  • [COMMAND_EXECUTION]: The skill modifies system-level access by adding the current user to the lxd group. This is a standard requirement for building Snaps via LXD but represents a significant increase in local privileges.
  • Evidence: sudo usermod -a -G lxd <your_username> in SKILL.md.
  • [EXTERNAL_DOWNLOADS]: The skill triggers the download and installation of numerous binary dependencies and build tools from standard package registries (APT and Snap Store).
  • Evidence: Installation of packages including clang, cmake, ninja-build, libgtk-3-dev, snapcraft, and lxd.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Mar 13, 2026, 12:05 AM