skill-intake-sandbox-gate

Installation
SKILL.md

Skill Intake Sandbox Gate

Use this workflow to safely intake any third-party skill/tool package before it touches production automation.

Workflow (default)

0) Collect source

  • Prefer source tree (git repo / skill folder) over “install and run”.
  • Put the candidate under a temp path (do not run it yet).

1) Run the gate (static scan)

From the skill folder:

python3 scripts/gate.py --path <skill-folder> --out /tmp/skill-gate-report.json --md /tmp/skill-gate-report.md
Related skills
Installs
2
First Seen
11 days ago