feat(orchestration): compose security scenarios
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02929-244b-7391-b933-c04010e8eedb
This commit is contained in:
tegwick 2026-08-23 12:40:52 +02:00
parent ad46cc89fc
commit d96aab2321
20 changed files with 1464 additions and 30 deletions

View file

@ -0,0 +1,17 @@
# Security Scenario Examples
`c0-local-identity.yaml` is the first real, locally owned scenario composition.
It selects the checked-in NetKingdom local-identity declaration, starts from an
explicit `bare_host_trust` state, and produces a plan for
`bootstrap_identity_trust`.
The example uses non-production identity values and does not execute anything:
```bash
python3 tools/security-scenario-composer/security_scenario_composer.py \
--scenario examples/security-scenarios/c0-local-identity.yaml \
capabilities/playbooks/net-kingdom.local-identity.yaml
```
A C1/C2 lightweight SSO example belongs here only after the KeyCape/Railiance
owners publish conformant declarations beside their execution entry points.