Back to skill

Security audit

Reddi Git Summary

Security checks for vulnerabilities and agentic risk

Overview

This skill runs read-only local Git summary commands and is consistent with its stated purpose.

Install only if you are comfortable with the agent summarizing local Git metadata for a repository. Remote URLs, branch names, commit messages, and contributor names can be sensitive, so ask the agent to redact remotes or private identifiers when needed.

Vulnerability Patterns
  • Skill Instruction HijackingAlters the agent's session goals or safety constraints when the skill loads
  • Agent Memory PoisoningWrites attacker-controlled rules into memory that affect later sessions
  • Remote Payload Retrieval and ExecutionFetches external code whose behavior can change after review
  • Embedded Malicious CodeShips malicious scripts inside the skill and executes them locally
  • Unauthorized Access and Privilege EscalationObtains permissions beyond the task's legitimate needs
Vulnerability Patterns
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (1)

Vague Triggers

Medium
Confidence
94% confidence
Finding
The instruction says to use the skill when the user asks for a 'git summary, repository overview, or wants to understand the current state of a git project,' which includes broad natural-language triggers beyond an explicit invocation. That can cause the skill to run unexpectedly in ordinary conversation, leading to unintentional execution of local git commands and possible exposure of repository metadata such as branch names, remotes, commit messages, or change summaries.

Static analysis

No suspicious patterns detected.