open-source-contributions
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- COMMAND_EXECUTION (SAFE): The shell scripts (
clean-branch.shandpre-pr-check.sh) perform standard git operations such asgit ls-files,git diff, andgit rm. The cleanup script uses interactive prompts to ensure the user confirms any file deletions from the repository index. - DATA_EXPOSURE (SAFE): The skill is designed as a security-enhancing tool. The
pre-pr-check.shscript contains patterns to detect sensitive files like.env,credentials.json, and common secret keywords (e.g.,api_key,password) to warn the user before they commit sensitive information. - EXTERNAL_DOWNLOADS (SAFE): The skill does not perform any network operations or download external scripts. All operations are local to the user's repository.
- PROMPT_INJECTION (SAFE): No instructions designed to override agent safety filters or bypass system prompts were found. The trigger keywords are standard and related to the skill's functional purpose.
Audit Metadata