gitignore
Warn
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The skill scans the filesystem for sensitive file paths, including private keys (
.pem,.key), environment files (.env,.env.*), and database files (.sqlite,.db). Although this is done to ensure these files are ignored by version control, it identifies the locations of potential credentials within the repository context. - [COMMAND_EXECUTION]: The skill uses
gitandfdto list files and directories. It explicitly searches for hidden and sensitive files using the-Hflag to provide context for the ignore patterns. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by processing filenames and repository structures which are untrusted external data.
- Ingestion points: Filesystem scanning via
git ls-filesandfdas defined inSKILL.md. - Boundary markers: None; the skill does not use delimiters or instructions to isolate file paths from the agent's logic processing.
- Capability inventory: The skill can execute shell commands and modify the
.gitignorefile. - Sanitization: No validation or sanitization is performed on the gathered file paths before they are used in the agent's reasoning or output.
Audit Metadata