diff-analysis
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [SAFE]: No malicious behavior, obfuscation, or unauthorized data access detected. The skill utilizes standard tools for repository analysis and follows its stated purpose.
- [COMMAND_EXECUTION]: The skill utilizes local git commands to establish baselines and isolate change types. Evidence:
modules/git-diff-patterns.mdcontains several shell snippets for repository inspection, includinggit log,git merge-base, andgit diff. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection (Category 8) because it processes untrusted data from git diffs. Ingestion points: Raw git diff output processed in
modules/git-diff-patterns.md. Boundary markers: None identified in the provided files. Capability inventory: Execution of local git commands. Sanitization: No sanitization of analyzed content is specified.
Audit Metadata