Install
$ agentstack add skill-arnie016-codex-prompt-templates-auto-skill-audit-codex-supercharge-installed-drift ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
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(orCODEX_SKILLS_DIR)
Workflow
- List plugin-vs-installed drift across each Supercharge skill, copied
references, and copied helper scripts:
SUPERCHARGE_PLUGIN="${SUPERCHARGE_PLUGIN:-plugins/codex-supercharge}"
python3 "$SUPERCHARGE_PLUGIN/scripts/installed_drift.py"
- If drift exists and you want installed copies to match the plugin pack:
SUPERCHARGE_PLUGIN="${SUPERCHARGE_PLUGIN:-plugins/codex-supercharge}"
bash "$SUPERCHARGE_PLUGIN/scripts/install_to_codex_skills.sh"
- 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
- Source: 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.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.