Files
yao-meta-skill/security/script_policy.md
T
2026-06-13 12:34:19 +08:00

12 lines
450 B
Markdown

# Script Policy
Scripts should be deterministic, non-destructive by default, and reviewable.
Minimum expectations:
- expose a command-line entrypoint or clear function boundary
- prefer `argparse` and `--help` for operator-facing scripts
- avoid hidden interactive prompts unless the command is explicitly interactive
- state network or filesystem side effects in nearby docs or trust metadata
- emit structured JSON when used by `scripts/yao.py`