AgentStack
SKILL verified MIT Self-run

Auto Skill Safety External Skill Intake

skill-arnie016-codex-prompt-templates-auto-skill-safety-external-skill-intake · by Arnie016

>

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

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

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

Are you the author of Auto Skill Safety External Skill Intake? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

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

  1. Inventory skill surface: list candidate skills, commands, hooks,

side-file folders, scripts, external APIs, credentials, and write targets.

  1. Classify risk:
  • prompt-only: instructions and references only
  • side-files: assets, examples, references, schemas, or templates
  • commands: shell, package, browser, network, or filesystem actions
  • hooks: conversation capture, prompt injection, or automatic lifecycle
  • installer: writes into ~/.codex, ~/.claude, PATH, services, or deps
  1. 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.

  1. 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".

  1. Validate: run $skill-quality-gate on 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.md
  • plugins/codex-supercharge/references/automation-skill-patterns.md
  • plugins/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.py and skill_audit.sh.

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.