publish-flutter-package
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes Python scripts (
pre_check.py,prepare_release.py) to interact with the local Git repository. These scripts execute standard Git commands such asgit status,git log, andgit fetchto automate versioning and release workflows. The commands are executed using list-based arguments withsubprocess.runandsubprocess.check_output, which follows security best practices to prevent command injection.\n- [SAFE]: No patterns of data exfiltration, malicious remote code execution, or prompt injection were detected. The scripts and instructions are consistent with the skill's stated purpose of automating the Flutter publishing process.
Audit Metadata