The core is fine — layers 1 and 3 are covered. Eight blocks are missing (nine with staging, which the reference model makes optional), and three should come off. The gaps sit in three places: trust, failure handling, and the path to production. Add — trust boundary (layer 2), where we currently have only a "SSO later" note and two live external SaaS connectors: - identity provider - service-to-service auth - secrets store Add — failure handling (layer 4), because today every connector calls t...
Scanned 9/19/2026
Install to Claude Code
npx -y skills add welltraum/minto --skill raw --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Raw?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/welltraum-raw-79109fb1)More formats (shields.io, HTML) on the badges page.
The core is fine — layers 1 and 3 are covered. Eight blocks are missing (nine with staging, which the reference model makes optional), and three should come off. The gaps sit in three places: trust, failure handling, and the path to production.
Add — trust boundary (layer 2), where we currently have only a "SSO later" note and two live external SaaS connectors:
- identity provider
- service-to-service auth
- secrets store
Add — failure handling (layer 4), because today every connector calls the next system synchronously, so one slow partner stalls the whole chain and failed messages disappear:
- message queue
- dead-letter store
Add — path to production (layers 5-6), because deploys are manual and fortnightly and operators reconstruct incidents from connector logs by hand:
- CI/CD
- structured log pipeline
- per-message trace
- staging environment (optional per the reference model, but worth having)
Remove:
- blockchain audit ledger — no inbound arrows, nothing writes to it
- future ML anomaly detection — dotted placeholder, not architecture
- the second retention DB — it's drawn once per environment, but the reference model treats it as one logical block
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!