Promise Gap

Bad fixture for ship-safety audits. Documents commands its script does not implement and ships a sender with no dry-run guard. Use when smoke-testing scripts/ship_safety.py.

xenos2025 dc30a68 2 files · 1.3 KB Updated

File contents

Promise Gap (bad fixture)

A deliberately broken skill: the docs promise more than the code delivers.

Commands

python3 scripts/ops.py check_lead <email>
python3 scripts/ops.py confirm_win <email>
python3 scripts/missing_tool.py sync

Expected ship-safety findings:

  • CMD.2confirm_win is documented but not implemented in ops.py
  • CMD.1scripts/missing_tool.py does not exist
  • EXT.1ops.py imports smtplib with no dry-run guard
  • Verdict: stop_ship

xenos2025/skill-self-check/tree/main/skills/skill-ship-safety/examples/fixtures/promise-gap commit dc30a6876b

Frequently asked questions

npx skillmds@latest add xenos2025/promise-gap