raes 0.25.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- raes-0.25.0/.gitignore +223 -0
- raes-0.25.0/PKG-INFO +290 -0
- raes-0.25.0/README.md +253 -0
- raes-0.25.0/THIRD_PARTY_NOTICES.md +55 -0
- raes-0.25.0/_corpus/README.md +120 -0
- raes-0.25.0/_corpus/concept-authority/atlas-tactics-source-v1.json +226 -0
- raes-0.25.0/_corpus/concept-authority/attack-enterprise-tactics-source-v1.json +140 -0
- raes-0.25.0/_corpus/concept-authority/behavioral-relations-v1.json +2355 -0
- raes-0.25.0/_corpus/concept-authority/concept-families-v1.json +179 -0
- raes-0.25.0/_corpus/concept-authority/controlled-vocabularies-v1.json +1164 -0
- raes-0.25.0/_corpus/concept-authority/nist-csf-defensive-categories-source-v1.json +74 -0
- raes-0.25.0/_corpus/concept-authority/reference-models-v1.json +335 -0
- raes-0.25.0/_corpus/concept-authority/uco-alignment-v1.json +184 -0
- raes-0.25.0/_corpus/fixtures/asset-trust/reusable-asset-trust-policy-v1/invalid/authenticity-without-threshold.json +126 -0
- raes-0.25.0/_corpus/fixtures/asset-trust/reusable-asset-trust-policy-v1/invalid/duplicate-evidence-class.json +126 -0
- raes-0.25.0/_corpus/fixtures/asset-trust/reusable-asset-trust-policy-v1/invalid/missing-family.json +108 -0
- raes-0.25.0/_corpus/fixtures/asset-trust/reusable-asset-trust-policy-v1/invalid/missing-integrity.json +120 -0
- raes-0.25.0/_corpus/fixtures/asset-trust/reusable-asset-trust-policy-v1/invalid/secret-bearing.json +121 -0
- raes-0.25.0/_corpus/fixtures/asset-trust/reusable-asset-trust-policy-v1/invalid/unknown-family.json +132 -0
- raes-0.25.0/_corpus/fixtures/asset-trust/reusable-asset-trust-policy-v1/invalid/vocabulary-missing-governance-source.json +114 -0
- raes-0.25.0/_corpus/fixtures/asset-trust/reusable-asset-trust-policy-v1/valid/reference.json +180 -0
- raes-0.25.0/_corpus/fixtures/associated-artifacts/associated-artifact-manifest-v1/invalid/exact-descriptor-alias.json +42 -0
- raes-0.25.0/_corpus/fixtures/associated-artifacts/associated-artifact-manifest-v1/invalid/keyed-id-mismatch.json +28 -0
- raes-0.25.0/_corpus/fixtures/associated-artifacts/associated-artifact-manifest-v1/invalid/scope-parent-mismatch.json +28 -0
- raes-0.25.0/_corpus/fixtures/associated-artifacts/associated-artifact-manifest-v1/invalid/secret-bearing-uri.json +28 -0
- raes-0.25.0/_corpus/fixtures/associated-artifacts/associated-artifact-manifest-v1/invalid/unknown-extra.json +29 -0
- raes-0.25.0/_corpus/fixtures/associated-artifacts/associated-artifact-manifest-v1/valid/apparatus-context.json +29 -0
- raes-0.25.0/_corpus/fixtures/associated-artifacts/associated-artifact-manifest-v1/valid/authoring-input.json +29 -0
- raes-0.25.0/_corpus/fixtures/associated-artifacts/associated-artifact-manifest-v1/valid/run.json +29 -0
- raes-0.25.0/_corpus/fixtures/associated-artifacts/associated-artifact-manifest-v1/valid/scenario-snapshot.json +30 -0
- raes-0.25.0/_corpus/fixtures/associated-artifacts/associated-artifact-manifest-v1/valid/scenario.json +28 -0
- raes-0.25.0/_corpus/fixtures/associated-artifacts/associated-artifact-manifest-v1/valid/study.json +29 -0
- raes-0.25.0/_corpus/fixtures/associated-artifacts/associated-artifact-manifest-v1/valid/task.json +29 -0
- raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/duplicate-binding-scope.json +26 -0
- raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/empty-compatibility.json +27 -0
- raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/feature-support-duplicate-feature.json +217 -0
- raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/feature-support-missing-disclosure.json +209 -0
- raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/feature-support-unguarded-feature-term.json +209 -0
- raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/feature-support-unsupported-declared-feature.json +211 -0
- raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/hollow-provisioner.json +27 -0
- raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/hollow-realization-support.json +28 -0
- raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/invalid-binding-family.json +25 -0
- raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/malformed-compatibility.json +20 -0
- raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/malformed-realization-support.json +26 -0
- raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/missing-concept-bindings.json +22 -0
- raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/missing-version.json +19 -0
- raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/non-backend-contract-version.json +25 -0
- raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/non-processor-compatibility-surface.json +28 -0
- raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/unknown-workflow-feature.json +24 -0
- raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/invalid/unknown-workflow-state-predicate.json +24 -0
- raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/valid/feature-support-bounded.json +223 -0
- raes-0.25.0/_corpus/fixtures/backend-manifest/backend-manifest-v2/valid/stub.json +323 -0
- raes-0.25.0/_corpus/fixtures/concept-authority/behavioral-relations-v1/invalid/missing-taxonomy-id.json +8 -0
- raes-0.25.0/_corpus/fixtures/concept-authority/behavioral-relations-v1/valid/reference.json +107 -0
- raes-0.25.0/_corpus/fixtures/concept-authority/concept-families-v1/invalid/empty-families.json +4 -0
- raes-0.25.0/_corpus/fixtures/concept-authority/concept-families-v1/invalid/empty-title.json +12 -0
- raes-0.25.0/_corpus/fixtures/concept-authority/concept-families-v1/invalid/missing-authority-reference.json +11 -0
- raes-0.25.0/_corpus/fixtures/concept-authority/concept-families-v1/invalid/missing-authority.json +11 -0
- raes-0.25.0/_corpus/fixtures/concept-authority/concept-families-v1/invalid/missing-provenance.json +9 -0
- raes-0.25.0/_corpus/fixtures/concept-authority/concept-families-v1/invalid/native-missing-extension-scope.json +16 -0
- raes-0.25.0/_corpus/fixtures/concept-authority/concept-families-v1/invalid/native-missing-non-ambiguity-constraints.json +14 -0
- raes-0.25.0/_corpus/fixtures/concept-authority/concept-families-v1/invalid/native-missing-relation-rules.json +14 -0
- raes-0.25.0/_corpus/fixtures/concept-authority/concept-families-v1/invalid/native-with-authority.json +19 -0
- raes-0.25.0/_corpus/fixtures/concept-authority/concept-families-v1/valid/reference.json +163 -0
- raes-0.25.0/_corpus/fixtures/concept-authority/controlled-vocabularies-v1/invalid/closed-vocabulary-with-extension-pattern.json +18 -0
- raes-0.25.0/_corpus/fixtures/concept-authority/controlled-vocabularies-v1/invalid/governed-extension-missing-pattern.json +20 -0
- raes-0.25.0/_corpus/fixtures/concept-authority/controlled-vocabularies-v1/invalid/unknown-governed-scope.json +21 -0
- raes-0.25.0/_corpus/fixtures/concept-authority/controlled-vocabularies-v1/valid/reference.json +1164 -0
- raes-0.25.0/_corpus/fixtures/concept-authority/reference-models-v1/invalid/instance-path-mismatch.json +19 -0
- raes-0.25.0/_corpus/fixtures/concept-authority/reference-models-v1/invalid/missing-key-field.json +19 -0
- raes-0.25.0/_corpus/fixtures/concept-authority/reference-models-v1/invalid/schema-pointer-not-found.json +19 -0
- raes-0.25.0/_corpus/fixtures/concept-authority/reference-models-v1/invalid/unknown-concept-family.json +19 -0
- raes-0.25.0/_corpus/fixtures/concept-authority/reference-models-v1/invalid/unknown-contract-id.json +19 -0
- raes-0.25.0/_corpus/fixtures/concept-authority/reference-models-v1/valid/reference.json +335 -0
- raes-0.25.0/_corpus/fixtures/concept-authority/uco-alignment-v1/invalid/adapted-without-divergence.json +180 -0
- raes-0.25.0/_corpus/fixtures/concept-authority/uco-alignment-v1/invalid/empty-divergence.json +182 -0
- raes-0.25.0/_corpus/fixtures/concept-authority/uco-alignment-v1/invalid/iri-mismatch.json +184 -0
- raes-0.25.0/_corpus/fixtures/concept-authority/uco-alignment-v1/invalid/missing-family.json +152 -0
- raes-0.25.0/_corpus/fixtures/concept-authority/uco-alignment-v1/invalid/native-family.json +196 -0
- raes-0.25.0/_corpus/fixtures/concept-authority/uco-alignment-v1/invalid/provenance-mismatch.json +186 -0
- raes-0.25.0/_corpus/fixtures/concept-authority/uco-alignment-v1/invalid/unknown-family.json +196 -0
- raes-0.25.0/_corpus/fixtures/concept-authority/uco-alignment-v1/valid/reference.json +184 -0
- raes-0.25.0/_corpus/fixtures/control-plane/evaluation-history-event-stream-v1/invalid/not-a-list.json +3 -0
- raes-0.25.0/_corpus/fixtures/control-plane/evaluation-history-event-stream-v1/valid/ready.json +24 -0
- raes-0.25.0/_corpus/fixtures/control-plane/evaluation-result-envelope-v1/invalid/missing-status.json +12 -0
- raes-0.25.0/_corpus/fixtures/control-plane/evaluation-result-envelope-v1/valid/ready.json +13 -0
- raes-0.25.0/_corpus/fixtures/control-plane/operation-receipt-v1/invalid/missing-id.json +7 -0
- raes-0.25.0/_corpus/fixtures/control-plane/operation-receipt-v1/valid/accepted.json +8 -0
- raes-0.25.0/_corpus/fixtures/control-plane/operation-status-v1/invalid/unknown-extra.json +11 -0
- raes-0.25.0/_corpus/fixtures/control-plane/operation-status-v1/valid/succeeded.json +10 -0
- raes-0.25.0/_corpus/fixtures/control-plane/participant-behavior-history-event-stream-v1/invalid/unknown-extra.json +45 -0
- raes-0.25.0/_corpus/fixtures/control-plane/participant-behavior-history-event-stream-v1/valid/terminal-observation.json +44 -0
- raes-0.25.0/_corpus/fixtures/control-plane/participant-context-view-v1/invalid/audience-neutral-scope.json +62 -0
- raes-0.25.0/_corpus/fixtures/control-plane/participant-context-view-v1/invalid/empty-derived-from-refs.json +60 -0
- raes-0.25.0/_corpus/fixtures/control-plane/participant-context-view-v1/invalid/future-state-source-layer.json +62 -0
- raes-0.25.0/_corpus/fixtures/control-plane/participant-context-view-v1/invalid/global-runtime-state-source.json +62 -0
- raes-0.25.0/_corpus/fixtures/control-plane/participant-context-view-v1/invalid/missing-bounded-staleness-basis.json +62 -0
- raes-0.25.0/_corpus/fixtures/control-plane/participant-context-view-v1/invalid/missing-weakened-comparability-disclosure.json +62 -0
- raes-0.25.0/_corpus/fixtures/control-plane/participant-context-view-v1/invalid/sem216-archival-evidence-participant-visible.json +76 -0
- raes-0.25.0/_corpus/fixtures/control-plane/participant-context-view-v1/invalid/sem216-backend-observability-as-observation.json +77 -0
- raes-0.25.0/_corpus/fixtures/control-plane/participant-context-view-v1/invalid/sem216-hidden-adjudication-in-evaluation-output.json +76 -0
- raes-0.25.0/_corpus/fixtures/control-plane/participant-context-view-v1/valid/network-posture-context.json +79 -0
- raes-0.25.0/_corpus/fixtures/control-plane/participant-context-view-v1/valid/sem216-mediated-evidence-view.json +77 -0
- raes-0.25.0/_corpus/fixtures/control-plane/participant-decision-surface-v1/invalid/presentation-as-outcome.json +87 -0
- raes-0.25.0/_corpus/fixtures/control-plane/participant-decision-surface-v1/invalid/undisclosed-form-loss.json +161 -0
- raes-0.25.0/_corpus/fixtures/control-plane/participant-decision-surface-v1/valid/human-candidate.json +213 -0
- raes-0.25.0/_corpus/fixtures/control-plane/participant-decision-surface-v1/valid/llm-open.json +162 -0
- raes-0.25.0/_corpus/fixtures/control-plane/participant-decision-surface-v1/valid/rl-candidate.json +160 -0
- raes-0.25.0/_corpus/fixtures/control-plane/participant-decision-surface-v1/valid/script-form.json +174 -0
- raes-0.25.0/_corpus/fixtures/control-plane/participant-episode-history-event-stream-v1/invalid/unknown-extra.json +13 -0
- raes-0.25.0/_corpus/fixtures/control-plane/participant-episode-history-event-stream-v1/valid/initialized-then-completed.json +22 -0
- raes-0.25.0/_corpus/fixtures/control-plane/participant-episode-state-envelope-v1/invalid/unknown-extra.json +14 -0
- raes-0.25.0/_corpus/fixtures/control-plane/participant-episode-state-envelope-v1/valid/initialized.json +13 -0
- raes-0.25.0/_corpus/fixtures/control-plane/participant-history-view-v1/invalid/behavior-event-restates-scope.json +51 -0
- raes-0.25.0/_corpus/fixtures/control-plane/participant-history-view-v1/invalid/episode-event-restates-scope.json +51 -0
- raes-0.25.0/_corpus/fixtures/control-plane/participant-history-view-v1/invalid/truncated-without-basis.json +56 -0
- raes-0.25.0/_corpus/fixtures/control-plane/participant-history-view-v1/valid/truncated-history.json +50 -0
- raes-0.25.0/_corpus/fixtures/control-plane/participant-status-view-v1/invalid/episode-state-restates-scope.json +27 -0
- raes-0.25.0/_corpus/fixtures/control-plane/participant-status-view-v1/invalid/missing-source-snapshot-ref.json +27 -0
- raes-0.25.0/_corpus/fixtures/control-plane/participant-status-view-v1/valid/running-episode.json +26 -0
- raes-0.25.0/_corpus/fixtures/control-plane/proposition-truth-result-v1/invalid/decided-without-evidence.json +17 -0
- raes-0.25.0/_corpus/fixtures/control-plane/proposition-truth-result-v1/valid/ambiguous-conflicting.json +40 -0
- raes-0.25.0/_corpus/fixtures/control-plane/proposition-truth-result-v1/valid/equivalent-range-b.json +34 -0
- raes-0.25.0/_corpus/fixtures/control-plane/proposition-truth-result-v1/valid/negative-observed.json +34 -0
- raes-0.25.0/_corpus/fixtures/control-plane/proposition-truth-result-v1/valid/positive-observed.json +34 -0
- raes-0.25.0/_corpus/fixtures/control-plane/proposition-truth-result-v1/valid/unsupported.json +19 -0
- raes-0.25.0/_corpus/fixtures/control-plane/scheduler-isolation-proof-v1/invalid/incomplete-parallel-proof.json +9 -0
- raes-0.25.0/_corpus/fixtures/control-plane/scheduler-isolation-proof-v1/valid/bounded-parallel.json +14 -0
- raes-0.25.0/_corpus/fixtures/control-plane/scheduler-isolation-proof-v1/valid/serial.json +7 -0
- raes-0.25.0/_corpus/fixtures/control-plane/trial-cleanup-receipt-v1/invalid/unsupported-clean-claim.json +12 -0
- raes-0.25.0/_corpus/fixtures/control-plane/trial-cleanup-receipt-v1/invalid/unverified-clean-claim.json +12 -0
- raes-0.25.0/_corpus/fixtures/control-plane/trial-cleanup-receipt-v1/valid/abort.json +12 -0
- raes-0.25.0/_corpus/fixtures/control-plane/trial-cleanup-receipt-v1/valid/cancellation.json +12 -0
- raes-0.25.0/_corpus/fixtures/control-plane/trial-cleanup-receipt-v1/valid/partial-cleanup.json +19 -0
- raes-0.25.0/_corpus/fixtures/control-plane/trial-cleanup-receipt-v1/valid/primary-failure-cleanup-succeeded.json +23 -0
- raes-0.25.0/_corpus/fixtures/control-plane/trial-cleanup-receipt-v1/valid/success.json +23 -0
- raes-0.25.0/_corpus/fixtures/control-plane/trial-cleanup-receipt-v1/valid/timeout.json +12 -0
- raes-0.25.0/_corpus/fixtures/control-plane/workflow-history-event-stream-v1/invalid/missing-timestamp.json +10 -0
- raes-0.25.0/_corpus/fixtures/control-plane/workflow-history-event-stream-v1/valid/started.json +11 -0
- raes-0.25.0/_corpus/fixtures/control-plane/workflow-result-envelope-v1/invalid/pending-with-outcome.json +19 -0
- raes-0.25.0/_corpus/fixtures/control-plane/workflow-result-envelope-v1/valid/running.json +19 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-apparatus-context-v1/invalid/empty-components.json +6 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-apparatus-context-v1/invalid/selected-manifest-is-run.json +103 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-apparatus-context-v1/valid/reference.json +161 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-authoring-input-v1/invalid/run-plan-both-allocation-and-count.json +65 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-authoring-input-v1/invalid/run-plan-neither-allocation-nor-count.json +26 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-authoring-input-v1/valid/reference.json +123 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-capture-spec-v1/invalid/missing-capture-requirements.json +22 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-capture-spec-v1/invalid/under-specified-capture-window.json +49 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-capture-spec-v1/valid/reference.json +78 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-derived-measure-v1/invalid/invalid-generated-at.json +45 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-derived-measure-v1/invalid/missing-source-evidence.json +20 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-derived-measure-v1/invalid/non-reported-with-value.json +45 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-derived-measure-v1/invalid/reported-without-value.json +44 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-derived-measure-v1/valid/reference.json +45 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-derived-measure-v1/valid/vulnerability-severity-summary.json +33 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-evidence-record-v1/invalid/content-uri-without-checksum.json +44 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-evidence-record-v1/invalid/empty-source-refs.json +42 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-evidence-record-v1/invalid/invalid-captured-at.json +48 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-evidence-record-v1/invalid/missing-raw-content.json +29 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-evidence-record-v1/invalid/sem216-analysis-output-as-evidence.json +50 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-evidence-record-v1/invalid/sem216-withheld-without-loss-disclosure.json +48 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-evidence-record-v1/invalid/sem224-capture-record-without-requirement-ref.json +47 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-evidence-record-v1/valid/docker-network-endpoint-observation.json +37 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-evidence-record-v1/valid/reference.json +48 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-evidence-record-v1/valid/runtime-health-observation.json +37 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-evidence-record-v1/valid/scanner-vulnerability-observation.json +37 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-run-v1/invalid/augmentation-without-affected-refs.json +263 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-run-v1/invalid/invalidated-without-details.json +183 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-run-v1/invalid/realized-form-authority-mismatch.json +353 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-run-v1/invalid/realized-form-missing-target.json +349 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-run-v1/invalid/realized-form-processor-authority-mismatch.json +353 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-run-v1/invalid/traceability-empty-capture-specs.json +347 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-run-v1/valid/reference.json +353 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-study-v1/invalid/empty-membership.json +14 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-study-v1/valid/reference.json +170 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-task-v1/invalid/scenario-ref-is-run.json +42 -0
- raes-0.25.0/_corpus/fixtures/experiment-core/experiment-task-v1/valid/reference.json +119 -0
- raes-0.25.0/_corpus/fixtures/exploit-path-analysis/exploit-path-analysis-evidence-v1/invalid/cross-outcome-payload.json +184 -0
- raes-0.25.0/_corpus/fixtures/exploit-path-analysis/exploit-path-analysis-evidence-v1/valid/valid-path.json +184 -0
- raes-0.25.0/_corpus/fixtures/participant-implementation-manifest/participant-implementation-manifest-v1/invalid/empty-compatibility.json +32 -0
- raes-0.25.0/_corpus/fixtures/participant-implementation-manifest/participant-implementation-manifest-v1/invalid/unknown-contract.json +36 -0
- raes-0.25.0/_corpus/fixtures/participant-implementation-manifest/participant-implementation-manifest-v1/valid/reference.json +70 -0
- raes-0.25.0/_corpus/fixtures/participant-implementation-provenance/participant-implementation-provenance-v1/invalid/duplicate-participant-address.json +50 -0
- raes-0.25.0/_corpus/fixtures/participant-implementation-provenance/participant-implementation-provenance-v1/invalid/empty-exposure-policy.json +25 -0
- raes-0.25.0/_corpus/fixtures/participant-implementation-provenance/participant-implementation-provenance-v1/valid/reference.json +52 -0
- raes-0.25.0/_corpus/fixtures/participant-runtime/participant-control-occurrence-v1/invalid/payload-smuggling.json +61 -0
- raes-0.25.0/_corpus/fixtures/participant-runtime/participant-control-occurrence-v1/valid/proposal.json +56 -0
- raes-0.25.0/_corpus/fixtures/participant-runtime/participant-joint-action-record-v1/invalid/implicit-last-writer-wins.json +42 -0
- raes-0.25.0/_corpus/fixtures/participant-runtime/participant-joint-action-record-v1/valid/serialized-red-blue-shared-state.json +46 -0
- raes-0.25.0/_corpus/fixtures/participant-runtime/participant-lifecycle-event-v1/invalid/unknown-phase.json +106 -0
- raes-0.25.0/_corpus/fixtures/participant-runtime/participant-lifecycle-event-v1/valid/opaque-llm-execution-attempt.json +83 -0
- raes-0.25.0/_corpus/fixtures/participant-runtime/participant-lifecycle-event-v1/valid/opaque-llm-selection.json +81 -0
- raes-0.25.0/_corpus/fixtures/participant-runtime/participant-observation-envelope-v1/invalid/missing-visibility-projection.json +121 -0
- raes-0.25.0/_corpus/fixtures/participant-runtime/participant-observation-envelope-v1/valid/rl-observation-only.json +99 -0
- raes-0.25.0/_corpus/fixtures/participant-runtime/participant-outcome-report-v1/invalid/empty-outcome-sources.json +89 -0
- raes-0.25.0/_corpus/fixtures/participant-runtime/participant-outcome-report-v1/invalid/empty-state-relationships.json +71 -0
- raes-0.25.0/_corpus/fixtures/participant-runtime/participant-outcome-report-v1/invalid/inline-score-field.json +99 -0
- raes-0.25.0/_corpus/fixtures/participant-runtime/participant-outcome-report-v1/valid/exfiltration-outcome.json +86 -0
- raes-0.25.0/_corpus/fixtures/participant-runtime/participant-shared-state-record-v1/invalid/unknown-access-kind.json +102 -0
- raes-0.25.0/_corpus/fixtures/participant-runtime/participant-shared-state-record-v1/valid/serialized-service-state-commit.json +86 -0
- raes-0.25.0/_corpus/fixtures/participant-runtime/participant-time-management-context-v1/invalid/timestamp-only-exact.json +23 -0
- raes-0.25.0/_corpus/fixtures/participant-runtime/participant-time-management-context-v1/valid/backend-serialized-logical-clock.json +23 -0
- raes-0.25.0/_corpus/fixtures/participant-runtime/runtime-fact-binding-plane-v1/invalid/additional-property.json +9 -0
- raes-0.25.0/_corpus/fixtures/participant-runtime/runtime-fact-binding-plane-v1/valid/cross-backend-portable.json +52 -0
- raes-0.25.0/_corpus/fixtures/participant-runtime/runtime-fact-binding-plane-v1/valid/failure-dispositions.json +159 -0
- raes-0.25.0/_corpus/fixtures/participant-runtime/runtime-fact-binding-plane-v1/valid/observation-to-action.json +96 -0
- raes-0.25.0/_corpus/fixtures/participant-runtime/runtime-fact-binding-plane-v1/valid/secret-reference.json +95 -0
- raes-0.25.0/_corpus/fixtures/plans/evaluation-plan-v1/invalid/unknown-extra.json +6 -0
- raes-0.25.0/_corpus/fixtures/plans/evaluation-plan-v1/valid/minimal.json +5 -0
- raes-0.25.0/_corpus/fixtures/plans/orchestration-plan-v1/invalid/unknown-extra.json +6 -0
- raes-0.25.0/_corpus/fixtures/plans/orchestration-plan-v1/valid/minimal.json +5 -0
- raes-0.25.0/_corpus/fixtures/plans/provisioning-plan-v1/invalid/unknown-extra.json +5 -0
- raes-0.25.0/_corpus/fixtures/plans/provisioning-plan-v1/valid/minimal.json +4 -0
- raes-0.25.0/_corpus/fixtures/plans/trial-cleanup-plan-v1/invalid/missing-run-id.json +19 -0
- raes-0.25.0/_corpus/fixtures/plans/trial-cleanup-plan-v1/valid/fresh-range.json +41 -0
- raes-0.25.0/_corpus/fixtures/plans/trial-cleanup-plan-v1/valid/retry-with-reset.json +41 -0
- raes-0.25.0/_corpus/fixtures/processor-manifest/processor-manifest-v2/invalid/empty-compatibility.json +16 -0
- raes-0.25.0/_corpus/fixtures/processor-manifest/processor-manifest-v2/invalid/hollow-capabilities.json +15 -0
- raes-0.25.0/_corpus/fixtures/processor-manifest/processor-manifest-v2/invalid/hollow-realization-support.json +25 -0
- raes-0.25.0/_corpus/fixtures/processor-manifest/processor-manifest-v2/invalid/malformed-realization-support.json +24 -0
- raes-0.25.0/_corpus/fixtures/processor-manifest/processor-manifest-v2/invalid/missing-concept-bindings.json +11 -0
- raes-0.25.0/_corpus/fixtures/processor-manifest/processor-manifest-v2/invalid/non-backend-compatibility-surface.json +20 -0
- raes-0.25.0/_corpus/fixtures/processor-manifest/processor-manifest-v2/invalid/non-processor-contract-version.json +15 -0
- raes-0.25.0/_corpus/fixtures/processor-manifest/processor-manifest-v2/invalid/unknown-feature.json +19 -0
- raes-0.25.0/_corpus/fixtures/processor-manifest/processor-manifest-v2/invalid/unknown-sdl-version.json +15 -0
- raes-0.25.0/_corpus/fixtures/processor-manifest/processor-manifest-v2/valid/reference.json +38 -0
- raes-0.25.0/_corpus/fixtures/profiles/random-stream-profile-v1/invalid/bad-profile-id-pattern.json +34 -0
- raes-0.25.0/_corpus/fixtures/profiles/random-stream-profile-v1/invalid/empty-transforms.json +27 -0
- raes-0.25.0/_corpus/fixtures/profiles/random-stream-profile-v1/invalid/missing-generator.json +29 -0
- raes-0.25.0/_corpus/fixtures/profiles/random-stream-profile-v1/invalid/transform-key-mismatch.json +34 -0
- raes-0.25.0/_corpus/fixtures/profiles/random-stream-profile-v1/invalid/unknown-field.json +35 -0
- raes-0.25.0/_corpus/fixtures/profiles/random-stream-profile-v1/valid/blake3-xof-v1.json +34 -0
- raes-0.25.0/_corpus/fixtures/profiles/scientific-completeness-assessment-v1/invalid/external-without-binding.json +17 -0
- raes-0.25.0/_corpus/fixtures/profiles/scientific-completeness-assessment-v1/valid/minimal.json +23 -0
- raes-0.25.0/_corpus/fixtures/profiles/scientific-completeness-taxonomy-v1/invalid/missing-disposition.json +23 -0
- raes-0.25.0/_corpus/fixtures/profiles/scientific-completeness-taxonomy-v1/valid/minimal.json +40 -0
- raes-0.25.0/_corpus/fixtures/profiles/validation-basis-disclosure-v1/invalid/missing-required-gate.json +18 -0
- raes-0.25.0/_corpus/fixtures/profiles/validation-basis-disclosure-v1/invalid/run-missing-ref-version.json +30 -0
- raes-0.25.0/_corpus/fixtures/profiles/validation-basis-disclosure-v1/invalid/scenario-snapshot-missing-digest.json +23 -0
- raes-0.25.0/_corpus/fixtures/profiles/validation-basis-disclosure-v1/invalid/unknown-profile.json +19 -0
- raes-0.25.0/_corpus/fixtures/profiles/validation-basis-disclosure-v1/valid/evidence-backed-run.json +31 -0
- raes-0.25.0/_corpus/fixtures/profiles/validation-basis-disclosure-v1/valid/scenario-snapshot.json +24 -0
- raes-0.25.0/_corpus/fixtures/profiles/validation-basis-disclosure-v1/valid/structural-scenario.json +19 -0
- raes-0.25.0/_corpus/fixtures/profiles/validation-profile-catalog-v1/invalid/dangling-reference.json +55 -0
- raes-0.25.0/_corpus/fixtures/profiles/validation-profile-catalog-v1/valid/minimal.json +55 -0
- raes-0.25.0/_corpus/fixtures/provenance/sdl-lineage-ledger-v1/invalid/unpinned-git-source.json +28 -0
- raes-0.25.0/_corpus/fixtures/provenance/sdl-lineage-ledger-v1/valid/minimal.json +61 -0
- raes-0.25.0/_corpus/fixtures/random-stream-vectors/blake3-xof-v1/basic-address-and-block.json +26 -0
- raes-0.25.0/_corpus/fixtures/random-stream-vectors/blake3-xof-v1/bounded-integer-basic-draw.json +37 -0
- raes-0.25.0/_corpus/fixtures/random-stream-vectors/blake3-xof-v1/bounded-integer-boundary-single-value.json +37 -0
- raes-0.25.0/_corpus/fixtures/random-stream-vectors/blake3-xof-v1/bounded-integer-exhaustion.json +33 -0
- raes-0.25.0/_corpus/fixtures/random-stream-vectors/blake3-xof-v1/bounded-integer-rejection-then-accept.json +37 -0
- raes-0.25.0/_corpus/fixtures/random-stream-vectors/blake3-xof-v1/zero-heavy-seed-and-address.json +22 -0
- raes-0.25.0/_corpus/fixtures/realization-envelope/realization-envelope-v1/invalid/missing-digest.json +127 -0
- raes-0.25.0/_corpus/fixtures/realization-envelope/realization-envelope-v1/valid/generic.json +41 -0
- raes-0.25.0/_corpus/fixtures/satisfiability/scenario-satisfiability-evidence-v1/invalid/cross-outcome-payload.json +50 -0
- raes-0.25.0/_corpus/fixtures/satisfiability/scenario-satisfiability-evidence-v1/valid/unsupported-target.json +76 -0
- raes-0.25.0/_corpus/fixtures/sdl/instantiated-scenario-snapshot-v1/invalid/wrong-profile.json +13 -0
- raes-0.25.0/_corpus/fixtures/sdl/instantiated-scenario-snapshot-v1/valid/minimal.json +13 -0
- raes-0.25.0/_corpus/fixtures/sdl/instantiated-scenario-v1/invalid/imports-empty.json +11 -0
- raes-0.25.0/_corpus/fixtures/sdl/instantiated-scenario-v1/invalid/missing-provenance.json +3 -0
- raes-0.25.0/_corpus/fixtures/sdl/instantiated-scenario-v1/invalid/module-null.json +11 -0
- raes-0.25.0/_corpus/fixtures/sdl/instantiated-scenario-v1/invalid/unresolved-variable.json +11 -0
- raes-0.25.0/_corpus/fixtures/sdl/instantiated-scenario-v1/invalid/variables-empty.json +11 -0
- raes-0.25.0/_corpus/fixtures/sdl/instantiated-scenario-v1/valid/minimal.json +11 -0
- raes-0.25.0/_corpus/fixtures/sdl/mixed-control-v1/README.md +10 -0
- raes-0.25.0/_corpus/fixtures/sdl/mixed-control-v1/invalid/mixed-control-operator-impersonation.yaml +89 -0
- raes-0.25.0/_corpus/fixtures/sdl/mixed-control-v1/valid/mixed-control-participant.yaml +89 -0
- raes-0.25.0/_corpus/fixtures/sdl/sdl-yaml-v1/README.md +14 -0
- raes-0.25.0/_corpus/fixtures/sdl/sdl-yaml-v1/invalid/alias-cycle.yaml +5 -0
- raes-0.25.0/_corpus/fixtures/sdl/sdl-yaml-v1/invalid/directive.yaml +3 -0
- raes-0.25.0/_corpus/fixtures/sdl/sdl-yaml-v1/invalid/duplicate-field.yaml +2 -0
- raes-0.25.0/_corpus/fixtures/sdl/sdl-yaml-v1/invalid/explicit-tag.yaml +1 -0
- raes-0.25.0/_corpus/fixtures/sdl/sdl-yaml-v1/invalid/merge-conflict.yaml +7 -0
- raes-0.25.0/_corpus/fixtures/sdl/sdl-yaml-v1/invalid/multiple-documents.yaml +4 -0
- raes-0.25.0/_corpus/fixtures/sdl/sdl-yaml-v1/invalid/non-string-key.yaml +3 -0
- raes-0.25.0/_corpus/fixtures/sdl/sdl-yaml-v1/invalid/noncanonical-field.yaml +1 -0
- raes-0.25.0/_corpus/fixtures/sdl/sdl-yaml-v1/invalid/nonfinite.yaml +2 -0
- raes-0.25.0/_corpus/fixtures/sdl/sdl-yaml-v1/migration/field-alias.yaml +1 -0
- raes-0.25.0/_corpus/fixtures/sdl/sdl-yaml-v1/migration/merge-key.yaml +6 -0
- raes-0.25.0/_corpus/fixtures/sdl/sdl-yaml-v1/valid/anchors.yaml +5 -0
- raes-0.25.0/_corpus/fixtures/sdl/sdl-yaml-v1/valid/core-scalars.yaml +5 -0
- raes-0.25.0/_corpus/fixtures/sdl/sdl-yaml-v1/valid/minimal.yaml +1 -0
- raes-0.25.0/_corpus/fixtures/sdl/variation-points-v1/README.md +6 -0
- raes-0.25.0/_corpus/fixtures/sdl/variation-points-v1/canonical/absent.yaml +1 -0
- raes-0.25.0/_corpus/fixtures/sdl/variation-points-v1/canonical/empty.yaml +2 -0
- raes-0.25.0/_corpus/fixtures/sdl/variation-points-v1/composition/module.yaml +29 -0
- raes-0.25.0/_corpus/fixtures/sdl/variation-points-v1/composition/root.yaml +5 -0
- raes-0.25.0/_corpus/fixtures/sdl/variation-points-v1/invalid/dangling-candidate.yaml +11 -0
- raes-0.25.0/_corpus/fixtures/sdl/variation-points-v1/valid/family.yaml +21 -0
- raes-0.25.0/_corpus/fixtures/semantic-profile/semantic-profile-v1/invalid/authoring-binding-scope-not-governed.json +178 -0
- raes-0.25.0/_corpus/fixtures/semantic-profile/semantic-profile-v1/invalid/binding-family-not-declared.json +61 -0
- raes-0.25.0/_corpus/fixtures/semantic-profile/semantic-profile-v1/invalid/duplicate-required-contracts.json +51 -0
- raes-0.25.0/_corpus/fixtures/semantic-profile/semantic-profile-v1/invalid/missing-concept-catalog-version.json +172 -0
- raes-0.25.0/_corpus/fixtures/semantic-profile/semantic-profile-v1/invalid/processing-binding-scope-not-governed.json +173 -0
- raes-0.25.0/_corpus/fixtures/semantic-profile/semantic-profile-v1/invalid/unknown-contract.json +51 -0
- raes-0.25.0/_corpus/fixtures/semantic-profile/semantic-profile-v1/valid/reference-stack-v1.json +184 -0
- raes-0.25.0/_corpus/fixtures/snapshots/runtime-snapshot-v1/invalid/realization-provenance-missing-provenance.json +21 -0
- raes-0.25.0/_corpus/fixtures/snapshots/runtime-snapshot-v1/invalid/workflow-extra-step.json +87 -0
- raes-0.25.0/_corpus/fixtures/snapshots/runtime-snapshot-v1/valid/realization-provenance.json +30 -0
- raes-0.25.0/_corpus/fixtures/snapshots/runtime-snapshot-v1/valid/reference.json +327 -0
- raes-0.25.0/_corpus/fixtures/time/realized-time-model-v1/invalid/missing-apparatus-binding.json +12 -0
- raes-0.25.0/_corpus/fixtures/time/realized-time-model-v1/valid/reference.json +76 -0
- raes-0.25.0/_corpus/fixtures/time/time-model-v1/invalid/dangling-clock-domain.json +29 -0
- raes-0.25.0/_corpus/fixtures/time/time-model-v1/valid/reference.json +29 -0
- raes-0.25.0/_corpus/fixtures/time/time-runtime-state-v1/invalid/noncontiguous-history.json +32 -0
- raes-0.25.0/_corpus/fixtures/time/time-runtime-state-v1/valid/reference.json +25 -0
- raes-0.25.0/_corpus/profiles/backend/full-remote-control-plane.json +23 -0
- raes-0.25.0/_corpus/profiles/backend/orchestration-capable.json +12 -0
- raes-0.25.0/_corpus/profiles/backend/orchestration-evaluation.json +14 -0
- raes-0.25.0/_corpus/profiles/backend/provisioning-only.json +10 -0
- raes-0.25.0/_corpus/profiles/random-stream/blake3-xof-v1.json +34 -0
- raes-0.25.0/_corpus/profiles/scientific-completeness/delivery-assessment-2026-07-12.json +245 -0
- raes-0.25.0/_corpus/profiles/scientific-completeness/scientific-scenario-completeness-rev1.json +205 -0
- raes-0.25.0/_corpus/profiles/semantic/reference-stack-v1.json +184 -0
- raes-0.25.0/_corpus/profiles/validation/validation-profile-catalog-v1.json +380 -0
- raes-0.25.0/_corpus/provenance/sdl-lineage-ledger-v1.json +4201 -0
- raes-0.25.0/_corpus/realization-envelopes/libvirt-qemu/generic-v1.json +41 -0
- raes-0.25.0/_corpus/realization-envelopes/libvirt-qemu/guest-certified-appliance-v1.json +119 -0
- raes-0.25.0/_corpus/realization-envelopes/libvirt-qemu/techvault-appliance-v1.json +41 -0
- raes-0.25.0/_corpus/schema-publication/README.md +11 -0
- raes-0.25.0/_corpus/schema-publication/entries/aces-semantic-invariants-v1.json +6 -0
- raes-0.25.0/_corpus/schema-publication/entries/associated-artifact-manifest-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/atlas-tactics-source-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/attack-enterprise-tactics-source-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/backend-manifest-v2.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/backend-profile-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/behavioral-relations-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/concept-families-v1.json +6 -0
- raes-0.25.0/_corpus/schema-publication/entries/controlled-vocabularies-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/evaluation-history-event-stream-v1.json +6 -0
- raes-0.25.0/_corpus/schema-publication/entries/evaluation-plan-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/evaluation-result-envelope-v1.json +6 -0
- raes-0.25.0/_corpus/schema-publication/entries/experiment-apparatus-context-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/experiment-authoring-input-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/experiment-capture-spec-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/experiment-derived-measure-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/experiment-evidence-record-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/experiment-run-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/experiment-study-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/experiment-task-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/exploit-path-analysis-evidence-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/instantiated-scenario-snapshot-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/instantiated-scenario-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/nist-csf-defensive-categories-source-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/operation-receipt-v1.json +6 -0
- raes-0.25.0/_corpus/schema-publication/entries/operation-status-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/orchestration-plan-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/participant-behavior-history-event-stream-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/participant-context-view-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/participant-control-occurrence-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/participant-decision-surface-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/participant-episode-history-event-stream-v1.json +6 -0
- raes-0.25.0/_corpus/schema-publication/entries/participant-episode-state-envelope-v1.json +6 -0
- raes-0.25.0/_corpus/schema-publication/entries/participant-history-view-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/participant-implementation-manifest-v1.json +6 -0
- raes-0.25.0/_corpus/schema-publication/entries/participant-implementation-provenance-v1.json +6 -0
- raes-0.25.0/_corpus/schema-publication/entries/participant-joint-action-record-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/participant-lifecycle-event-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/participant-observation-envelope-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/participant-outcome-report-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/participant-shared-state-record-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/participant-status-view-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/participant-time-management-context-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/processor-manifest-v2.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/proposition-truth-result-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/provisioning-plan-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/random-stream-profile-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/random-stream-vector-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/realization-envelope-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/realized-time-model-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/reference-models-v1.json +6 -0
- raes-0.25.0/_corpus/schema-publication/entries/reusable-asset-trust-policy-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/runtime-fact-binding-plane-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/runtime-snapshot-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/scenario-instantiation-request-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/scenario-satisfiability-evidence-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/scheduler-isolation-proof-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/scientific-completeness-assessment-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/scientific-completeness-taxonomy-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/sdl-authoring-input-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/sdl-lineage-ledger-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/semantic-profile-v1.json +6 -0
- raes-0.25.0/_corpus/schema-publication/entries/time-model-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/time-runtime-state-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/trial-cleanup-plan-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/trial-cleanup-receipt-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/uco-alignment-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/validation-basis-disclosure-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/validation-profile-catalog-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/entries/workflow-cancellation-request-v1.json +6 -0
- raes-0.25.0/_corpus/schema-publication/entries/workflow-history-event-stream-v1.json +6 -0
- raes-0.25.0/_corpus/schema-publication/entries/workflow-result-envelope-v1.json +10 -0
- raes-0.25.0/_corpus/schema-publication/tombstones/README.md +5 -0
- raes-0.25.0/_corpus/schema-publication-manifest.json +6 -0
- raes-0.25.0/_corpus/schemas/README.md +272 -0
- raes-0.25.0/_corpus/schemas/asset-trust/reusable-asset-trust-policy-v1.json +453 -0
- raes-0.25.0/_corpus/schemas/associated-artifacts/associated-artifact-manifest-v1.json +475 -0
- raes-0.25.0/_corpus/schemas/backend-manifest/backend-manifest-v2.json +1466 -0
- raes-0.25.0/_corpus/schemas/concept-authority/atlas-tactics-source-v1.json +188 -0
- raes-0.25.0/_corpus/schemas/concept-authority/attack-enterprise-tactics-source-v1.json +132 -0
- raes-0.25.0/_corpus/schemas/concept-authority/behavioral-relations-v1.json +791 -0
- raes-0.25.0/_corpus/schemas/concept-authority/concept-families-v1.json +228 -0
- raes-0.25.0/_corpus/schemas/concept-authority/controlled-vocabularies-v1.json +231 -0
- raes-0.25.0/_corpus/schemas/concept-authority/nist-csf-defensive-categories-source-v1.json +124 -0
- raes-0.25.0/_corpus/schemas/concept-authority/reference-models-v1.json +107 -0
- raes-0.25.0/_corpus/schemas/concept-authority/uco-alignment-v1.json +124 -0
- raes-0.25.0/_corpus/schemas/control-plane/evaluation-history-event-stream-v1.json +93 -0
- raes-0.25.0/_corpus/schemas/control-plane/evaluation-result-envelope-v1.json +100 -0
- raes-0.25.0/_corpus/schemas/control-plane/operation-receipt-v1.json +45 -0
- raes-0.25.0/_corpus/schemas/control-plane/operation-status-v1.json +63 -0
- raes-0.25.0/_corpus/schemas/control-plane/participant-behavior-history-event-stream-v1.json +1262 -0
- raes-0.25.0/_corpus/schemas/control-plane/participant-context-view-v1.json +514 -0
- raes-0.25.0/_corpus/schemas/control-plane/participant-decision-surface-v1.json +925 -0
- raes-0.25.0/_corpus/schemas/control-plane/participant-episode-history-event-stream-v1.json +69 -0
- raes-0.25.0/_corpus/schemas/control-plane/participant-episode-state-envelope-v1.json +88 -0
- raes-0.25.0/_corpus/schemas/control-plane/participant-history-view-v1.json +1435 -0
- raes-0.25.0/_corpus/schemas/control-plane/participant-status-view-v1.json +176 -0
- raes-0.25.0/_corpus/schemas/control-plane/proposition-truth-result-v1.json +402 -0
- raes-0.25.0/_corpus/schemas/control-plane/scheduler-isolation-proof-v1.json +261 -0
- raes-0.25.0/_corpus/schemas/control-plane/trial-cleanup-receipt-v1.json +235 -0
- raes-0.25.0/_corpus/schemas/control-plane/workflow-cancellation-request-v1.json +32 -0
- raes-0.25.0/_corpus/schemas/control-plane/workflow-history-event-stream-v1.json +78 -0
- raes-0.25.0/_corpus/schemas/control-plane/workflow-result-envelope-v1.json +245 -0
- raes-0.25.0/_corpus/schemas/experiment-core/experiment-apparatus-context-v1.json +1353 -0
- raes-0.25.0/_corpus/schemas/experiment-core/experiment-authoring-input-v1.json +2044 -0
- raes-0.25.0/_corpus/schemas/experiment-core/experiment-capture-spec-v1.json +815 -0
- raes-0.25.0/_corpus/schemas/experiment-core/experiment-derived-measure-v1.json +467 -0
- raes-0.25.0/_corpus/schemas/experiment-core/experiment-evidence-record-v1.json +755 -0
- raes-0.25.0/_corpus/schemas/experiment-core/experiment-run-v1.json +4494 -0
- raes-0.25.0/_corpus/schemas/experiment-core/experiment-study-v1.json +2300 -0
- raes-0.25.0/_corpus/schemas/experiment-core/experiment-task-v1.json +1982 -0
- raes-0.25.0/_corpus/schemas/exploit-path-analysis/exploit-path-analysis-evidence-v1.json +968 -0
- raes-0.25.0/_corpus/schemas/participant-implementation-manifest/participant-implementation-manifest-v1.json +199 -0
- raes-0.25.0/_corpus/schemas/participant-implementation-provenance/participant-implementation-provenance-v1.json +255 -0
- raes-0.25.0/_corpus/schemas/participant-runtime/participant-control-occurrence-v1.json +2218 -0
- raes-0.25.0/_corpus/schemas/participant-runtime/participant-joint-action-record-v1.json +928 -0
- raes-0.25.0/_corpus/schemas/participant-runtime/participant-lifecycle-event-v1.json +934 -0
- raes-0.25.0/_corpus/schemas/participant-runtime/participant-observation-envelope-v1.json +958 -0
- raes-0.25.0/_corpus/schemas/participant-runtime/participant-outcome-report-v1.json +789 -0
- raes-0.25.0/_corpus/schemas/participant-runtime/participant-shared-state-record-v1.json +1027 -0
- raes-0.25.0/_corpus/schemas/participant-runtime/participant-time-management-context-v1.json +804 -0
- raes-0.25.0/_corpus/schemas/participant-runtime/runtime-fact-binding-plane-v1.json +759 -0
- raes-0.25.0/_corpus/schemas/plans/evaluation-plan-v1.json +111 -0
- raes-0.25.0/_corpus/schemas/plans/orchestration-plan-v1.json +113 -0
- raes-0.25.0/_corpus/schemas/plans/provisioning-plan-v1.json +153 -0
- raes-0.25.0/_corpus/schemas/plans/trial-cleanup-plan-v1.json +355 -0
- raes-0.25.0/_corpus/schemas/processor-manifest/processor-manifest-v2.json +186 -0
- raes-0.25.0/_corpus/schemas/profiles/aces-semantic-invariants-v1.json +175 -0
- raes-0.25.0/_corpus/schemas/profiles/backend-profile-v1.json +67 -0
- raes-0.25.0/_corpus/schemas/profiles/random-stream-profile-v1.json +240 -0
- raes-0.25.0/_corpus/schemas/profiles/random-stream-vector-v1.json +379 -0
- raes-0.25.0/_corpus/schemas/profiles/scientific-completeness-assessment-v1.json +238 -0
- raes-0.25.0/_corpus/schemas/profiles/scientific-completeness-taxonomy-v1.json +363 -0
- raes-0.25.0/_corpus/schemas/profiles/semantic-profile-v1.json +150 -0
- raes-0.25.0/_corpus/schemas/profiles/validation-basis-disclosure-v1.json +584 -0
- raes-0.25.0/_corpus/schemas/profiles/validation-profile-catalog-v1.json +285 -0
- raes-0.25.0/_corpus/schemas/provenance/sdl-lineage-ledger-v1.json +651 -0
- raes-0.25.0/_corpus/schemas/realization-envelope/realization-envelope-v1.json +991 -0
- raes-0.25.0/_corpus/schemas/satisfiability/scenario-satisfiability-evidence-v1.json +20573 -0
- raes-0.25.0/_corpus/schemas/sdl/instantiated-scenario-snapshot-v1.json +25338 -0
- raes-0.25.0/_corpus/schemas/sdl/instantiated-scenario-v1.json +25317 -0
- raes-0.25.0/_corpus/schemas/sdl/scenario-instantiation-request-v1.json +41 -0
- raes-0.25.0/_corpus/schemas/sdl/sdl-authoring-input-v1.json +21394 -0
- raes-0.25.0/_corpus/schemas/snapshots/runtime-snapshot-v1.json +5029 -0
- raes-0.25.0/_corpus/schemas/time/realized-time-model-v1.json +785 -0
- raes-0.25.0/_corpus/schemas/time/time-model-v1.json +582 -0
- raes-0.25.0/_corpus/schemas/time/time-runtime-state-v1.json +218 -0
- raes-0.25.0/hatch_build.py +90 -0
- raes-0.25.0/packages/aces_backend_libvirt/__init__.py +25 -0
- raes-0.25.0/packages/aces_backend_libvirt/_payload.py +54 -0
- raes-0.25.0/packages/aces_backend_libvirt/_techvault_native_helpers.py +28 -0
- raes-0.25.0/packages/aces_backend_libvirt/_techvault_native_ops.py +77 -0
- raes-0.25.0/packages/aces_backend_libvirt/acls.py +142 -0
- raes-0.25.0/packages/aces_backend_libvirt/capability_envelope.py +203 -0
- raes-0.25.0/packages/aces_backend_libvirt/cloudinit.py +140 -0
- raes-0.25.0/packages/aces_backend_libvirt/dialects.py +118 -0
- raes-0.25.0/packages/aces_backend_libvirt/driver.py +114 -0
- raes-0.25.0/packages/aces_backend_libvirt/drivers/__init__.py +5 -0
- raes-0.25.0/packages/aces_backend_libvirt/drivers/_libvirt_xml.py +125 -0
- raes-0.25.0/packages/aces_backend_libvirt/drivers/libvirt.py +555 -0
- raes-0.25.0/packages/aces_backend_libvirt/drivers/seed.py +133 -0
- raes-0.25.0/packages/aces_backend_libvirt/envelopes.py +39 -0
- raes-0.25.0/packages/aces_backend_libvirt/guest_appliance.py +251 -0
- raes-0.25.0/packages/aces_backend_libvirt/guest_certified_driver.py +153 -0
- raes-0.25.0/packages/aces_backend_libvirt/guest_observation.py +362 -0
- raes-0.25.0/packages/aces_backend_libvirt/guest_transport.py +218 -0
- raes-0.25.0/packages/aces_backend_libvirt/manifest.py +197 -0
- raes-0.25.0/packages/aces_backend_libvirt/participant_domain.py +65 -0
- raes-0.25.0/packages/aces_backend_libvirt/participant_runtime.py +51 -0
- raes-0.25.0/packages/aces_backend_libvirt/provisioner.py +376 -0
- raes-0.25.0/packages/aces_backend_libvirt/realization.py +571 -0
- raes-0.25.0/packages/aces_backend_libvirt/target.py +129 -0
- raes-0.25.0/packages/aces_backend_libvirt/techvault_appliance.py +128 -0
- raes-0.25.0/packages/aces_backend_libvirt/techvault_concerns.py +407 -0
- raes-0.25.0/packages/aces_backend_libvirt/techvault_lifecycle.py +151 -0
- raes-0.25.0/packages/aces_backend_libvirt/techvault_matrix.py +245 -0
- raes-0.25.0/packages/aces_backend_libvirt/techvault_native.py +563 -0
- raes-0.25.0/packages/aces_backend_libvirt/techvault_observation.py +211 -0
- raes-0.25.0/packages/aces_backend_libvirt/techvault_plan_admission.py +192 -0
- raes-0.25.0/packages/aces_backend_libvirt/techvault_probe.py +84 -0
- raes-0.25.0/packages/aces_backend_protocols/__init__.py +5 -0
- raes-0.25.0/packages/aces_backend_protocols/_domain_topology_binding.py +97 -0
- raes-0.25.0/packages/aces_backend_protocols/account_features.py +40 -0
- raes-0.25.0/packages/aces_backend_protocols/backend_manifest.py +276 -0
- raes-0.25.0/packages/aces_backend_protocols/capabilities.py +271 -0
- raes-0.25.0/packages/aces_backend_protocols/capability_admission.py +336 -0
- raes-0.25.0/packages/aces_backend_protocols/domain_topology.py +479 -0
- raes-0.25.0/packages/aces_backend_protocols/manifest.py +452 -0
- raes-0.25.0/packages/aces_backend_protocols/naming.py +36 -0
- raes-0.25.0/packages/aces_backend_protocols/participant_action_commit.py +63 -0
- raes-0.25.0/packages/aces_backend_protocols/participant_capabilities.py +249 -0
- raes-0.25.0/packages/aces_backend_protocols/participant_reset.py +71 -0
- raes-0.25.0/packages/aces_backend_protocols/participant_runtime_base.py +485 -0
- raes-0.25.0/packages/aces_backend_protocols/protocols.py +279 -0
- raes-0.25.0/packages/aces_backend_protocols/provisioner_capabilities.py +88 -0
- raes-0.25.0/packages/aces_backend_protocols/service_materialization.py +209 -0
- raes-0.25.0/packages/aces_backend_protocols/time_capabilities.py +125 -0
- raes-0.25.0/packages/aces_backend_stubs/__init__.py +1 -0
- raes-0.25.0/packages/aces_backend_stubs/evaluation_support.py +90 -0
- raes-0.25.0/packages/aces_backend_stubs/manifest.py +346 -0
- raes-0.25.0/packages/aces_backend_stubs/stubs.py +309 -0
- raes-0.25.0/packages/aces_cli/__init__.py +1 -0
- raes-0.25.0/packages/aces_cli/conformance.py +69 -0
- raes-0.25.0/packages/aces_cli/corpus.py +59 -0
- raes-0.25.0/packages/aces_cli/libvirt.py +181 -0
- raes-0.25.0/packages/aces_cli/main.py +45 -0
- raes-0.25.0/packages/aces_cli/processor.py +248 -0
- raes-0.25.0/packages/aces_cli/sdl.py +116 -0
- raes-0.25.0/packages/aces_conformance/__init__.py +1 -0
- raes-0.25.0/packages/aces_conformance/_realization_models.py +132 -0
- raes-0.25.0/packages/aces_conformance/_realization_validation.py +208 -0
- raes-0.25.0/packages/aces_conformance/conformance/__init__.py +57 -0
- raes-0.25.0/packages/aces_conformance/conformance/diagnostics.py +35 -0
- raes-0.25.0/packages/aces_conformance/conformance/fixture_suite.py +100 -0
- raes-0.25.0/packages/aces_conformance/conformance/observability.py +112 -0
- raes-0.25.0/packages/aces_conformance/conformance/profiles.py +195 -0
- raes-0.25.0/packages/aces_conformance/conformance/report.py +154 -0
- raes-0.25.0/packages/aces_conformance/conformance/semantics.py +148 -0
- raes-0.25.0/packages/aces_conformance/conformance/snapshot_semantics.py +397 -0
- raes-0.25.0/packages/aces_conformance/conformance/target.py +308 -0
- raes-0.25.0/packages/aces_conformance/conformance/target_probes.py +425 -0
- raes-0.25.0/packages/aces_conformance/conformance/validators.py +179 -0
- raes-0.25.0/packages/aces_conformance/realization.py +487 -0
- raes-0.25.0/packages/aces_conformance/runner.py +23 -0
- raes-0.25.0/packages/aces_conformance/time_semantics.py +76 -0
- raes-0.25.0/packages/aces_contracts/__init__.py +1 -0
- raes-0.25.0/packages/aces_contracts/_base.py +16 -0
- raes-0.25.0/packages/aces_contracts/_participant_behavior_types.py +168 -0
- raes-0.25.0/packages/aces_contracts/_validation.py +78 -0
- raes-0.25.0/packages/aces_contracts/addressing.py +60 -0
- raes-0.25.0/packages/aces_contracts/apparatus.py +74 -0
- raes-0.25.0/packages/aces_contracts/associated_artifacts.py +338 -0
- raes-0.25.0/packages/aces_contracts/backend_profiles.py +124 -0
- raes-0.25.0/packages/aces_contracts/behavioral_relations.py +244 -0
- raes-0.25.0/packages/aces_contracts/bounded_domains.py +172 -0
- raes-0.25.0/packages/aces_contracts/contracts/__init__.py +502 -0
- raes-0.25.0/packages/aces_contracts/contracts/_trial_cleanup_validation.py +60 -0
- raes-0.25.0/packages/aces_contracts/contracts/associated_artifacts.py +174 -0
- raes-0.25.0/packages/aces_contracts/contracts/base.py +299 -0
- raes-0.25.0/packages/aces_contracts/contracts/bundle.py +317 -0
- raes-0.25.0/packages/aces_contracts/contracts/capabilities.py +312 -0
- raes-0.25.0/packages/aces_contracts/contracts/catalogs.py +337 -0
- raes-0.25.0/packages/aces_contracts/contracts/execution_state.py +347 -0
- raes-0.25.0/packages/aces_contracts/contracts/experiment_analysis.py +473 -0
- raes-0.25.0/packages/aces_contracts/contracts/experiment_apparatus.py +495 -0
- raes-0.25.0/packages/aces_contracts/contracts/experiment_artifacts.py +320 -0
- raes-0.25.0/packages/aces_contracts/contracts/experiment_capture.py +212 -0
- raes-0.25.0/packages/aces_contracts/contracts/experiment_conditions.py +227 -0
- raes-0.25.0/packages/aces_contracts/contracts/experiment_disclosure.py +447 -0
- raes-0.25.0/packages/aces_contracts/contracts/experiment_evidence.py +303 -0
- raes-0.25.0/packages/aces_contracts/contracts/experiment_manifest_references.py +234 -0
- raes-0.25.0/packages/aces_contracts/contracts/experiment_references.py +226 -0
- raes-0.25.0/packages/aces_contracts/contracts/experiment_run.py +488 -0
- raes-0.25.0/packages/aces_contracts/contracts/experiment_run_stochastic.py +114 -0
- raes-0.25.0/packages/aces_contracts/contracts/experiment_spec.py +373 -0
- raes-0.25.0/packages/aces_contracts/contracts/experiment_study.py +312 -0
- raes-0.25.0/packages/aces_contracts/contracts/manifests.py +448 -0
- raes-0.25.0/packages/aces_contracts/contracts/participant_context.py +292 -0
- raes-0.25.0/packages/aces_contracts/contracts/participant_control.py +332 -0
- raes-0.25.0/packages/aces_contracts/contracts/participant_control_validation.py +277 -0
- raes-0.25.0/packages/aces_contracts/contracts/participant_decision_surface.py +434 -0
- raes-0.25.0/packages/aces_contracts/contracts/participant_decision_surface_exposure.py +135 -0
- raes-0.25.0/packages/aces_contracts/contracts/participant_envelopes.py +476 -0
- raes-0.25.0/packages/aces_contracts/contracts/participant_manifests.py +342 -0
- raes-0.25.0/packages/aces_contracts/contracts/participant_runtime.py +356 -0
- raes-0.25.0/packages/aces_contracts/contracts/participant_views.py +266 -0
- raes-0.25.0/packages/aces_contracts/contracts/random_stream.py +364 -0
- raes-0.25.0/packages/aces_contracts/contracts/realization_plans.py +217 -0
- raes-0.25.0/packages/aces_contracts/contracts/reusable_assets.py +359 -0
- raes-0.25.0/packages/aces_contracts/contracts/runtime_facts.py +499 -0
- raes-0.25.0/packages/aces_contracts/contracts/schema_constraints.py +465 -0
- raes-0.25.0/packages/aces_contracts/contracts/schema_invariants.py +270 -0
- raes-0.25.0/packages/aces_contracts/contracts/semantic_profiles.py +94 -0
- raes-0.25.0/packages/aces_contracts/contracts/time_model.py +500 -0
- raes-0.25.0/packages/aces_contracts/contracts/trial_cleanup.py +484 -0
- raes-0.25.0/packages/aces_contracts/contracts/validation_disclosure.py +316 -0
- raes-0.25.0/packages/aces_contracts/contracts/validation_disclosure_gates.py +123 -0
- raes-0.25.0/packages/aces_contracts/contracts/validation_subject_reference.py +145 -0
- raes-0.25.0/packages/aces_contracts/contracts/validators.py +223 -0
- raes-0.25.0/packages/aces_contracts/contracts/vocabulary_sources.py +231 -0
- raes-0.25.0/packages/aces_contracts/controlled_vocabularies.py +64 -0
- raes-0.25.0/packages/aces_contracts/corpus.py +130 -0
- raes-0.25.0/packages/aces_contracts/diagnostics.py +63 -0
- raes-0.25.0/packages/aces_contracts/evaluation.py +459 -0
- raes-0.25.0/packages/aces_contracts/experiment_spec.py +76 -0
- raes-0.25.0/packages/aces_contracts/exploit_path.py +401 -0
- raes-0.25.0/packages/aces_contracts/manifest_authority.py +139 -0
- raes-0.25.0/packages/aces_contracts/participant_autonomous_state.py +216 -0
- raes-0.25.0/packages/aces_contracts/participant_behavior.py +466 -0
- raes-0.25.0/packages/aces_contracts/participant_binding.py +492 -0
- raes-0.25.0/packages/aces_contracts/participant_concurrency.py +475 -0
- raes-0.25.0/packages/aces_contracts/participant_concurrency_time.py +148 -0
- raes-0.25.0/packages/aces_contracts/participant_episode.py +386 -0
- raes-0.25.0/packages/aces_contracts/participant_episode_snapshot.py +327 -0
- raes-0.25.0/packages/aces_contracts/participant_shared_state.py +356 -0
- raes-0.25.0/packages/aces_contracts/plan_projection.py +81 -0
- raes-0.25.0/packages/aces_contracts/planning.py +220 -0
- raes-0.25.0/packages/aces_contracts/provenance.py +349 -0
- raes-0.25.0/packages/aces_contracts/random_stream_engine.py +315 -0
- raes-0.25.0/packages/aces_contracts/random_stream_profiles.py +91 -0
- raes-0.25.0/packages/aces_contracts/realization_envelope.py +315 -0
- raes-0.25.0/packages/aces_contracts/realization_envelope_carrier.py +314 -0
- raes-0.25.0/packages/aces_contracts/realization_observation.py +34 -0
- raes-0.25.0/packages/aces_contracts/reference_models.py +19 -0
- raes-0.25.0/packages/aces_contracts/runtime_state.py +363 -0
- raes-0.25.0/packages/aces_contracts/satisfiability.py +291 -0
- raes-0.25.0/packages/aces_contracts/scientific_completeness.py +297 -0
- raes-0.25.0/packages/aces_contracts/semantic_binding_effects.py +115 -0
- raes-0.25.0/packages/aces_contracts/semantic_profiles.py +23 -0
- raes-0.25.0/packages/aces_contracts/uco_alignment.py +19 -0
- raes-0.25.0/packages/aces_contracts/validation_profiles.py +217 -0
- raes-0.25.0/packages/aces_contracts/versions.py +56 -0
- raes-0.25.0/packages/aces_contracts/vocabulary.py +81 -0
- raes-0.25.0/packages/aces_contracts/workflow.py +688 -0
- raes-0.25.0/packages/aces_mcp/__init__.py +6 -0
- raes-0.25.0/packages/aces_mcp/__main__.py +6 -0
- raes-0.25.0/packages/aces_mcp/server.py +69 -0
- raes-0.25.0/packages/aces_mcp/tools/__init__.py +0 -0
- raes-0.25.0/packages/aces_mcp/tools/authoring.py +694 -0
- raes-0.25.0/packages/aces_mcp/tools/completeness.py +138 -0
- raes-0.25.0/packages/aces_mcp/tools/experiment_authoring.py +236 -0
- raes-0.25.0/packages/aces_mcp/tools/inspection.py +599 -0
- raes-0.25.0/packages/aces_mcp/tools/language_service.py +125 -0
- raes-0.25.0/packages/aces_mcp/tools/operation_support.py +466 -0
- raes-0.25.0/packages/aces_mcp/tools/operations.py +380 -0
- raes-0.25.0/packages/aces_mcp/tools/reference.py +499 -0
- raes-0.25.0/packages/aces_operations/__init__.py +1 -0
- raes-0.25.0/packages/aces_operations/_cross_backend_corpus_backend_runs.py +284 -0
- raes-0.25.0/packages/aces_operations/_cross_backend_corpus_ledger.py +162 -0
- raes-0.25.0/packages/aces_operations/_cross_backend_corpus_validation.py +101 -0
- raes-0.25.0/packages/aces_operations/_evidence_run_artifact.py +611 -0
- raes-0.25.0/packages/aces_operations/_evidence_run_native.py +244 -0
- raes-0.25.0/packages/aces_operations/_evidence_run_realization.py +395 -0
- raes-0.25.0/packages/aces_operations/_evidence_run_types.py +147 -0
- raes-0.25.0/packages/aces_operations/_evidence_run_validation.py +173 -0
- raes-0.25.0/packages/aces_operations/_techvault_cleanup.py +57 -0
- raes-0.25.0/packages/aces_operations/cross_backend_corpus.py +212 -0
- raes-0.25.0/packages/aces_operations/deterministic_participant_fixtures.py +261 -0
- raes-0.25.0/packages/aces_operations/libvirt_evidence_run.py +292 -0
- raes-0.25.0/packages/aces_operations/realization_conformance.py +27 -0
- raes-0.25.0/packages/aces_operations/run_artifacts.py +76 -0
- raes-0.25.0/packages/aces_operations/techvault_live.py +446 -0
- raes-0.25.0/packages/aces_processor/__init__.py +1 -0
- raes-0.25.0/packages/aces_processor/capabilities.py +116 -0
- raes-0.25.0/packages/aces_processor/compiler/__init__.py +11 -0
- raes-0.25.0/packages/aces_processor/compiler/_mixed_control.py +190 -0
- raes-0.25.0/packages/aces_processor/compiler/addresses.py +195 -0
- raes-0.25.0/packages/aces_processor/compiler/alias_index.py +241 -0
- raes-0.25.0/packages/aces_processor/compiler/evaluation.py +105 -0
- raes-0.25.0/packages/aces_processor/compiler/objectives.py +228 -0
- raes-0.25.0/packages/aces_processor/compiler/orchestration.py +181 -0
- raes-0.25.0/packages/aces_processor/compiler/participant_behaviors.py +483 -0
- raes-0.25.0/packages/aces_processor/compiler/participant_contracts.py +204 -0
- raes-0.25.0/packages/aces_processor/compiler/pipeline.py +169 -0
- raes-0.25.0/packages/aces_processor/compiler/placement.py +223 -0
- raes-0.25.0/packages/aces_processor/compiler/provisioning.py +278 -0
- raes-0.25.0/packages/aces_processor/compiler/realization_requirements.py +198 -0
- raes-0.25.0/packages/aces_processor/compiler/ref_resolution.py +152 -0
- raes-0.25.0/packages/aces_processor/compiler/stateful_resources.py +93 -0
- raes-0.25.0/packages/aces_processor/compiler/support.py +29 -0
- raes-0.25.0/packages/aces_processor/compiler/time_model.py +332 -0
- raes-0.25.0/packages/aces_processor/compiler/view_relations.py +102 -0
- raes-0.25.0/packages/aces_processor/compiler/workflow_steps.py +383 -0
- raes-0.25.0/packages/aces_processor/compiler/workflows.py +154 -0
- raes-0.25.0/packages/aces_processor/exploit_path/__init__.py +19 -0
- raes-0.25.0/packages/aces_processor/exploit_path/_diagnostics.py +61 -0
- raes-0.25.0/packages/aces_processor/exploit_path/_preflight.py +164 -0
- raes-0.25.0/packages/aces_processor/exploit_path/_search.py +346 -0
- raes-0.25.0/packages/aces_processor/exploit_path/_service.py +142 -0
- raes-0.25.0/packages/aces_processor/manifest.py +105 -0
- raes-0.25.0/packages/aces_processor/models/__init__.py +336 -0
- raes-0.25.0/packages/aces_processor/models/action_results.py +408 -0
- raes-0.25.0/packages/aces_processor/models/attribution.py +323 -0
- raes-0.25.0/packages/aces_processor/models/behavior_anchor_checks.py +476 -0
- raes-0.25.0/packages/aces_processor/models/behavior_anchor_index.py +64 -0
- raes-0.25.0/packages/aces_processor/models/behavior_grounding_checks.py +449 -0
- raes-0.25.0/packages/aces_processor/models/behavior_history_violations.py +437 -0
- raes-0.25.0/packages/aces_processor/models/behavior_ref_checks.py +471 -0
- raes-0.25.0/packages/aces_processor/models/behavior_resources.py +400 -0
- raes-0.25.0/packages/aces_processor/models/decision_surface.py +333 -0
- raes-0.25.0/packages/aces_processor/models/history_event.py +490 -0
- raes-0.25.0/packages/aces_processor/models/history_event_grounding.py +50 -0
- raes-0.25.0/packages/aces_processor/models/history_event_payloads.py +124 -0
- raes-0.25.0/packages/aces_processor/models/outcome.py +293 -0
- raes-0.25.0/packages/aces_processor/models/outcome_interpretation_validation.py +172 -0
- raes-0.25.0/packages/aces_processor/models/participant_exposure.py +373 -0
- raes-0.25.0/packages/aces_processor/models/participant_exposure_authority.py +163 -0
- raes-0.25.0/packages/aces_processor/models/participant_exposure_policy.py +215 -0
- raes-0.25.0/packages/aces_processor/models/resources.py +455 -0
- raes-0.25.0/packages/aces_processor/models/runtime_model.py +218 -0
- raes-0.25.0/packages/aces_processor/models/temporal.py +359 -0
- raes-0.25.0/packages/aces_processor/models/time_model.py +127 -0
- raes-0.25.0/packages/aces_processor/planner/__init__.py +7 -0
- raes-0.25.0/packages/aces_processor/planner/capability_domains.py +250 -0
- raes-0.25.0/packages/aces_processor/planner/core.py +156 -0
- raes-0.25.0/packages/aces_processor/planner/manifest_validation.py +347 -0
- raes-0.25.0/packages/aces_processor/planner/operations.py +164 -0
- raes-0.25.0/packages/aces_processor/planner/ordering.py +77 -0
- raes-0.25.0/packages/aces_processor/planner/resources.py +50 -0
- raes-0.25.0/packages/aces_processor/reference.py +140 -0
- raes-0.25.0/packages/aces_processor/satisfiability/__init__.py +17 -0
- raes-0.25.0/packages/aces_processor/satisfiability/_service.py +153 -0
- raes-0.25.0/packages/aces_processor/satisfiability/_solver.py +108 -0
- raes-0.25.0/packages/aces_processor/satisfiability/_translation.py +314 -0
- raes-0.25.0/packages/aces_processor/semantics/__init__.py +8 -0
- raes-0.25.0/packages/aces_processor/semantics/planner.py +306 -0
- raes-0.25.0/packages/aces_processor/semantics/realization.py +494 -0
- raes-0.25.0/packages/aces_reference_backend/__init__.py +48 -0
- raes-0.25.0/packages/aces_reference_backend/driver.py +134 -0
- raes-0.25.0/packages/aces_reference_backend/drivers/__init__.py +8 -0
- raes-0.25.0/packages/aces_reference_backend/drivers/inprocess.py +101 -0
- raes-0.25.0/packages/aces_reference_backend/drivers/oci.py +446 -0
- raes-0.25.0/packages/aces_reference_backend/evaluator.py +150 -0
- raes-0.25.0/packages/aces_reference_backend/manifest.py +278 -0
- raes-0.25.0/packages/aces_reference_backend/orchestrator.py +147 -0
- raes-0.25.0/packages/aces_reference_backend/participant_runtime.py +21 -0
- raes-0.25.0/packages/aces_reference_backend/provisioner.py +103 -0
- raes-0.25.0/packages/aces_reference_backend/realization.py +326 -0
- raes-0.25.0/packages/aces_reference_backend/target.py +70 -0
- raes-0.25.0/packages/aces_runtime/__init__.py +26 -0
- raes-0.25.0/packages/aces_runtime/apply_failure.py +61 -0
- raes-0.25.0/packages/aces_runtime/backend_calls.py +310 -0
- raes-0.25.0/packages/aces_runtime/control_plane.py +670 -0
- raes-0.25.0/packages/aces_runtime/control_plane_api.py +581 -0
- raes-0.25.0/packages/aces_runtime/control_plane_api_guards.py +91 -0
- raes-0.25.0/packages/aces_runtime/control_plane_api_models.py +194 -0
- raes-0.25.0/packages/aces_runtime/control_plane_api_participant_retrieval.py +103 -0
- raes-0.25.0/packages/aces_runtime/control_plane_execution.py +207 -0
- raes-0.25.0/packages/aces_runtime/control_plane_security.py +51 -0
- raes-0.25.0/packages/aces_runtime/control_plane_store.py +412 -0
- raes-0.25.0/packages/aces_runtime/control_plane_timeouts.py +135 -0
- raes-0.25.0/packages/aces_runtime/control_plane_workflows.py +194 -0
- raes-0.25.0/packages/aces_runtime/diagnostics.py +29 -0
- raes-0.25.0/packages/aces_runtime/evaluation_result_contracts.py +443 -0
- raes-0.25.0/packages/aces_runtime/manager.py +466 -0
- raes-0.25.0/packages/aces_runtime/operational_apparatus.py +134 -0
- raes-0.25.0/packages/aces_runtime/participant_action_validation.py +137 -0
- raes-0.25.0/packages/aces_runtime/participant_clock_driver.py +209 -0
- raes-0.25.0/packages/aces_runtime/participant_control.py +406 -0
- raes-0.25.0/packages/aces_runtime/participant_execution_control.py +304 -0
- raes-0.25.0/packages/aces_runtime/participant_result_contracts.py +117 -0
- raes-0.25.0/packages/aces_runtime/participant_retrieval.py +205 -0
- raes-0.25.0/packages/aces_runtime/participant_scheduler.py +316 -0
- raes-0.25.0/packages/aces_runtime/participant_scheduler_operations.py +283 -0
- raes-0.25.0/packages/aces_runtime/proposition_truth_contracts.py +81 -0
- raes-0.25.0/packages/aces_runtime/registry.py +435 -0
- raes-0.25.0/packages/aces_runtime/registry_probes.py +77 -0
- raes-0.25.0/packages/aces_runtime/result_contracts.py +19 -0
- raes-0.25.0/packages/aces_runtime/runtime_fact_binding_policy.py +162 -0
- raes-0.25.0/packages/aces_runtime/runtime_fact_bindings.py +423 -0
- raes-0.25.0/packages/aces_runtime/runtime_fact_dispatch.py +152 -0
- raes-0.25.0/packages/aces_runtime/time_control.py +299 -0
- raes-0.25.0/packages/aces_runtime/time_coordinator.py +470 -0
- raes-0.25.0/packages/aces_runtime/workflow_result_contract_checks.py +585 -0
- raes-0.25.0/packages/aces_runtime/workflow_result_contract_compensation.py +102 -0
- raes-0.25.0/packages/aces_runtime/workflow_result_contract_context.py +71 -0
- raes-0.25.0/packages/aces_runtime/workflow_result_contracts.py +7 -0
- raes-0.25.0/packages/aces_sdl/__init__.py +91 -0
- raes-0.25.0/packages/aces_sdl/_base.py +186 -0
- raes-0.25.0/packages/aces_sdl/_composition_budget.py +86 -0
- raes-0.25.0/packages/aces_sdl/_composition_provenance.py +151 -0
- raes-0.25.0/packages/aces_sdl/_declarations.py +474 -0
- raes-0.25.0/packages/aces_sdl/_errors.py +136 -0
- raes-0.25.0/packages/aces_sdl/_identifiers.py +140 -0
- raes-0.25.0/packages/aces_sdl/_language_diagnostics.py +48 -0
- raes-0.25.0/packages/aces_sdl/_language_edit.py +133 -0
- raes-0.25.0/packages/aces_sdl/_language_metadata.py +244 -0
- raes-0.25.0/packages/aces_sdl/_language_references.py +401 -0
- raes-0.25.0/packages/aces_sdl/_mapping_key_analyzer.py +462 -0
- raes-0.25.0/packages/aces_sdl/_mapping_scopes.py +99 -0
- raes-0.25.0/packages/aces_sdl/_model_diagnostics.py +108 -0
- raes-0.25.0/packages/aces_sdl/_module_runtime_aliases.py +70 -0
- raes-0.25.0/packages/aces_sdl/_module_symbols.py +251 -0
- raes-0.25.0/packages/aces_sdl/_realization_envelope_domains.py +243 -0
- raes-0.25.0/packages/aces_sdl/_realization_envelope_engine.py +422 -0
- raes-0.25.0/packages/aces_sdl/_realization_envelope_probe_payloads.py +127 -0
- raes-0.25.0/packages/aces_sdl/_reference_targetability.py +23 -0
- raes-0.25.0/packages/aces_sdl/_runtime_datastore_support.py +28 -0
- raes-0.25.0/packages/aces_sdl/_runtime_service_families.py +271 -0
- raes-0.25.0/packages/aces_sdl/_runtime_service_family_registry.py +256 -0
- raes-0.25.0/packages/aces_sdl/_scenario_instantiation.py +38 -0
- raes-0.25.0/packages/aces_sdl/_source.py +31 -0
- raes-0.25.0/packages/aces_sdl/_source_identifier_paths.py +75 -0
- raes-0.25.0/packages/aces_sdl/_source_profile.py +98 -0
- raes-0.25.0/packages/aces_sdl/_source_validation.py +343 -0
- raes-0.25.0/packages/aces_sdl/_stateful_resource_references.py +120 -0
- raes-0.25.0/packages/aces_sdl/_yaml_loader.py +170 -0
- raes-0.25.0/packages/aces_sdl/accounts.py +65 -0
- raes-0.25.0/packages/aces_sdl/agent_guidance.py +68 -0
- raes-0.25.0/packages/aces_sdl/agents.py +130 -0
- raes-0.25.0/packages/aces_sdl/canonical.py +112 -0
- raes-0.25.0/packages/aces_sdl/composition.py +1024 -0
- raes-0.25.0/packages/aces_sdl/conditions.py +64 -0
- raes-0.25.0/packages/aces_sdl/content.py +130 -0
- raes-0.25.0/packages/aces_sdl/deployment_tenancy.py +144 -0
- raes-0.25.0/packages/aces_sdl/enterprise_identity.py +143 -0
- raes-0.25.0/packages/aces_sdl/entities.py +62 -0
- raes-0.25.0/packages/aces_sdl/evidence_requirements.py +200 -0
- raes-0.25.0/packages/aces_sdl/explicitness.py +390 -0
- raes-0.25.0/packages/aces_sdl/features.py +39 -0
- raes-0.25.0/packages/aces_sdl/formatting.py +57 -0
- raes-0.25.0/packages/aces_sdl/identifiers.py +27 -0
- raes-0.25.0/packages/aces_sdl/identity_domains.py +83 -0
- raes-0.25.0/packages/aces_sdl/image_provenance.py +400 -0
- raes-0.25.0/packages/aces_sdl/infrastructure.py +147 -0
- raes-0.25.0/packages/aces_sdl/instantiate.py +460 -0
- raes-0.25.0/packages/aces_sdl/language_service.py +348 -0
- raes-0.25.0/packages/aces_sdl/module_registry.py +897 -0
- raes-0.25.0/packages/aces_sdl/nodes.py +352 -0
- raes-0.25.0/packages/aces_sdl/objectives.py +92 -0
- raes-0.25.0/packages/aces_sdl/observability_plane_semantics.py +213 -0
- raes-0.25.0/packages/aces_sdl/orchestration.py +654 -0
- raes-0.25.0/packages/aces_sdl/parser.py +441 -0
- raes-0.25.0/packages/aces_sdl/participant_action_semantics.py +126 -0
- raes-0.25.0/packages/aces_sdl/participant_attribution_semantics.py +72 -0
- raes-0.25.0/packages/aces_sdl/participant_behavior.py +578 -0
- raes-0.25.0/packages/aces_sdl/participant_behavior_specification.py +419 -0
- raes-0.25.0/packages/aces_sdl/participant_execution.py +96 -0
- raes-0.25.0/packages/aces_sdl/participant_outcome_semantics.py +205 -0
- raes-0.25.0/packages/aces_sdl/participant_temporal_semantics.py +365 -0
- raes-0.25.0/packages/aces_sdl/phase_contracts.py +312 -0
- raes-0.25.0/packages/aces_sdl/propositions.py +178 -0
- raes-0.25.0/packages/aces_sdl/realization_designation.py +211 -0
- raes-0.25.0/packages/aces_sdl/realization_envelope.py +470 -0
- raes-0.25.0/packages/aces_sdl/relationships.py +89 -0
- raes-0.25.0/packages/aces_sdl/runtime_app_authorization.py +340 -0
- raes-0.25.0/packages/aces_sdl/runtime_application.py +496 -0
- raes-0.25.0/packages/aces_sdl/runtime_capabilities.py +273 -0
- raes-0.25.0/packages/aces_sdl/runtime_configuration.py +438 -0
- raes-0.25.0/packages/aces_sdl/runtime_container.py +237 -0
- raes-0.25.0/packages/aces_sdl/runtime_database.py +483 -0
- raes-0.25.0/packages/aces_sdl/runtime_database_vocab.py +132 -0
- raes-0.25.0/packages/aces_sdl/runtime_datastore.py +333 -0
- raes-0.25.0/packages/aces_sdl/runtime_datastore_nodes.py +153 -0
- raes-0.25.0/packages/aces_sdl/runtime_datastore_partitions.py +354 -0
- raes-0.25.0/packages/aces_sdl/runtime_datastore_vocab.py +187 -0
- raes-0.25.0/packages/aces_sdl/runtime_directory_identity.py +466 -0
- raes-0.25.0/packages/aces_sdl/runtime_dns.py +405 -0
- raes-0.25.0/packages/aces_sdl/runtime_dns_records.py +261 -0
- raes-0.25.0/packages/aces_sdl/runtime_dns_vocab.py +167 -0
- raes-0.25.0/packages/aces_sdl/runtime_file_service.py +472 -0
- raes-0.25.0/packages/aces_sdl/runtime_filesystem.py +215 -0
- raes-0.25.0/packages/aces_sdl/runtime_forwarding_agent.py +491 -0
- raes-0.25.0/packages/aces_sdl/runtime_forwarding_agent_vocab.py +162 -0
- raes-0.25.0/packages/aces_sdl/runtime_identity.py +227 -0
- raes-0.25.0/packages/aces_sdl/runtime_listeners.py +352 -0
- raes-0.25.0/packages/aces_sdl/runtime_mail_service.py +525 -0
- raes-0.25.0/packages/aces_sdl/runtime_mail_vocab.py +215 -0
- raes-0.25.0/packages/aces_sdl/runtime_mounts.py +258 -0
- raes-0.25.0/packages/aces_sdl/runtime_network.py +209 -0
- raes-0.25.0/packages/aces_sdl/runtime_network_detection.py +457 -0
- raes-0.25.0/packages/aces_sdl/runtime_network_sensor.py +160 -0
- raes-0.25.0/packages/aces_sdl/runtime_orchestration.py +214 -0
- raes-0.25.0/packages/aces_sdl/runtime_platform_application.py +275 -0
- raes-0.25.0/packages/aces_sdl/runtime_platform_application_content.py +273 -0
- raes-0.25.0/packages/aces_sdl/runtime_platform_application_vocab.py +161 -0
- raes-0.25.0/packages/aces_sdl/runtime_scheduled_job.py +100 -0
- raes-0.25.0/packages/aces_sdl/runtime_security_monitoring.py +515 -0
- raes-0.25.0/packages/aces_sdl/runtime_security_monitoring_definitions.py +232 -0
- raes-0.25.0/packages/aces_sdl/runtime_service_units.py +382 -0
- raes-0.25.0/packages/aces_sdl/runtime_software.py +121 -0
- raes-0.25.0/packages/aces_sdl/runtime_ssh_server.py +347 -0
- raes-0.25.0/packages/aces_sdl/runtime_values.py +302 -0
- raes-0.25.0/packages/aces_sdl/scenario.py +480 -0
- raes-0.25.0/packages/aces_sdl/scenarios.py +84 -0
- raes-0.25.0/packages/aces_sdl/schema_catalogs.py +6 -0
- raes-0.25.0/packages/aces_sdl/semantics/__init__.py +6 -0
- raes-0.25.0/packages/aces_sdl/semantics/_deployment_shared_services.py +357 -0
- raes-0.25.0/packages/aces_sdl/semantics/_deployment_tenancy_types.py +43 -0
- raes-0.25.0/packages/aces_sdl/semantics/_domain_topology_bindings.py +351 -0
- raes-0.25.0/packages/aces_sdl/semantics/_domain_topology_types.py +84 -0
- raes-0.25.0/packages/aces_sdl/semantics/assessment.py +21 -0
- raes-0.25.0/packages/aces_sdl/semantics/deployment_tenancy.py +305 -0
- raes-0.25.0/packages/aces_sdl/semantics/domain_topology.py +384 -0
- raes-0.25.0/packages/aces_sdl/semantics/enterprise_identity.py +322 -0
- raes-0.25.0/packages/aces_sdl/semantics/objective_semantics.py +573 -0
- raes-0.25.0/packages/aces_sdl/semantics/objectives.py +361 -0
- raes-0.25.0/packages/aces_sdl/semantics/participant_behavior.py +1294 -0
- raes-0.25.0/packages/aces_sdl/semantics/participant_interactive_access.py +227 -0
- raes-0.25.0/packages/aces_sdl/semantics/participant_outcome.py +155 -0
- raes-0.25.0/packages/aces_sdl/semantics/propositions.py +122 -0
- raes-0.25.0/packages/aces_sdl/semantics/workflow.py +126 -0
- raes-0.25.0/packages/aces_sdl/stateful_resources.py +171 -0
- raes-0.25.0/packages/aces_sdl/time_model.py +316 -0
- raes-0.25.0/packages/aces_sdl/validator/__init__.py +61 -0
- raes-0.25.0/packages/aces_sdl/validator/_content_objectives.py +487 -0
- raes-0.25.0/packages/aces_sdl/validator/_core.py +317 -0
- raes-0.25.0/packages/aces_sdl/validator/_deployment_tenancy.py +17 -0
- raes-0.25.0/packages/aces_sdl/validator/_domain_topology.py +16 -0
- raes-0.25.0/packages/aces_sdl/validator/_enterprise_identity.py +17 -0
- raes-0.25.0/packages/aces_sdl/validator/_evidence_requirements.py +33 -0
- raes-0.25.0/packages/aces_sdl/validator/_mixed_control.py +250 -0
- raes-0.25.0/packages/aces_sdl/validator/_nodes_infra_network.py +405 -0
- raes-0.25.0/packages/aces_sdl/validator/_participant_execution_renderers.py +103 -0
- raes-0.25.0/packages/aces_sdl/validator/_participant_tool_affordances.py +32 -0
- raes-0.25.0/packages/aces_sdl/validator/_propositions.py +73 -0
- raes-0.25.0/packages/aces_sdl/validator/_relationships.py +239 -0
- raes-0.25.0/packages/aces_sdl/validator/_relationships_proxy.py +290 -0
- raes-0.25.0/packages/aces_sdl/validator/_runtime_identity_data.py +359 -0
- raes-0.25.0/packages/aces_sdl/validator/_runtime_mail.py +259 -0
- raes-0.25.0/packages/aces_sdl/validator/_runtime_orchestration.py +97 -0
- raes-0.25.0/packages/aces_sdl/validator/_runtime_platform.py +463 -0
- raes-0.25.0/packages/aces_sdl/validator/_runtime_services.py +494 -0
- raes-0.25.0/packages/aces_sdl/validator/_sections.py +197 -0
- raes-0.25.0/packages/aces_sdl/validator/_service_materialization.py +101 -0
- raes-0.25.0/packages/aces_sdl/validator/_support.py +66 -0
- raes-0.25.0/packages/aces_sdl/validator/_time_model.py +102 -0
- raes-0.25.0/packages/aces_sdl/validator/_variation.py +417 -0
- raes-0.25.0/packages/aces_sdl/validator/_variation_satisfiability.py +175 -0
- raes-0.25.0/packages/aces_sdl/validator/_workflows_analysis.py +278 -0
- raes-0.25.0/packages/aces_sdl/validator/_workflows_verify.py +491 -0
- raes-0.25.0/packages/aces_sdl/value_parsing.py +30 -0
- raes-0.25.0/packages/aces_sdl/variables.py +73 -0
- raes-0.25.0/packages/aces_sdl/variation.py +397 -0
- raes-0.25.0/packages/aces_sdl/vulnerabilities.py +34 -0
- raes-0.25.0/pyproject.toml +173 -0
- raes-0.25.0/src/aces/__init__.py +11 -0
- raes-0.25.0/src/aces/_compat.py +42 -0
- raes-0.25.0/src/aces/backends/__init__.py +1 -0
- raes-0.25.0/src/aces/backends/stubs.py +5 -0
- raes-0.25.0/src/aces/cli/__init__.py +1 -0
- raes-0.25.0/src/aces/cli/main.py +5 -0
- raes-0.25.0/src/aces/cli/sdl.py +5 -0
- raes-0.25.0/src/aces/core/__init__.py +1 -0
- raes-0.25.0/src/aces/core/runtime/__init__.py +1 -0
- raes-0.25.0/src/aces/core/runtime/capabilities.py +5 -0
- raes-0.25.0/src/aces/core/runtime/compiler.py +5 -0
- raes-0.25.0/src/aces/core/runtime/conformance.py +5 -0
- raes-0.25.0/src/aces/core/runtime/contracts.py +5 -0
- raes-0.25.0/src/aces/core/runtime/control_plane.py +5 -0
- raes-0.25.0/src/aces/core/runtime/control_plane_api.py +5 -0
- raes-0.25.0/src/aces/core/runtime/control_plane_security.py +5 -0
- raes-0.25.0/src/aces/core/runtime/control_plane_store.py +5 -0
- raes-0.25.0/src/aces/core/runtime/manager.py +5 -0
- raes-0.25.0/src/aces/core/runtime/models.py +5 -0
- raes-0.25.0/src/aces/core/runtime/planner.py +5 -0
- raes-0.25.0/src/aces/core/runtime/protocols.py +5 -0
- raes-0.25.0/src/aces/core/runtime/registry.py +5 -0
- raes-0.25.0/src/aces/core/scenarios.py +5 -0
- raes-0.25.0/src/aces/core/sdl/__init__.py +7 -0
- raes-0.25.0/src/aces/core/sdl/_base.py +5 -0
- raes-0.25.0/src/aces/core/sdl/_errors.py +5 -0
- raes-0.25.0/src/aces/core/sdl/_source.py +5 -0
- raes-0.25.0/src/aces/core/sdl/accounts.py +5 -0
- raes-0.25.0/src/aces/core/sdl/agents.py +5 -0
- raes-0.25.0/src/aces/core/sdl/composition.py +5 -0
- raes-0.25.0/src/aces/core/sdl/conditions.py +5 -0
- raes-0.25.0/src/aces/core/sdl/content.py +5 -0
- raes-0.25.0/src/aces/core/sdl/entities.py +5 -0
- raes-0.25.0/src/aces/core/sdl/features.py +5 -0
- raes-0.25.0/src/aces/core/sdl/infrastructure.py +5 -0
- raes-0.25.0/src/aces/core/sdl/instantiate.py +5 -0
- raes-0.25.0/src/aces/core/sdl/module_registry.py +5 -0
- raes-0.25.0/src/aces/core/sdl/nodes.py +5 -0
- raes-0.25.0/src/aces/core/sdl/objectives.py +5 -0
- raes-0.25.0/src/aces/core/sdl/orchestration.py +5 -0
- raes-0.25.0/src/aces/core/sdl/parser.py +5 -0
- raes-0.25.0/src/aces/core/sdl/relationships.py +5 -0
- raes-0.25.0/src/aces/core/sdl/scenario.py +5 -0
- raes-0.25.0/src/aces/core/sdl/validator.py +5 -0
- raes-0.25.0/src/aces/core/sdl/variables.py +5 -0
- raes-0.25.0/src/aces/core/sdl/vulnerabilities.py +5 -0
- raes-0.25.0/src/aces/core/semantics/__init__.py +1 -0
- raes-0.25.0/src/aces/core/semantics/assessment.py +5 -0
- raes-0.25.0/src/aces/core/semantics/objective_semantics.py +5 -0
- raes-0.25.0/src/aces/core/semantics/objectives.py +5 -0
- raes-0.25.0/src/aces/core/semantics/planner.py +5 -0
- raes-0.25.0/src/aces/core/semantics/workflow.py +5 -0
- raes-0.25.0/tests/data/realization_envelope/invalid/empty-interval.json +3 -0
- raes-0.25.0/tests/data/realization_envelope/invalid/exact-nonsingleton.json +3 -0
- raes-0.25.0/tests/data/realization_envelope/invalid/open-with-domain.json +3 -0
- raes-0.25.0/tests/data/realization_envelope/invalid/record-cycle.json +4 -0
- raes-0.25.0/tests/data/realization_envelope/invalid/unknown-domain-ref.json +2 -0
- raes-0.25.0/tests/data/realization_envelope/valid/closed-scenario.json +13 -0
- raes-0.25.0/tests/data/realization_envelope/valid/record-node.json +12 -0
- raes-0.25.0/tests/data/realization_envelope/valid/resource-bounds.json +16 -0
- raes-0.25.0/tests/data/realization_envelope/valid/scenario-web-family.json +15 -0
- raes-0.25.0/tests/data/sdl/invalid/mapping-key-cycle.yaml +5 -0
- raes-0.25.0/tests/data/sdl/invalid/mapping-key-exact-root.yaml +2 -0
- raes-0.25.0/tests/data/sdl/invalid/mapping-key-merge.yaml +12 -0
- raes-0.25.0/tests/data/sdl/invalid/mapping-key-normalized-nested.yaml +5 -0
- raes-0.25.0/tests/libvirt_conformance_fixtures.py +86 -0
- raes-0.25.0/tests/libvirt_participant_fixtures.py +57 -0
- raes-0.25.0/tests/libvirt_participant_proof.py +142 -0
- raes-0.25.0/tests/paths.py +30 -0
- raes-0.25.0/tests/sem230_information_flow_model.py +163 -0
- raes-0.25.0/tests/test_act_617_mixed_control.py +453 -0
- raes-0.25.0/tests/test_agent_guidance.py +34 -0
- raes-0.25.0/tests/test_agent_guidance_policy.py +108 -0
- raes-0.25.0/tests/test_agent_inventory_skill.py +228 -0
- raes-0.25.0/tests/test_api_409_participant_control_occurrences.py +520 -0
- raes-0.25.0/tests/test_api_421_time_contracts.py +208 -0
- raes-0.25.0/tests/test_associated_artifact_manifests.py +389 -0
- raes-0.25.0/tests/test_assurance_policy.py +1735 -0
- raes-0.25.0/tests/test_authored_domain_topology.py +783 -0
- raes-0.25.0/tests/test_authority_boundary.py +1438 -0
- raes-0.25.0/tests/test_backend_conformance_cli.py +315 -0
- raes-0.25.0/tests/test_backend_manifest.py +871 -0
- raes-0.25.0/tests/test_backend_manifest_v2_adapter.py +73 -0
- raes-0.25.0/tests/test_backend_profiles.py +187 -0
- raes-0.25.0/tests/test_backend_protocols_account_features.py +43 -0
- raes-0.25.0/tests/test_behavioral_relation_claims.py +99 -0
- raes-0.25.0/tests/test_behavioral_relations.py +371 -0
- raes-0.25.0/tests/test_concept_authority.py +444 -0
- raes-0.25.0/tests/test_concept_authority_governance.py +337 -0
- raes-0.25.0/tests/test_conformance_facade_parity.py +89 -0
- raes-0.25.0/tests/test_controlled_vocabularies.py +392 -0
- raes-0.25.0/tests/test_corpus_packaging.py +184 -0
- raes-0.25.0/tests/test_corpus_resources.py +163 -0
- raes-0.25.0/tests/test_cross_backend_corpus.py +187 -0
- raes-0.25.0/tests/test_deprecation_lifecycle.py +371 -0
- raes-0.25.0/tests/test_design_drift_audit.py +102 -0
- raes-0.25.0/tests/test_domain_controller_placement.py +458 -0
- raes-0.25.0/tests/test_dsl_115_authoring_specificity.py +113 -0
- raes-0.25.0/tests/test_dsl_123_scenario_native_observability.py +188 -0
- raes-0.25.0/tests/test_dsl_124_authored_evidence_requirements.py +142 -0
- raes-0.25.0/tests/test_dsl_437_benign_participant_execution.py +1422 -0
- raes-0.25.0/tests/test_dsl_437_evaluation_authority.py +78 -0
- raes-0.25.0/tests/test_dsl_437_snapshot_durability_conformance.py +236 -0
- raes-0.25.0/tests/test_dsl_language_evaluation.py +1092 -0
- raes-0.25.0/tests/test_enterprise_deployment_tenancy.py +584 -0
- raes-0.25.0/tests/test_example_library_policy.py +243 -0
- raes-0.25.0/tests/test_example_schema_conformance.py +192 -0
- raes-0.25.0/tests/test_experiment_authoring.py +167 -0
- raes-0.25.0/tests/test_exploit_path_analysis.py +431 -0
- raes-0.25.0/tests/test_exploit_path_cli.py +61 -0
- raes-0.25.0/tests/test_fm2_semantics.py +263 -0
- raes-0.25.0/tests/test_formal_semantic_validation.py +388 -0
- raes-0.25.0/tests/test_initial_service_state.py +340 -0
- raes-0.25.0/tests/test_instantiated_scenario_schema.py +200 -0
- raes-0.25.0/tests/test_issue_794_participant_io_adoption.py +240 -0
- raes-0.25.0/tests/test_language_service.py +376 -0
- raes-0.25.0/tests/test_libvirt_backend_cli.py +234 -0
- raes-0.25.0/tests/test_libvirt_backend_cloudinit.py +135 -0
- raes-0.25.0/tests/test_libvirt_backend_dialects.py +50 -0
- raes-0.25.0/tests/test_libvirt_backend_driver.py +764 -0
- raes-0.25.0/tests/test_libvirt_backend_envelopes.py +192 -0
- raes-0.25.0/tests/test_libvirt_backend_guest_certified.py +548 -0
- raes-0.25.0/tests/test_libvirt_backend_guest_certified_real_libvirt.py +72 -0
- raes-0.25.0/tests/test_libvirt_backend_manifest.py +56 -0
- raes-0.25.0/tests/test_libvirt_backend_manifest_publication.py +143 -0
- raes-0.25.0/tests/test_libvirt_backend_provisioner.py +461 -0
- raes-0.25.0/tests/test_libvirt_backend_realization.py +594 -0
- raes-0.25.0/tests/test_libvirt_backend_registry.py +65 -0
- raes-0.25.0/tests/test_libvirt_backend_techvault_honesty.py +348 -0
- raes-0.25.0/tests/test_libvirt_backend_techvault_integration.py +283 -0
- raes-0.25.0/tests/test_libvirt_backend_techvault_native.py +926 -0
- raes-0.25.0/tests/test_libvirt_backend_techvault_real_libvirt.py +52 -0
- raes-0.25.0/tests/test_libvirt_conformance.py +181 -0
- raes-0.25.0/tests/test_libvirt_evidence_run.py +501 -0
- raes-0.25.0/tests/test_libvirt_participant_runtime.py +400 -0
- raes-0.25.0/tests/test_mcp_server.py +993 -0
- raes-0.25.0/tests/test_network_namespace_sharing.py +296 -0
- raes-0.25.0/tests/test_observability_evidence_conformance.py +132 -0
- raes-0.25.0/tests/test_participant_backend_contracts.py +512 -0
- raes-0.25.0/tests/test_participant_implementation_manifest.py +215 -0
- raes-0.25.0/tests/test_participant_interactive_access.py +388 -0
- raes-0.25.0/tests/test_participant_runtime_invariants.py +993 -0
- raes-0.25.0/tests/test_participant_semantics_invariant_oracle.py +792 -0
- raes-0.25.0/tests/test_pipeline_determinism.py +253 -0
- raes-0.25.0/tests/test_plan_inspection_cli.py +181 -0
- raes-0.25.0/tests/test_plan_projection.py +165 -0
- raes-0.25.0/tests/test_pr_title_guard.py +168 -0
- raes-0.25.0/tests/test_processor_manifest.py +330 -0
- raes-0.25.0/tests/test_proposition_capabilities.py +61 -0
- raes-0.25.0/tests/test_proposition_semantics.py +411 -0
- raes-0.25.0/tests/test_random_stream_collisions.py +94 -0
- raes-0.25.0/tests/test_random_stream_contracts.py +278 -0
- raes-0.25.0/tests/test_random_stream_determinism.py +331 -0
- raes-0.25.0/tests/test_random_stream_profile.py +97 -0
- raes-0.25.0/tests/test_random_stream_run_integration.py +176 -0
- raes-0.25.0/tests/test_random_stream_study_integration.py +158 -0
- raes-0.25.0/tests/test_random_stream_vectors.py +174 -0
- raes-0.25.0/tests/test_realization_envelope_contract.py +324 -0
- raes-0.25.0/tests/test_realization_envelope_relation.py +845 -0
- raes-0.25.0/tests/test_realization_honesty_conformance.py +449 -0
- raes-0.25.0/tests/test_reference_backend_components.py +126 -0
- raes-0.25.0/tests/test_reference_backend_conformance.py +50 -0
- raes-0.25.0/tests/test_reference_backend_docker_integration.py +121 -0
- raes-0.25.0/tests/test_reference_backend_manifest.py +70 -0
- raes-0.25.0/tests/test_reference_backend_oci_driver.py +512 -0
- raes-0.25.0/tests/test_reference_backend_provenance.py +47 -0
- raes-0.25.0/tests/test_reference_backend_provisioner.py +161 -0
- raes-0.25.0/tests/test_reference_backend_realization.py +237 -0
- raes-0.25.0/tests/test_reference_backend_registry.py +65 -0
- raes-0.25.0/tests/test_reference_field_pruning.py +199 -0
- raes-0.25.0/tests/test_reference_models.py +148 -0
- raes-0.25.0/tests/test_reference_processor.py +254 -0
- raes-0.25.0/tests/test_related_work_comparison.py +218 -0
- raes-0.25.0/tests/test_repo_policy_tools.py +2534 -0
- raes-0.25.0/tests/test_requirement_governance.py +301 -0
- raes-0.25.0/tests/test_reusable_asset_trust_policy.py +155 -0
- raes-0.25.0/tests/test_run_300_lifecycle.py +418 -0
- raes-0.25.0/tests/test_run_305_participant_runtime_state_history.py +334 -0
- raes-0.25.0/tests/test_run_306_participant_decision_lifecycle.py +243 -0
- raes-0.25.0/tests/test_run_307_shared_operational_state.py +324 -0
- raes-0.25.0/tests/test_run_308_concurrent_participant_execution.py +832 -0
- raes-0.25.0/tests/test_run_311_participant_episode_lifecycle.py +1369 -0
- raes-0.25.0/tests/test_runtime_app_authorization.py +336 -0
- raes-0.25.0/tests/test_runtime_conformance.py +1320 -0
- raes-0.25.0/tests/test_runtime_contract_boundaries.py +19 -0
- raes-0.25.0/tests/test_runtime_contracts.py +2182 -0
- raes-0.25.0/tests/test_runtime_control_plane.py +962 -0
- raes-0.25.0/tests/test_runtime_control_plane_api.py +1302 -0
- raes-0.25.0/tests/test_runtime_datastore.py +963 -0
- raes-0.25.0/tests/test_runtime_fact_bindings.py +744 -0
- raes-0.25.0/tests/test_runtime_family_invariants.py +438 -0
- raes-0.25.0/tests/test_runtime_forwarding_agent.py +653 -0
- raes-0.25.0/tests/test_runtime_mail_service.py +471 -0
- raes-0.25.0/tests/test_runtime_manager.py +1549 -0
- raes-0.25.0/tests/test_runtime_models.py +1116 -0
- raes-0.25.0/tests/test_runtime_network_detection.py +350 -0
- raes-0.25.0/tests/test_runtime_network_sensor.py +248 -0
- raes-0.25.0/tests/test_runtime_observed_values.py +233 -0
- raes-0.25.0/tests/test_runtime_orchestration.py +385 -0
- raes-0.25.0/tests/test_runtime_planner.py +1639 -0
- raes-0.25.0/tests/test_runtime_platform_application.py +591 -0
- raes-0.25.0/tests/test_runtime_proposition_truth.py +128 -0
- raes-0.25.0/tests/test_runtime_registry.py +363 -0
- raes-0.25.0/tests/test_runtime_scheduled_job.py +119 -0
- raes-0.25.0/tests/test_runtime_security_monitoring.py +576 -0
- raes-0.25.0/tests/test_runtime_service_listeners.py +362 -0
- raes-0.25.0/tests/test_runtime_service_units.py +567 -0
- raes-0.25.0/tests/test_runtime_ssh_server.py +667 -0
- raes-0.25.0/tests/test_satisfiability_cli.py +116 -0
- raes-0.25.0/tests/test_sce_004_goal_oriented_steps.py +329 -0
- raes-0.25.0/tests/test_sce_006_cleanup_contracts.py +489 -0
- raes-0.25.0/tests/test_scenario_satisfiability.py +315 -0
- raes-0.25.0/tests/test_scenarios.py +265 -0
- raes-0.25.0/tests/test_scientific_scenario_completeness.py +364 -0
- raes-0.25.0/tests/test_sdl_canonicalization.py +217 -0
- raes-0.25.0/tests/test_sdl_catalog_parity.py +279 -0
- raes-0.25.0/tests/test_sdl_diagnostic_boundary.py +181 -0
- raes-0.25.0/tests/test_sdl_format_cli.py +52 -0
- raes-0.25.0/tests/test_sdl_fuzz.py +445 -0
- raes-0.25.0/tests/test_sdl_identifiers.py +867 -0
- raes-0.25.0/tests/test_sdl_lineage.py +335 -0
- raes-0.25.0/tests/test_sdl_models.py +3865 -0
- raes-0.25.0/tests/test_sdl_module_registry.py +1215 -0
- raes-0.25.0/tests/test_sdl_parser.py +2381 -0
- raes-0.25.0/tests/test_sdl_phase_contracts.py +549 -0
- raes-0.25.0/tests/test_sdl_realworld.py +972 -0
- raes-0.25.0/tests/test_sdl_source_format.py +325 -0
- raes-0.25.0/tests/test_sdl_stress.py +1674 -0
- raes-0.25.0/tests/test_sdl_validator.py +3945 -0
- raes-0.25.0/tests/test_sdl_variation_points.py +602 -0
- raes-0.25.0/tests/test_sem_208_participant_behavior.py +2859 -0
- raes-0.25.0/tests/test_sem_211_participant_action_semantics.py +1313 -0
- raes-0.25.0/tests/test_sem_212_participant_attribution_semantics.py +310 -0
- raes-0.25.0/tests/test_sem_213_temporal_participant_semantics.py +563 -0
- raes-0.25.0/tests/test_sem_215_participant_outcome_interpretation.py +907 -0
- raes-0.25.0/tests/test_sem_216_boundary_semantics.py +154 -0
- raes-0.25.0/tests/test_sem_217_knowledge_bindings.py +117 -0
- raes-0.25.0/tests/test_sem_218_explicitness.py +96 -0
- raes-0.25.0/tests/test_sem_218_realization.py +195 -0
- raes-0.25.0/tests/test_sem_218_realization_designation.py +510 -0
- raes-0.25.0/tests/test_sem_218_runtime_realization.py +237 -0
- raes-0.25.0/tests/test_sem_220_participant_decision_surface.py +990 -0
- raes-0.25.0/tests/test_sem_224_observability_plane_semantics.py +208 -0
- raes-0.25.0/tests/test_sem_225_augmentation_semantics.py +176 -0
- raes-0.25.0/tests/test_sem_226_participant_exposure.py +748 -0
- raes-0.25.0/tests/test_sem_227_shared_time_model.py +265 -0
- raes-0.25.0/tests/test_sem_230_information_flow_control.py +305 -0
- raes-0.25.0/tests/test_semantic_coverage.py +474 -0
- raes-0.25.0/tests/test_semantic_profiles.py +121 -0
- raes-0.25.0/tests/test_semantics_assessment.py +54 -0
- raes-0.25.0/tests/test_semantics_objectives.py +727 -0
- raes-0.25.0/tests/test_semantics_planner.py +137 -0
- raes-0.25.0/tests/test_specification_coverage.py +191 -0
- raes-0.25.0/tests/test_stateful_realization_resources.py +403 -0
- raes-0.25.0/tests/test_truth_result_contracts.py +138 -0
- raes-0.25.0/tests/test_uco_alignment.py +159 -0
- raes-0.25.0/tests/test_validation_disclosure.py +876 -0
- raes-0.25.0/tests/test_validation_profiles.py +154 -0
- raes-0.25.0/tests/test_verification_plan.py +168 -0
- raes-0.25.0/tests/test_version_classification.py +108 -0
- raes-0.25.0/tests/test_yaml_mapping_keys.py +388 -0
- raes-0.25.0/uv.lock +2020 -0
raes-0.25.0/.gitignore
ADDED
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
# Byte-compiled / optimized / DLL files
|
|
2
|
+
__pycache__/
|
|
3
|
+
*.py[codz]
|
|
4
|
+
*$py.class
|
|
5
|
+
|
|
6
|
+
# C extensions
|
|
7
|
+
*.so
|
|
8
|
+
|
|
9
|
+
# Distribution / packaging
|
|
10
|
+
.Python
|
|
11
|
+
build/
|
|
12
|
+
develop-eggs/
|
|
13
|
+
dist/
|
|
14
|
+
downloads/
|
|
15
|
+
eggs/
|
|
16
|
+
.eggs/
|
|
17
|
+
lib/
|
|
18
|
+
lib64/
|
|
19
|
+
parts/
|
|
20
|
+
sdist/
|
|
21
|
+
var/
|
|
22
|
+
wheels/
|
|
23
|
+
share/python-wheels/
|
|
24
|
+
*.egg-info/
|
|
25
|
+
.installed.cfg
|
|
26
|
+
*.egg
|
|
27
|
+
MANIFEST
|
|
28
|
+
|
|
29
|
+
# PyInstaller
|
|
30
|
+
# Usually these files are written by a python script from a template
|
|
31
|
+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
32
|
+
*.manifest
|
|
33
|
+
*.spec
|
|
34
|
+
|
|
35
|
+
# Installer logs
|
|
36
|
+
pip-log.txt
|
|
37
|
+
pip-delete-this-directory.txt
|
|
38
|
+
|
|
39
|
+
# Unit test / coverage reports
|
|
40
|
+
htmlcov/
|
|
41
|
+
.tox/
|
|
42
|
+
.nox/
|
|
43
|
+
.coverage
|
|
44
|
+
.coverage.*
|
|
45
|
+
.cache
|
|
46
|
+
nosetests.xml
|
|
47
|
+
coverage.xml
|
|
48
|
+
*.cover
|
|
49
|
+
*.py.cover
|
|
50
|
+
.hypothesis/
|
|
51
|
+
.pytest_cache/
|
|
52
|
+
cover/
|
|
53
|
+
|
|
54
|
+
# Translations
|
|
55
|
+
*.mo
|
|
56
|
+
*.pot
|
|
57
|
+
|
|
58
|
+
# Django stuff:
|
|
59
|
+
*.log
|
|
60
|
+
local_settings.py
|
|
61
|
+
db.sqlite3
|
|
62
|
+
db.sqlite3-journal
|
|
63
|
+
|
|
64
|
+
# Flask stuff:
|
|
65
|
+
instance/
|
|
66
|
+
.webassets-cache
|
|
67
|
+
|
|
68
|
+
# Scrapy stuff:
|
|
69
|
+
.scrapy
|
|
70
|
+
|
|
71
|
+
# Sphinx documentation
|
|
72
|
+
docs/_build/
|
|
73
|
+
|
|
74
|
+
# Local research and working notes
|
|
75
|
+
/research/
|
|
76
|
+
/notes/
|
|
77
|
+
|
|
78
|
+
# PyBuilder
|
|
79
|
+
.pybuilder/
|
|
80
|
+
target/
|
|
81
|
+
|
|
82
|
+
# Jupyter Notebook
|
|
83
|
+
.ipynb_checkpoints
|
|
84
|
+
|
|
85
|
+
# IPython
|
|
86
|
+
profile_default/
|
|
87
|
+
ipython_config.py
|
|
88
|
+
|
|
89
|
+
# pyenv
|
|
90
|
+
# For a library or package, you might want to ignore these files since the code is
|
|
91
|
+
# intended to run in multiple environments; otherwise, check them in:
|
|
92
|
+
# .python-version
|
|
93
|
+
|
|
94
|
+
# pipenv
|
|
95
|
+
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
|
|
96
|
+
# However, in case of collaboration, if having platform-specific dependencies or dependencies
|
|
97
|
+
# having no cross-platform support, pipenv may install dependencies that don't work, or not
|
|
98
|
+
# install all needed dependencies.
|
|
99
|
+
#Pipfile.lock
|
|
100
|
+
|
|
101
|
+
# UV
|
|
102
|
+
# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
|
|
103
|
+
# This is especially recommended for binary packages to ensure reproducibility, and is more
|
|
104
|
+
# commonly ignored for libraries.
|
|
105
|
+
#uv.lock
|
|
106
|
+
|
|
107
|
+
# poetry
|
|
108
|
+
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
|
|
109
|
+
# This is especially recommended for binary packages to ensure reproducibility, and is more
|
|
110
|
+
# commonly ignored for libraries.
|
|
111
|
+
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
|
|
112
|
+
#poetry.lock
|
|
113
|
+
#poetry.toml
|
|
114
|
+
|
|
115
|
+
# pdm
|
|
116
|
+
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
|
|
117
|
+
# pdm recommends including project-wide configuration in pdm.toml, but excluding .pdm-python.
|
|
118
|
+
# https://pdm-project.org/en/latest/usage/project/#working-with-version-control
|
|
119
|
+
#pdm.lock
|
|
120
|
+
#pdm.toml
|
|
121
|
+
.pdm-python
|
|
122
|
+
.pdm-build/
|
|
123
|
+
|
|
124
|
+
# pixi
|
|
125
|
+
# Similar to Pipfile.lock, it is generally recommended to include pixi.lock in version control.
|
|
126
|
+
#pixi.lock
|
|
127
|
+
# Pixi creates a virtual environment in the .pixi directory, just like venv module creates one
|
|
128
|
+
# in the .venv directory. It is recommended not to include this directory in version control.
|
|
129
|
+
.pixi
|
|
130
|
+
|
|
131
|
+
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
|
|
132
|
+
__pypackages__/
|
|
133
|
+
|
|
134
|
+
# Celery stuff
|
|
135
|
+
celerybeat-schedule
|
|
136
|
+
celerybeat.pid
|
|
137
|
+
|
|
138
|
+
# SageMath parsed files
|
|
139
|
+
*.sage.py
|
|
140
|
+
|
|
141
|
+
# Environments
|
|
142
|
+
.env
|
|
143
|
+
.envrc
|
|
144
|
+
.venv
|
|
145
|
+
env/
|
|
146
|
+
venv/
|
|
147
|
+
ENV/
|
|
148
|
+
env.bak/
|
|
149
|
+
venv.bak/
|
|
150
|
+
|
|
151
|
+
# Spyder project settings
|
|
152
|
+
.spyderproject
|
|
153
|
+
.spyproject
|
|
154
|
+
|
|
155
|
+
# Rope project settings
|
|
156
|
+
.ropeproject
|
|
157
|
+
|
|
158
|
+
# mkdocs documentation
|
|
159
|
+
/site
|
|
160
|
+
|
|
161
|
+
# mypy
|
|
162
|
+
.mypy_cache/
|
|
163
|
+
.dmypy.json
|
|
164
|
+
dmypy.json
|
|
165
|
+
|
|
166
|
+
# Pyre type checker
|
|
167
|
+
.pyre/
|
|
168
|
+
|
|
169
|
+
# pytype static type analyzer
|
|
170
|
+
.pytype/
|
|
171
|
+
|
|
172
|
+
# Cython debug symbols
|
|
173
|
+
cython_debug/
|
|
174
|
+
|
|
175
|
+
# PyCharm
|
|
176
|
+
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
|
177
|
+
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
|
178
|
+
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
|
179
|
+
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
|
180
|
+
#.idea/
|
|
181
|
+
|
|
182
|
+
# Abstra
|
|
183
|
+
# Abstra is an AI-powered process automation framework.
|
|
184
|
+
# Ignore directories containing user credentials, local state, and settings.
|
|
185
|
+
# Learn more at https://abstra.io/docs
|
|
186
|
+
.abstra/
|
|
187
|
+
|
|
188
|
+
# Visual Studio Code
|
|
189
|
+
# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
|
|
190
|
+
# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
|
|
191
|
+
# and can be added to the global gitignore or merged into this file. However, if you prefer,
|
|
192
|
+
# you could uncomment the following to ignore the entire vscode folder
|
|
193
|
+
# .vscode/
|
|
194
|
+
|
|
195
|
+
# Ruff stuff:
|
|
196
|
+
.ruff_cache/
|
|
197
|
+
|
|
198
|
+
# PyPI configuration file
|
|
199
|
+
.pypirc
|
|
200
|
+
|
|
201
|
+
# Cursor
|
|
202
|
+
# Cursor is an AI-powered code editor. `.cursorignore` specifies files/directories to
|
|
203
|
+
# exclude from AI features like autocomplete and code analysis. Recommended for sensitive data
|
|
204
|
+
# refer to https://docs.cursor.com/context/ignore-files
|
|
205
|
+
.cursorignore
|
|
206
|
+
.cursorindexingignore
|
|
207
|
+
|
|
208
|
+
# Claude local scheduler state
|
|
209
|
+
.claude/scheduled_tasks.lock
|
|
210
|
+
|
|
211
|
+
# Marimo
|
|
212
|
+
marimo/_static/
|
|
213
|
+
marimo/_lsp/
|
|
214
|
+
__marimo__/
|
|
215
|
+
.codex
|
|
216
|
+
|
|
217
|
+
# Ground Control transient tool output (sonar analysis cache, step telemetry).
|
|
218
|
+
# .gc/plan-rules.md and other authored .gc files stay tracked.
|
|
219
|
+
.gc/sonar/
|
|
220
|
+
.gc/telemetry/
|
|
221
|
+
|
|
222
|
+
# OSV-scanner advisory report (generated by the `osv_scan` nox session; issue #34).
|
|
223
|
+
implementations/python/osv-scanner-report.json
|
raes-0.25.0/PKG-INFO
ADDED
|
@@ -0,0 +1,290 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: raes
|
|
3
|
+
Version: 0.25.0
|
|
4
|
+
Summary: Backend-agnostic cyber range scenario description language and runtime.
|
|
5
|
+
Requires-Python: >=3.11
|
|
6
|
+
Requires-Dist: asyncssh>=2.23.0
|
|
7
|
+
Requires-Dist: blake3<2,>=1.0.8
|
|
8
|
+
Requires-Dist: cryptography>=46.0.7
|
|
9
|
+
Requires-Dist: defusedxml>=0.7.1
|
|
10
|
+
Requires-Dist: fastapi>=0.115.0
|
|
11
|
+
Requires-Dist: mcp>=1.0.0
|
|
12
|
+
Requires-Dist: packaging>=23.0
|
|
13
|
+
Requires-Dist: pydantic>=2.0.0
|
|
14
|
+
Requires-Dist: pyyaml>=6.0
|
|
15
|
+
Requires-Dist: rfc8785<0.2,>=0.1.4
|
|
16
|
+
Requires-Dist: rich>=13.0.0
|
|
17
|
+
Requires-Dist: sse-starlette>=2.0.0
|
|
18
|
+
Requires-Dist: typer>=0.12.0
|
|
19
|
+
Requires-Dist: uvicorn[standard]>=0.34.0
|
|
20
|
+
Requires-Dist: z3-solver==4.16.0.0
|
|
21
|
+
Provides-Extra: dev
|
|
22
|
+
Requires-Dist: coverage>=7.0.0; extra == 'dev'
|
|
23
|
+
Requires-Dist: httpx>=0.27.0; extra == 'dev'
|
|
24
|
+
Requires-Dist: hypothesis>=6.0.0; extra == 'dev'
|
|
25
|
+
Requires-Dist: pytest-cov>=7.1.0; extra == 'dev'
|
|
26
|
+
Requires-Dist: pytest-mock>=3.12.0; extra == 'dev'
|
|
27
|
+
Requires-Dist: pytest-timeout>=2.4.0; extra == 'dev'
|
|
28
|
+
Requires-Dist: pytest-xdist>=3.8.0; extra == 'dev'
|
|
29
|
+
Requires-Dist: pytest>=9.0.3; extra == 'dev'
|
|
30
|
+
Provides-Extra: docs
|
|
31
|
+
Requires-Dist: furo>=2024.5.6; extra == 'docs'
|
|
32
|
+
Requires-Dist: myst-parser>=3.0.0; extra == 'docs'
|
|
33
|
+
Requires-Dist: sphinx-autobuild>=2024.4.16; extra == 'docs'
|
|
34
|
+
Requires-Dist: sphinx-copybutton>=0.5.2; extra == 'docs'
|
|
35
|
+
Requires-Dist: sphinx>=7.3.0; extra == 'docs'
|
|
36
|
+
Description-Content-Type: text/markdown
|
|
37
|
+
|
|
38
|
+
# Reproducible Agentic Environments System
|
|
39
|
+
|
|
40
|
+
Reproducible Agentic Environments System (RAES) is a backend-agnostic scenario
|
|
41
|
+
description language, Python reference implementation, and contract surface
|
|
42
|
+
for cyber range scenarios and experiments.
|
|
43
|
+
|
|
44
|
+
The repository separates authored scenario meaning from processors, backends,
|
|
45
|
+
participant implementations, runtime state, and archived evidence. In the
|
|
46
|
+
current implementation, an SDL document can be parsed, validated,
|
|
47
|
+
instantiated, compiled into runtime models, and checked against published
|
|
48
|
+
backend contracts without binding the authored scenario to one cloud, range
|
|
49
|
+
implementation, or execution harness.
|
|
50
|
+
|
|
51
|
+
This is an academic and engineering project. The repository is intended to be
|
|
52
|
+
read, tested, and used as reference implementation code, not treated as a product
|
|
53
|
+
surface.
|
|
54
|
+
|
|
55
|
+
The repository is not a managed cyber range and does not include a production
|
|
56
|
+
backend. Backend contracts, stubs, conformance checks, and examples are present;
|
|
57
|
+
real deployment backends remain separate implementations.
|
|
58
|
+
|
|
59
|
+
A worked example of RAES SDL driving a concrete range is
|
|
60
|
+
[APTL (Advanced Purple Team Lab)](https://github.com/Brad-Edwards/aptl), a
|
|
61
|
+
separate project that specifies its scenarios as RAES SDL documents and
|
|
62
|
+
realizes the selected topology on a Docker Compose backend.
|
|
63
|
+
|
|
64
|
+
## Contents
|
|
65
|
+
|
|
66
|
+
- [What RAES Describes](#what-raes-describes)
|
|
67
|
+
- [Getting Started](#getting-started)
|
|
68
|
+
- [Using the Python Reference Implementation](#using-the-python-reference-implementation)
|
|
69
|
+
- [Repository Layout](#repository-layout)
|
|
70
|
+
- [Lineage](#lineage)
|
|
71
|
+
- [Documentation](#documentation)
|
|
72
|
+
- [Verification](#verification)
|
|
73
|
+
- [Contributing](#contributing)
|
|
74
|
+
- [Versioning](#versioning)
|
|
75
|
+
- [Citation](#citation)
|
|
76
|
+
- [License](#license)
|
|
77
|
+
- [Maintainer](#maintainer)
|
|
78
|
+
|
|
79
|
+
## What RAES Describes
|
|
80
|
+
|
|
81
|
+
An SDL file is a declarative scenario document. It can describe topology,
|
|
82
|
+
hosts, services, identities, content, relationships, agents, objectives,
|
|
83
|
+
workflows, variables, and evaluation material without directly describing a
|
|
84
|
+
specific backend's infrastructure primitives.
|
|
85
|
+
|
|
86
|
+
```yaml
|
|
87
|
+
name: hospital-ransomware-surgery-day
|
|
88
|
+
description: Surgery-day ransomware exercise for a regional hospital.
|
|
89
|
+
|
|
90
|
+
variables:
|
|
91
|
+
surgery_day_speed:
|
|
92
|
+
type: number
|
|
93
|
+
default: 1.0
|
|
94
|
+
|
|
95
|
+
nodes:
|
|
96
|
+
internet-edge:
|
|
97
|
+
type: Switch
|
|
98
|
+
description: Public ingress for email, VPN, and external access
|
|
99
|
+
|
|
100
|
+
mail-gateway:
|
|
101
|
+
type: VM
|
|
102
|
+
os: linux
|
|
103
|
+
source: secure-mail-gateway
|
|
104
|
+
resources: {ram: 2 gib, cpu: 1}
|
|
105
|
+
services:
|
|
106
|
+
- {port: 25, name: smtp-inbound}
|
|
107
|
+
roles: {mail-admin: postfix}
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
Complete examples live in [`examples/scenarios/`](https://github.com/RAESystem/rae/tree/main/examples/scenarios).
|
|
111
|
+
Reusable non-normative templates and patterns are indexed by
|
|
112
|
+
[`examples/library/catalog.yaml`](https://github.com/RAESystem/rae/blob/main/examples/library/catalog.yaml).
|
|
113
|
+
|
|
114
|
+
## Getting Started
|
|
115
|
+
|
|
116
|
+
Prerequisites:
|
|
117
|
+
|
|
118
|
+
- Python 3.11 or newer
|
|
119
|
+
- [uv](https://github.com/astral-sh/uv)
|
|
120
|
+
- [nox](https://nox.thea.codes/) for the repository verification graph, or
|
|
121
|
+
`uvx nox` without a separate install
|
|
122
|
+
|
|
123
|
+
Set up the Python reference implementation:
|
|
124
|
+
|
|
125
|
+
```shell
|
|
126
|
+
git clone https://github.com/RAESystem/rae.git
|
|
127
|
+
cd rae/implementations/python
|
|
128
|
+
uv sync --all-extras
|
|
129
|
+
uv run raes --help
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
## Using the Python Reference Implementation
|
|
133
|
+
|
|
134
|
+
Parse and validate a scenario from Python:
|
|
135
|
+
|
|
136
|
+
```python
|
|
137
|
+
from pathlib import Path
|
|
138
|
+
|
|
139
|
+
from aces_sdl import parse_sdl_file
|
|
140
|
+
|
|
141
|
+
scenario = parse_sdl_file(
|
|
142
|
+
Path("../../examples/scenarios/hospital-ransomware-surgery-day.sdl.yaml")
|
|
143
|
+
)
|
|
144
|
+
|
|
145
|
+
for advisory in scenario.advisories:
|
|
146
|
+
print(advisory)
|
|
147
|
+
```
|
|
148
|
+
|
|
149
|
+
Run the CLI from `implementations/python`:
|
|
150
|
+
|
|
151
|
+
```shell
|
|
152
|
+
uv run raes sdl resolve ../../examples/scenarios/hospital-ransomware-surgery-day.sdl.yaml
|
|
153
|
+
uv run raes sdl verify-imports ../../examples/scenarios/hospital-ransomware-surgery-day.sdl.yaml
|
|
154
|
+
uv run raes sdl publish ../../examples/scenarios/hospital-ransomware-surgery-day.sdl.yaml
|
|
155
|
+
uv run raes processor --help
|
|
156
|
+
uv run raes conformance --help
|
|
157
|
+
uv run raes-mcp
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
## Repository Layout
|
|
161
|
+
|
|
162
|
+
- `specs/` - normative prose and formal specification material
|
|
163
|
+
- `contracts/` - published schemas, fixtures, manifests, and profiles
|
|
164
|
+
- `implementations/` - reference implementations and their local tooling
|
|
165
|
+
- `examples/` - worked SDL scenario examples plus reusable authoring templates and patterns
|
|
166
|
+
- `docs/` - explanatory documentation, API docs, and architecture decisions
|
|
167
|
+
- `research/` - supporting literature and reference ecosystem material
|
|
168
|
+
- `tools/` - repository maintenance, policy, and publication tooling
|
|
169
|
+
|
|
170
|
+
## Lineage
|
|
171
|
+
|
|
172
|
+
- [Open Cyber Range SDL](https://documentation.opencyberrange.ee/docs/sdl/reference/)
|
|
173
|
+
- [Open Cybersecurity Schema Framework](https://schema.ocsf.io/)
|
|
174
|
+
- [CACAO Security Playbooks v2.0](https://docs.oasis-open.org/cacao/security-playbooks/v2.0/security-playbooks-v2.0.html)
|
|
175
|
+
- [STIX 2.1](https://docs.oasis-open.org/cti/stix/v2.1/stix-v2.1.html)
|
|
176
|
+
- [CybORG](https://github.com/cage-challenge/CybORG)
|
|
177
|
+
- [TENA](https://www.trmc.osd.mil/tena-about.html)
|
|
178
|
+
- [IEEE High Level Architecture](https://standards.ieee.org/standard/1516-2025.html)
|
|
179
|
+
- [SISO Cyber DEM](https://cdn.ymaws.com/www.sisostandards.org/resource/resmgr/standards_products/siso-std-025-2023_cyberdem.pdf)
|
|
180
|
+
- [SISO Cyber FOM](https://www.sisostandards.org/news/690125/Publication-of-Cyber-FOM-and-SIRL-Users-Guide.htm)
|
|
181
|
+
- [MITRE CALDERA](https://github.com/mitre/caldera)
|
|
182
|
+
- [Atomic Red Team](https://github.com/redcanaryco/atomic-red-team)
|
|
183
|
+
|
|
184
|
+
For a dimension-by-dimension comparison against these systems — what RAES
|
|
185
|
+
expresses that they do not, and where they still lead RAES — see
|
|
186
|
+
[Related-Work Comparison](https://github.com/RAESystem/rae/blob/main/docs/explain/sdl/related-work-comparison.md).
|
|
187
|
+
|
|
188
|
+
## Documentation
|
|
189
|
+
|
|
190
|
+
The documentation source is under [`docs/`](https://github.com/RAESystem/rae/tree/main/docs). Important entry points:
|
|
191
|
+
|
|
192
|
+
- [`docs/index.md`](https://github.com/RAESystem/rae/blob/main/docs/index.md) - documentation index
|
|
193
|
+
- [`docs/explain/getting-started.md`](https://github.com/RAESystem/rae/blob/main/docs/explain/getting-started.md) - use-case and rigor-level entrypoint
|
|
194
|
+
- [`docs/migration/raes-rename.md`](https://github.com/RAESystem/rae/blob/main/docs/migration/raes-rename.md) - RAES rename hard-cutover map
|
|
195
|
+
- [`examples/README.md`](https://github.com/RAESystem/rae/blob/main/examples/README.md) - current worked example inventory
|
|
196
|
+
- [`examples/library/catalog.yaml`](https://github.com/RAESystem/rae/blob/main/examples/library/catalog.yaml) - template and pattern library catalog
|
|
197
|
+
- [`docs/explain/reference/canonical-reference-map.md`](https://github.com/RAESystem/rae/blob/main/docs/explain/reference/canonical-reference-map.md) - current reference map
|
|
198
|
+
- [`docs/explain/reference/documentation-style-guide.md`](https://github.com/RAESystem/rae/blob/main/docs/explain/reference/documentation-style-guide.md) - documentation style and citation rules
|
|
199
|
+
- [`docs/explain/reference/glossary.md`](https://github.com/RAESystem/rae/blob/main/docs/explain/reference/glossary.md) - current terminology
|
|
200
|
+
- [`docs/explain/sdl/index.md`](https://github.com/RAESystem/rae/blob/main/docs/explain/sdl/index.md) - SDL guide
|
|
201
|
+
- [`docs/explain/sdl/runtime-architecture.md`](https://github.com/RAESystem/rae/blob/main/docs/explain/sdl/runtime-architecture.md) - runtime architecture
|
|
202
|
+
- [`docs/explain/reference/backend-conformance.md`](https://github.com/RAESystem/rae/blob/main/docs/explain/reference/backend-conformance.md) - backend conformance model
|
|
203
|
+
- [`docs/decisions/adrs/README.md`](https://github.com/RAESystem/rae/blob/main/docs/decisions/adrs/README.md) - architecture decisions
|
|
204
|
+
- [`contracts/README.md`](https://github.com/RAESystem/rae/blob/main/contracts/README.md) - contract publication surface
|
|
205
|
+
|
|
206
|
+
## Verification
|
|
207
|
+
|
|
208
|
+
`nox` is the canonical verification graph. From the repository root:
|
|
209
|
+
|
|
210
|
+
```shell
|
|
211
|
+
uvx nox -s verify
|
|
212
|
+
uvx nox -s verify-changed
|
|
213
|
+
uvx nox -s tests
|
|
214
|
+
uvx nox -l
|
|
215
|
+
```
|
|
216
|
+
|
|
217
|
+
The full `verify` session is unconditional and runs the project checks expected
|
|
218
|
+
for pull requests, including repository policy, governed evidence and generated
|
|
219
|
+
artifacts, parallel worker-safe test coverage, serial integration tests, and
|
|
220
|
+
docs. Use `verify-changed` while iterating: it compares the branch and working
|
|
221
|
+
tree with the upstream ref, skips evidence and regression stages only for
|
|
222
|
+
allowlisted prose or research-only changes, and fails closed to the full local
|
|
223
|
+
gate for unknown, deleted, renamed, executable, contract, or configuration
|
|
224
|
+
changes. The pre-push hook uses the same change-aware plan.
|
|
225
|
+
|
|
226
|
+
Whole-scenario finite-domain satisfiability can be inspected without applying
|
|
227
|
+
or provisioning a scenario:
|
|
228
|
+
|
|
229
|
+
```shell
|
|
230
|
+
uv run --project implementations/python raes processor satisfiability \
|
|
231
|
+
path/to/scenario.sdl.yaml \
|
|
232
|
+
--profile aces-finite-domain-satisfiability-v1
|
|
233
|
+
```
|
|
234
|
+
|
|
235
|
+
The command emits the published replayable evidence envelope. Exit `0` is a
|
|
236
|
+
completed satisfiable or unsatisfiable analysis, `2` is an explicit unsupported
|
|
237
|
+
fragment result, and `1` is an input or operational failure. See ADR-086 for the
|
|
238
|
+
bounded target coverage and nonclaims.
|
|
239
|
+
|
|
240
|
+
## Contributing
|
|
241
|
+
|
|
242
|
+
Contributions are welcome where they improve the language, reference
|
|
243
|
+
implementation, contracts, tests, examples, or documentation. Start with
|
|
244
|
+
[CONTRIBUTING.md](https://github.com/RAESystem/rae/blob/main/CONTRIBUTING.md).
|
|
245
|
+
|
|
246
|
+
Language and contract changes should be discussed before implementation because
|
|
247
|
+
small SDL changes can affect validation, generated schemas, backend
|
|
248
|
+
conformance, and existing scenario examples.
|
|
249
|
+
|
|
250
|
+
## Versioning
|
|
251
|
+
|
|
252
|
+
The Python package version lives in
|
|
253
|
+
[`implementations/python/pyproject.toml`](https://github.com/RAESystem/rae/blob/main/implementations/python/pyproject.toml)
|
|
254
|
+
and is bumped by [release-please](https://github.com/googleapis/release-please)
|
|
255
|
+
from the Conventional Commit history on `main`, which also generates
|
|
256
|
+
`CHANGELOG.md`. Do not hand-edit the version or `CHANGELOG.md`. See
|
|
257
|
+
[`docs/explain/releasing.md`](https://github.com/RAESystem/rae/blob/main/docs/explain/releasing.md).
|
|
258
|
+
|
|
259
|
+
Published JSON Schemas use versioned contract identifiers such as
|
|
260
|
+
`sdl-authoring-input-v1`, but the suffix is not the same as a stability promise.
|
|
261
|
+
The authoritative schema publication index assembles independent per-contract
|
|
262
|
+
records, each carrying its schema's `draft` or `stable` stability class and
|
|
263
|
+
canonical content hash. Current checked-in schemas
|
|
264
|
+
are draft until a maintainer explicitly promotes them; stable breaking changes
|
|
265
|
+
must mint a new schema version as described in
|
|
266
|
+
[ADR-061](https://github.com/RAESystem/rae/blob/main/docs/decisions/adrs/adr-061-published-schema-evolution-policy.md).
|
|
267
|
+
|
|
268
|
+
## Maintainers
|
|
269
|
+
|
|
270
|
+
- Brad Edwards — [Personal GitHub](https://github.com/Brad-Edwards), [PANW GitHub](https://github.com/Brad-Edwards-SecOps), [LinkedIn](https://www.linkedin.com/in/bradley-edwards-dev/)
|
|
271
|
+
|
|
272
|
+
## Citation
|
|
273
|
+
|
|
274
|
+
If you use RAES SDL in academic work, cite the repository:
|
|
275
|
+
|
|
276
|
+
```bibtex
|
|
277
|
+
@software{raes,
|
|
278
|
+
author = {Edwards, Brad},
|
|
279
|
+
title = {RAES SDL: Backend-Agnostic Scenario Description Language for Cyber Range Experiments},
|
|
280
|
+
year = {2026},
|
|
281
|
+
license = {MIT},
|
|
282
|
+
url = {https://github.com/RAESystem/rae}
|
|
283
|
+
}
|
|
284
|
+
```
|
|
285
|
+
|
|
286
|
+
## License
|
|
287
|
+
|
|
288
|
+
Released under the MIT License. See [LICENSE](https://github.com/RAESystem/rae/blob/main/LICENSE).
|
|
289
|
+
Third-party attribution and license notices are recorded in
|
|
290
|
+
[THIRD_PARTY_NOTICES.md](https://github.com/RAESystem/rae/blob/main/THIRD_PARTY_NOTICES.md).
|