Habilidades research-merge Historial de auditorías
🔬

Historial de auditorías

research-merge - 4 auditorías

Versión de auditoría 4

Más reciente Riesgo bajo

Jan 17, 2026, 06:45 AM

This is a legitimate research management skill that handles git operations for research branches. The static scanner produced numerous false positives due to pattern matching heuristics that do not apply to this context. All git commands are hardcoded strings for legitimate repository operations. File system access is limited to reading markdown research documents and writing merged output. No credentials are accessed or exfiltrated. The skill is safe for publication.

5
Archivos escaneados
1,188
Líneas analizadas
2
hallazgos
claude
Auditado por
No se encontraron problemas de seguridad

Factores de riesgo

Versión de auditoría 3

Riesgo bajo

Jan 17, 2026, 06:45 AM

This is a legitimate research management skill that handles git operations for research branches. The static scanner produced numerous false positives due to pattern matching heuristics that do not apply to this context. All git commands are hardcoded strings for legitimate repository operations. File system access is limited to reading markdown research documents and writing merged output. No credentials are accessed or exfiltrated. The skill is safe for publication.

5
Archivos escaneados
1,188
Líneas analizadas
2
hallazgos
claude
Auditado por
No se encontraron problemas de seguridad

Factores de riesgo

Versión de auditoría 2

Riesgo bajo

Jan 5, 2026, 02:20 AM

This is a legitimate research management skill that handles git operations for research branches. It reads markdown files, performs text analysis for duplicate detection, and executes standard git commands. No malicious behavior detected.

4
Archivos escaneados
800
Líneas analizadas
3
hallazgos
claude
Auditado por
Problemas de riesgo bajo (1)
Git command execution in documentation
The SKILL.md documentation contains example git commands (git merge --squash, git push origin --delete) that would be executed by the Claude agent. These are legitimate git operations for merging research branches, but represent code execution capabilities.

Versión de auditoría 1

Riesgo bajo

Jan 5, 2026, 02:20 AM

This is a legitimate research management skill that handles git operations for research branches. It reads markdown files, performs text analysis for duplicate detection, and executes standard git commands. No malicious behavior detected.

4
Archivos escaneados
800
Líneas analizadas
3
hallazgos
claude
Auditado por
Problemas de riesgo bajo (1)
Git command execution in documentation
The SKILL.md documentation contains example git commands (git merge --squash, git push origin --delete) that would be executed by the Claude agent. These are legitimate git operations for merging research branches, but represent code execution capabilities.