Historial de auditorías
managing-branches - 5 auditorías
Versión de auditoría 5
Más reciente Riesgo bajoJan 16, 2026, 08:37 PM
Legitimate Git branching management skill. All static findings are false positives: path traversal alerts are git worktree paths, weak crypto alerts are SHA-1 for content hashing, and backtick alerts are documentation examples. Subprocess calls use hardcoded git command arrays with no user input injection risk. No network access, no credential handling, no persistence mechanisms.
Factores de riesgo
⚡ Contiene scripts (2)
📁 Acceso al sistema de archivos (2)
⚙️ Comandos externos (2)
Versión de auditoría 4
Riesgo bajoJan 16, 2026, 08:37 PM
Legitimate Git branching management skill. All static findings are false positives: path traversal alerts are git worktree paths, weak crypto alerts are SHA-1 for content hashing, and backtick alerts are documentation examples. Subprocess calls use hardcoded git command arrays with no user input injection risk. No network access, no credential handling, no persistence mechanisms.
Factores de riesgo
⚡ Contiene scripts (2)
📁 Acceso al sistema de archivos (2)
⚙️ Comandos externos (2)
Versión de auditoría 3
Riesgo bajoJan 10, 2026, 11:47 AM
This is a legitimate Git branching management skill with appropriate permissions. It uses subprocess to run git commands for branch operations, reads/writes configuration files in project-specific locations, and has no network access or persistence mechanisms. All code execution is controlled via hardcoded git command arrays.
Factores de riesgo
⚡ Contiene scripts (3)
📁 Acceso al sistema de archivos (4)
⚙️ Comandos externos (3)
Versión de auditoría 2
Riesgo bajoJan 10, 2026, 11:47 AM
This is a legitimate Git branching management skill with appropriate permissions. It uses subprocess to run git commands for branch operations, reads/writes configuration files in project-specific locations, and has no network access or persistence mechanisms. All code execution is controlled via hardcoded git command arrays.
Factores de riesgo
⚡ Contiene scripts (3)
📁 Acceso al sistema de archivos (4)
⚙️ Comandos externos (3)
Versión de auditoría 1
Riesgo bajoJan 10, 2026, 11:47 AM
This is a legitimate Git branching management skill with appropriate permissions. It uses subprocess to run git commands for branch operations, reads/writes configuration files in project-specific locations, and has no network access or persistence mechanisms. All code execution is controlled via hardcoded git command arrays.