Skip to main content

codex-pet

Generates custom Codex Pets from a reference image using RunComfy, creating spritesheets and JSON manifests for seamless integration.

Install this skill

or
0/100

Security score

The codex-pet skill was audited on May 14, 2026 and we found 18 security issues across 3 threat categories, including 8 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 7

Template literal with variable interpolation in command context

SourceSKILL.md
7into `${CODEX_HOME:-$HOME/.codex}/pets/<name>/` and Codex picks it up
high line 28

Template literal with variable interpolation in command context

SourceSKILL.md
28**Codex Pet generator on RunComfy.** Turn one source image into a Codex-compatible custom Codex Pet — `pet.json` + `spritesheet.webp` — drop it into `${CODEX_HOME:-$HOME/.codex}/pets/<name>/`, Codex p
high line 36

Template literal with variable interpolation in command context

SourceSKILL.md
36OpenAI Codex Pets (released May 2026) are pixel-art animated companions that float over your desktop while Codex codes — they react to mouse interaction and Codex status (scratching head when thinking
high line 105

Template literal with variable interpolation in command context

SourceSKILL.md
1056. **Manifest + install** — write `pet.json`, copy both files into `${CODEX_HOME:-$HOME/.codex}/pets/<pet-name>/`.
medium line 111

Template literal with variable interpolation in command context

SourceSKILL.md
111```bash
medium line 135

Template literal with variable interpolation in command context

SourceSKILL.md
135```bash
medium line 153

Template literal with variable interpolation in command context

SourceSKILL.md
153```bash
medium line 210

Template literal with variable interpolation in command context

SourceSKILL.md
210```bash
medium line 228

Template literal with variable interpolation in command context

SourceSKILL.md
228```bash
medium line 241

Template literal with variable interpolation in command context

SourceSKILL.md
241```bash
high line 282

Template literal with variable interpolation in command context

SourceSKILL.md
282**What is a Codex Pet?** OpenAI Codex Pets are pixel-art animated companions launched May 2026 that float over your desktop and react to Codex's coding status. Custom Codex Pets live as `pet.json` + `
high line 292

Template literal with variable interpolation in command context

SourceSKILL.md
292**How do I install my Codex Pet?** Copy `pet.json` and `spritesheet.webp` into `${CODEX_HOME:-$HOME/.codex}/pets/<pet-name>/` and reload Codex.
high line 330

Template literal with variable interpolation in command context

SourceSKILL.md
3305. A `pet.json` manifest is written; both files are copied into `${CODEX_HOME:-$HOME/.codex}/pets/<name>/` where Codex picks up the custom Codex Pet automatically.
high line 347

Template literal with variable interpolation in command context

SourceSKILL.md
347- **Local install path**: the final Codex Pet writes to `${CODEX_HOME:-$HOME/.codex}/pets/<pet-name>/`. No remote upload.
medium line 342

Access to hidden dotfiles in home directory

SourceSKILL.md
342- **Token storage**: `runcomfy login` writes the API token to `~/.config/runcomfy/token.json` with mode 0600. Set `RUNCOMFY_TOKEN` env var to bypass the file in CI.
low line 20

External URL reference

SourceSKILL.md
20homepage: https://www.runcomfy.com
low line 26

External URL reference

SourceSKILL.md
26[runcomfy.com](https://www.runcomfy.com/?utm_source=skills.sh&utm_medium=skill&utm_campaign=codex-pet) · [GPT Image 2 edit endpoint](https://www.runcomfy.com/models/openai/gpt-image-2/edit?utm_source=
low line 114

External URL reference

SourceSKILL.md
114SOURCE_URL="https://.../source.png"
Scanned on May 14, 2026
View Security Dashboard
Installation guide →