Este informe no está traducido al idioma solicitado. Se muestra en su lugar el informe canónico en inglés.

Evaluación de seguridad versionada

ID del informe: SA-C7C1EFD8

6/30/2026, 11:15:29 PM

ralph evaluación de seguridad v2

Informe de certificación de seguridad de la habilidad

Historial de auditorías
Modelo de auditoría: codex Informe histórico
Nombre de la habilidad
ralph
Versión
v2
Mantenedor
supercent-io
Cobertura
3 Archivos escaneados · 935 Líneas analizadas
Versión de la política
No disponible

Gravedad máxima de hallazgo confirmada

Alto

3 hallazgos de seguridad confirmados requieren atención.

Contexto de instalación

Evidencia histórica

Este informe podría no describir el artefacto instalable actualmente. Abra la página actual de la Skill para obtener orientación de instalación.

Abrir la página actual de la habilidad

Este informe no bloquea ni autoriza el manifiesto ni el ZIP.

Static analysis produced many hits, but most SKILL.md external-command, URL, and weak-crypto findings are documentation examples or symbolic formulas. The confirmed risk is the setup script, which writes persistent Codex configuration and prompt files under the user home directory, including loop instructions that can change future agent behavior.

Posición del informe

Informe histórico

Abra el historial de auditorías antes de usar este informe para instalar.

Atestación de auditoría

No se puede certificar

La vinculación inmutable requerida está incompleta.

Verificación humana

No verificado

No se ha registrado ninguna verificación humana para este informe.

Cobertura

3 Archivos escaneados · 935 Líneas analizadas

4 elementos mostrados para revisión

Limitaciones

Este informe no afirma ninguna ejecución en tiempo de ejecución ni en entorno aislado y no prueba la ausencia de efectos secundarios.

Cadena de evidencias

Sigue la evidencia desde la vinculación del código fuente hasta el contrato de instalación. La evidencia disponible permite la verificación; no constituye una garantía de seguridad.

  1. Fuente

    Vinculación no disponible

  2. Artefacto

    Identidad incompleta

  3. Auditoría

    Completo

  4. Contrato de instalación

    Abrir el manifiesto para verificar

    Abrir el manifiesto

Capacidades observadas

Observado significa que este informe registró evidencia de respaldo. No registrado no prueba que una capacidad esté ausente.

Contiene scripts

Puede ejecutar código incluido con la habilidad.

Observado en 2 ubicaciones de evidencia

Acceso a red

Puede conectarse a servicios externos.

Observado en 4 ubicaciones de evidencia

Acceso al sistema de archivos

Puede leer o escribir archivos locales.

Observado en 6 ubicaciones de evidencia

Variables de entorno

Puede leer valores del entorno del proceso.

No registrado por esta auditoría

Comandos externos

Puede invocar comandos o programas fuera de la habilidad.

Observado en 5 ubicaciones de evidencia

Hallazgos de riesgos

Las preocupaciones de seguridad confirmadas están separadas de los elementos que aún deben revisarse.

Preocupaciones de seguridad confirmadas (3)

RISK-001 Alto
Persistent Codex Configuration Modification
The setup script creates or modifies files under ~/.codex, including config.toml and prompt files. This is a real filesystem risk because it persists workflow instructions across future Codex sessions and changes agent behavior outside the current task.
The script clearly defines ~/.codex targets and writes persistent config and prompt files. The behavior is intentional setup logic, but it materially changes future agent instructions.
RISK-002 Alto
Persistent Agent Behavior Instructions
The skill installs developer instructions and prompt content that tell the agent to continue loops until a promise or iteration cap is reached. This is not confirmed malware, but it is a high-impact persistence mechanism for agent behavior.
The content explicitly defines persistent loop behavior and writes it into Codex prompt/config files. A max-iteration cap reduces risk, but persistent instruction injection remains significant.
RISK-003 Medio
Home Directory Dotfile Writes Require Explicit Consent
The hidden-file findings are true positives for home directory writes. The script supports --dry-run, but normal execution writes dotfiles and should require clear user consent before installation.
The --dry-run option is visible, but normal mode writes to hidden home-directory files. This is legitimate installer behavior with elevated marketplace risk.
Necesita revisar los hallazgos (1)
REVIEW-001 Medio
Shell And Python Execution During Setup
The setup helper invokes shell commands and Python snippets to edit configuration. The inputs are mostly fixed strings, so command injection evidence is limited, but execution is real and affects local configuration.
The command and Python execution paths are present and used for installation. I did not find evidence of user-controlled shell interpolation beyond installer arguments.

Evidencia experta

Identidad inmutable del sujeto, metadatos del escáner, coincidencias descartadas y evidencia a nivel de código fuente.

Sujeto del artefacto

Commit de Marketplace
No disponible
Hash del contenido
No disponible
Hash del árbol
No disponible
Ruta del Skill
No disponible
Hash de la carga de auditoría
No disponible

Metadatos del análisis

Modelo de auditoría: codex

Estado del análisis: Completo

El alcance se limita a los archivos, líneas, métodos y pruebas registrados. No se afirma ninguna ejecución en tiempo de ejecución ni en entorno aislado.

Falsos positivos estáticos ignorados (4)
Bajo
Documentation Command Examples Flagged As Execution
Most external-command findings in SKILL.md are markdown examples, tables, or code blocks that describe ooo, claude, gemini, and npx commands. They are not executed by the skill file itself.
The flagged lines are documentation and examples, not active code. The separate setup script is the executable component and is covered in higher-severity findings.
Bajo
Hardcoded URLs Are Installation References
The network findings are GitHub repository URLs shown in installation documentation and source attribution. No evidence found that the local setup script sends data to those URLs.
The URLs appear in install instructions and attribution. I did not find fetch, curl, upload, or credential transmission behavior in the script.
Bajo
Weak Cryptography Findings Are Symbolic Formula Matches
The weak-cryptography hits appear to be caused by comparison symbols, formulas, or compact TOON notation. No evidence found of MD5, SHA1, DES, or other weak algorithm use.
The cited areas describe ambiguity and similarity scoring, not cryptographic operations. The scanner likely matched symbols or short tokens out of context.
Bajo
Standard Device Redirects And Reconnaissance Are Benign
The /dev/null redirects and command -v codex check are standard setup-script patterns. They check tool availability and suppress expected errors, not collect sensitive host data.
The commands are limited to availability checks and error redirection. I did not find broader system inventory or outbound reporting.

Verificar y exportar

El manifiesto y el archivo de bloqueo vinculan los artefactos de instalación a hashes criptográficos. Esta afirmación de integridad es independiente de la evaluación de seguridad.

Atestación de auditoría: not_attestable