Install
$ agentstack add skill-arnie016-codex-prompt-templates-auto-skill-safety-external-skill-intake ✓ 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 Used
- ✓ 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
External Skill Intake Gate
Generated by: Codex Supercharge maintenance automation.
Goal: convert useful external skill ideas into safe Codex artifacts without running untrusted installers or widening local tool access by accident.
Workflow
- Source intake: record repo/path, HEAD or date, license file, disk size,
runtime, and whether any code was executed. Start from README, manifests, install scripts, hooks, and SKILL.md files.
- Inventory skill surface: list candidate skills, commands, hooks,
side-file folders, scripts, external APIs, credentials, and write targets.
- Classify risk:
prompt-only: instructions and references onlyside-files: assets, examples, references, schemas, or templatescommands: shell, package, browser, network, or filesystem actionshooks: conversation capture, prompt injection, or automatic lifecycleinstaller: writes into~/.codex,~/.claude, PATH, services, or deps
- Gate execution: do not run installers, hooks, package scripts, MCP
servers, binaries, or generated commands until reviewed. Use $mcp-safety-review for broad tool/runtime exposure and $auto-skill-safety-mcp-secret-guard for configs or examples with secrets.
- Adapt, do not blindly copy: prefer distilled workflow text over full
upstream bundles unless license, provenance, side files, and triggers are clear. Preserve source, license, date reviewed, and "code executed: no".
- Validate: run
$skill-quality-gateon any new or changed skill before
installing it.
Commands
du -sh sources/
bash plugins/codex-supercharge/scripts/repo_snapshot.sh sources/
find sources/ -path '*/SKILL.md' -o -path '*/commands/*' -o -path '*/hooks/*'
rg -n "install|hooks|commands|allowed-tools|api[_-]?key|token|secret|postinstall|curl|delete|destructive|browser|oauth|shell" sources/
python3 "$HOME/.codex/skills/.system/skill-creator/scripts/quick_validate.py" plugins/codex-supercharge/skills/
plugins/codex-supercharge/scripts/skill_audit.sh plugins/codex-supercharge/skills
Output
# External Skill Intake Report
Verdict: accept | adapt | reference-only | reject
Source:
License:
Code executed:
Skill inventory:
Risk classification:
Install/write targets:
Secret or account surface:
Adaptation plan:
Validation:
Skip When
- The skill is already installed and only needs metadata/quality review; use
$skill-quality-gate.
- The task is to create original first-party skills from local requirements;
use $skill-pack-factory or $automation-skill-forge.
- The source is an MCP server or tool runtime rather than a skill/prompt pack;
use $mcp-safety-review.
References
plugins/codex-supercharge/references/external-skill-intake.mdplugins/codex-supercharge/references/automation-skill-patterns.mdplugins/codex-supercharge/references/skill-patterns.md
Validation
- Every imported skill has provenance, license/trust notes, trigger/skip
boundaries, and an explicit execution decision.
- Hook, installer, credential, browser, shell, and account-control surfaces are
classified before installation.
- New or changed skills pass
quick_validate.pyandskill_audit.sh.
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.