sharing-skills
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill utilizes common shell commands (
git,gh) for version control tasks such as branching, committing, and creating pull requests. These commands are legitimate and required for the skill's primary function of sharing code contributions. - [DATA_EXFILTRATION] (SAFE): While the skill involves uploading data to remote servers (
git push,gh pr create), these actions are limited to standard GitHub workflows targeting the user's own forks and designated upstream repositories. - [EXTERNAL_DOWNLOADS] (SAFE): The documentation mentions the GitHub CLI (
gh) as a prerequisite and provides the official website for installation. No unauthorized or automated downloads of remote scripts were found. - [PROMPT_INJECTION] (SAFE): No instructions attempting to override agent behavior or bypass safety filters were detected. The usage of heredocs with quoted delimiters (
cat <<'EOF') is a security best practice that prevents unintended shell expansion.
Audit Metadata