skills/hotriluan/alkana-dashboard/git/Gen Agent Trust Hub

git

Pass

Audited by Gen Agent Trust Hub on Mar 29, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
  • [COMMAND_EXECUTION]: The skill automates repository management tasks using local shell commands including git, gh (GitHub CLI), grep, and awk.
  • [SAFE]: Features a robust secret detection protocol in references/safety-protocols.md that scans staged changes for patterns matching AWS keys, private PEM keys, and database connection strings using grep -iE before allowing commits.
  • [EXTERNAL_DOWNLOADS]: Interacts with remote servers for standard operations such as git fetch, git pull, and checking authentication status via gh auth status.
  • [DATA_EXFILTRATION]: Facilitates the movement of local code to remote repositories (git push), which is the defined primary purpose of the skill.
  • [SAFE]: Employs secure shell scripting patterns, such as using single-quoted heredocs (cat <<'EOF') in PR generation to prevent unintended shell expansion or command injection from dynamic content.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 29, 2026, 03:17 AM