AgentStack
SKILL verified MIT Self-run

Auto Skill Audit Codex Supercharge Installed Drift

skill-arnie016-codex-prompt-templates-auto-skill-audit-codex-supercharge-installed-drift · by Arnie016

>

No reviews yet
0 installs
2 views
0.0% view→install

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

✓ Passed

No 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.

Are you the author of Auto Skill Audit Codex Supercharge Installed Drift? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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:

SUPERCHARGE_PLUGIN="${SUPERCHARGE_PLUGIN:-plugins/codex-supercharge}"
python3 "$SUPERCHARGE_PLUGIN/scripts/installed_drift.py"
  1. 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"
  1. 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.

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

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.