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

- Skill: `xenos2025/promise-gap` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add xenos2025/promise-gap`
- Raw SKILL.md: https://api.skillmd.com/api/skills/xenos2025/promise-gap/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: xenos2025 (https://skillmd.com/u/xenos2025)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/xenos2025/promise-gap

---


# Promise Gap (bad fixture)

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

## Commands

```bash
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.2` — `confirm_win` is documented but not implemented in `ops.py`
- `CMD.1` — `scripts/missing_tool.py` does not exist
- `EXT.1` — `ops.py` imports smtplib with no dry-run guard
- Verdict: `stop_ship`

