comparison-base
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [Command Execution]: The skill uses standard developer tools including
gitandgh(GitHub CLI) to perform repository analysis and metadata retrieval. - [Security Consideration]: It executes commands like
git fetch,git merge-base, andgh pr list. These are standard operations for a development-focused skill. The skill incorporates human verification steps if multiple PRs or merge bases are found, and warns the user if significant divergence (over 50 commits) is detected, which helps prevent unintended actions or large data processing. - [Safe Resource Resolution]: The skill defaults to the
microsoft/FluidFrameworkrepository on GitHub when no PR is found, which matches the expected vendor context and follows secure resolution practices by using explicit repository names rather than ambiguous contexts.
Audit Metadata