# Auto Skill Audit Codex Supercharge Installed Drift

> >

- **Type:** Skill
- **Install:** `agentstack add skill-arnie016-codex-prompt-templates-auto-skill-audit-codex-supercharge-installed-drift`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Arnie016](https://agentstack.voostack.com/s/arnie016)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Arnie016](https://github.com/Arnie016)
- **Source:** https://github.com/Arnie016/codex-prompt-templates/tree/main/skills/auto-skill-audit-codex-supercharge-installed-drift
- **Website:** https://github.com/Arnie016/codex-prompt-templates

## Install

```sh
agentstack add skill-arnie016-codex-prompt-templates-auto-skill-audit-codex-supercharge-installed-drift
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Codex Supercharge Installed Drift Audit

Generated by: Codex Supercharge maintenance automation.

Goal: quickly answer "are my installed Supercharge skills and copied helper
payloads the same as the plugin pack?"

## Inputs

- Plugin pack root: `plugins/codex-supercharge`
- Installed skills dir: `$HOME/.codex/skills` (or `CODEX_SKILLS_DIR`)

## Workflow

1. List plugin-vs-installed drift across each Supercharge skill, copied
   references, and copied helper scripts:

```bash
SUPERCHARGE_PLUGIN="${SUPERCHARGE_PLUGIN:-plugins/codex-supercharge}"
python3 "$SUPERCHARGE_PLUGIN/scripts/installed_drift.py"
```

2. If drift exists and you want installed copies to match the plugin pack:

```bash
SUPERCHARGE_PLUGIN="${SUPERCHARGE_PLUGIN:-plugins/codex-supercharge}"
bash "$SUPERCHARGE_PLUGIN/scripts/install_to_codex_skills.sh"
```

3. Re-run step 1 to confirm drift is gone.

## Notes / Safety

- Resync overwrites and prunes installed copies for skills present in the plugin
  pack so stale copied helper files and generated bytecode caches do not survive.
- Install sync excludes generated bytecode, local caches, source clones,
  temporary files, logs, and common secret-bearing file extensions.
- Drift output intentionally ignores generated bytecode and local cache files.
- If you have local edits inside `$HOME/.codex/skills//SKILL.md`, copy them out before resyncing.

## Skip when

- You intentionally maintain per-machine customizations in `$HOME/.codex/skills`.

## Validation

- `bash "$SUPERCHARGE_PLUGIN/scripts/skill_audit.sh" "$SUPERCHARGE_PLUGIN/skills"`
- `python3 "$SUPERCHARGE_PLUGIN/scripts/installed_drift.py"`
- `python3 "$HOME/.codex/skills/.system/skill-creator/scripts/quick_validate.py" "$SUPERCHARGE_PLUGIN/skills/auto-skill-audit-codex-supercharge-installed-drift"`

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Arnie016](https://github.com/Arnie016)
- **Source:** [Arnie016/codex-prompt-templates](https://github.com/Arnie016/codex-prompt-templates)
- **License:** MIT
- **Homepage:** https://github.com/Arnie016/codex-prompt-templates

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-arnie016-codex-prompt-templates-auto-skill-audit-codex-supercharge-installed-drift
- Seller: https://agentstack.voostack.com/s/arnie016
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
