mai-pr
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the 'mai' CLI to perform Git operations. Specifically, the
mai pr submitcommand executes a shell sequence:git checkout <target> && git merge <source>. These commands are standard for the tool's intended purpose of branch management and PR automation. - [SAFE]: The skill operates on local Git repositories and 'maitake' notes (
refs/notes/maitake). It does not request network access to external APIs or download unverified scripts. All operations are local and triggered by explicit user-agent interaction.
Audit Metadata