commit-objectively
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard Git commands (
git fetch,git log,git branch,git diff,git add,git commit) and operating system utilities to manage the commit workflow. - [DATA_EXPOSURE_AND_EXFILTRATION]: The skill explicitly instructs to exclude private files (e.g.,
.env*,*.key) from the commit process to prevent accidental staging of credentials or secrets. - [DYNAMIC_EXECUTION]: The skill uses local shell scripts (
ctx.cmd,ctx.sh) to gather project context (recent logs and current branch). These scripts are distributed with the skill and do not perform network exfiltration or download remote code.
Audit Metadata