Phy Git Branch Janitor

Security checks across static analysis, malware telemetry, and agentic risk

Overview

The skill is internally consistent with its stated purpose: it is an instruction-only Git branch cleanup assistant that only uses local git commands (with an optional gh CLI enhancement) and does not request extra credentials or installations.

This skill appears to do exactly what it says: audit branches and generate deletion commands. Before using it, review the generated delete commands carefully — they can remove remote branches and are destructive. Pay attention to the detected default branch (the script tries to infer origin/HEAD and falls back to 'main') and protected-branch checks. If you plan to use the optional PR cross-reference, ensure your gh CLI is authenticated (gh uses your local auth). On macOS/BSD, the date -d usage may fail; test the scripts in a safe repo or run them dry-run style first. If you want an extra safety layer, run the listing/classification steps only and manually inspect results before running any git push --delete or git branch -d commands.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

No visible risk-analysis findings were reported for this release.