Habilidades agent-browser Historial de auditorías
📦

Historial de auditorías

agent-browser - 2 auditorías

Versión de auditoría 2

Más reciente Riesgo bajo

Feb 26, 2026, 08:58 AM

Static analysis detected 609 patterns but evaluation confirms these are FALSE POSITIVES. External command patterns are legitimate CLI calls to inference.sh service. Hardcoded URLs are official service endpoints. Path traversal patterns are markdown documentation links. Browser credential references describe session state storage (cookies, localStorage), not file access. No malicious intent or security vulnerabilities detected. The skill is a legitimate browser automation tool with expected remote service communication.

10
Archivos escaneados
2,312
Líneas analizadas
4
hallazgos
claude
Auditado por
Problemas de riesgo bajo (1)
Documentation references curl pipe to shell
Install documentation mentions 'curl | sh' pattern which is generally discouraged for security. However, this is documentation only, not executable skill code, and points to official inference.sh CLI.

Factores de riesgo

⚙️ Comandos externos (3)
🌐 Acceso a red (3)
📁 Acceso al sistema de archivos (1)

Versión de auditoría 1

Seguro

Feb 27, 2026, 08:52 AM

All 609 static analysis findings are false positives from documentation and template files. The skill contains only legitimate bash scripts demonstrating browser automation workflows. External command patterns are CLI examples showing proper infsh usage. Network findings are example URLs in documentation. No malicious code, credential exfiltration, or unauthorized data transmission detected. The skill is a well-documented browser automation tool with no security concerns.

10
Archivos escaneados
2,312
Líneas analizadas
3
hallazgos
claude
Auditado por
No se encontraron problemas de seguridad