🗝 KeyzHub
19Keys · community archive
1046 bytes raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Deliverable-Type: integration-runbook
Title: Broken Integration Runbook (deliberately broken sample)

## Integration: ZIION funnel -> CRM

Systems and direction: the funnel pages talk to the CRM.

Field mapping: email goes to email, name goes to name, that kind of thing.

Auth method: sk_live_FAKEPLACEHOLDERNOTAREALKEY (fake Stripe-shaped placeholder, not a real key — pasted directly for convenience) <!-- keyzhub-allow: deliberately broken sample, exists so the linter proves it hard-fails on inline secret-shaped values -->

Sync frequency/trigger: it syncs pretty often.

<!--
Deliberately broken checks:
1. HARD FAIL: an inline secret-looking value (sk_live_... pattern) is pasted
   directly into the doc instead of referencing an env var / vault name — the
   rubric says this fails the linter hard, full stop.
2. No actual field-mapping TABLE (source field -> destination field with a
   transform column) — just prose.
3. No "dedupe rule" anywhere.
4. No "failure/retry behavior" section.
5. No "rollback procedure" section.
-->