skills/myuon/ccskills/commit/Gen Agent Trust Hub

commit

Pass

Audited by Gen Agent Trust Hub on Feb 16, 2026

Risk Level: LOWCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION] (LOW): The skill executes 'git add .' and 'git commit' automatically without a final human confirmation of the staged changes. This creates a risk where sensitive files could be committed if they are not correctly ignored by '.gitignore' or identified during the manual check step.
  • [DATA_EXFILTRATION] (INFO): The skill includes a proactive blacklist of sensitive file types (e.g., '.env', '.pem', 'credentials.json') that the agent must check for before committing. This is a positive security measure to prevent accidental data leakage.
  • [PROMPT_INJECTION] (LOW): The skill is susceptible to indirect prompt injection (Category 8) as it reads external data ('git diff' outputs) to generate commit messages. Evidence: 1. Ingestion: 'git diff' output. 2. Boundaries: Absent. 3. Capability: 'git commit' (writes to repository log). 4. Sanitization: Absent. Malicious content in code changes could theoretically manipulate the resulting commit message, though the impact is low.
Audit Metadata
Risk Level
LOW
Analyzed
Feb 16, 2026, 05:53 AM