Caveat verdict

codex-image-server

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

Exposes a local loopback HTTP server for image generation; all network activity is localhost-only with no external data exfiltration, and the workflow is fully transparent.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

33
security
70
transparency
70
maintenance

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Findings (5)

Pattern match high

HTTP request to bare IP address — common in malicious payloads

SKILL.md · code · http://127.0.0.1

Pattern match medium

References child_process — can spawn system processes

templates/codex-image-server.js · prose · downgraded · child_process

Pattern match medium

Uses exec() — may execute shell commands

templates/codex-image-server.js · prose · downgraded · exec(

Pattern match medium

Uses spawn() — can execute external programs

templates/codex-image-server.js · prose · downgraded · spawn(

Pattern match low

Accesses sensitive environment variables

templates/codex-image-server.js · prose · downgraded · process.env.CODEX_IMAGE_SERVER_OPENAI_API_KEY

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

No declared permissions — minimal attack surface.

network_outnetwork_in

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API