capture-fixture — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited capture-fixture (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Capture a real API response and save it as a JSON fixture for TDD testing.
/capture-fixture <service> <description>
Examples:
/capture-fixture scryfall card lookup for Muldrotha/capture-fixture spellbook combos for Muldrotha/capture-fixture 17lands card ratings for LRW PremierDraft/capture-fixture edhrec commander page for Muldrothadocs/SERVICE_CONTRACTS.md based on the service and description.curl or python -c with httpx. Include required headers:User-Agent: mtg-mcp-server/<version> and Accept: application/jsonAccept: application/jsontests/fixtures/<service>/:card_muldrotha.json, search_sultai_commander.json, card_not_found.json)jq . or python -m json.tool| Service | Base URL | Key Endpoints |
|---|---|---|
| scryfall | https://api.scryfall.com | /cards/named?exact=, /cards/search?q=, /cards/{id}/rulings |
| spellbook | https://backend.commanderspellbook.com | /api/variants/?q=, /api/estimate-bracket/ |
| 17lands | https://www.17lands.com | /card_ratings/data?expansion=&format= |
| edhrec | https://json.edhrec.com | /pages/commanders/{slug}.json, /pages/cards/{slug}.json |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.