git-history-analyzer
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill implements git commands like
git logandgit blameto analyze repository history. This is the primary function of the skill and is performed using standard parameters. - [PROMPT_INJECTION]: The skill identifies a surface for indirect prompt injection as it processes commit messages and repository history. * Ingestion points: Commit messages and code content from the repository via
git log --grep,git log -S, andgit blame. * Boundary markers: No specific delimiters are used for the analyzed history data to differentiate it from instructions. * Capability inventory: The agent uses git commands and file system reading tools to trace evolution. * Sanitization: None explicitly defined for historical content retrieved from the logs.
Audit Metadata