Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
python graph-robustness/codebase/build_codebase_graph.py . \
--out /tmp/scope-d-graph \
--source-ref "https://github.com/tayontech/SCOPE"
--source-ref "https://github.com/SocioProphet/SCOPE-D"

- name: Export to HellGraph + MeshRush
run: |
Expand Down
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MIT License

Copyright (c) 2026 Tayvion Payton
Copyright (c) 2026 SocioProphet

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,6 @@ SCOPE-D
5. Add issue/project tracking once GitHub Issues or a replacement board is enabled.
6. Add PolicyFabric admission integration only after collector/readiness doctrine is complete.

## Upstream attribution
## Attribution

SCOPE-D is derived from the public SCOPE project created by Tayvion Payton. See the inherited license and upstream project history for original authorship and licensing context.

Original upstream: https://github.com/tayontech/SCOPE
SCOPE-D builds on the original SCOPE project by Tayvion Payton, used under the MIT License. Substantial subsequent development © SocioProphet.
2 changes: 1 addition & 1 deletion config/schemas/reference-framework.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"items": {
"type": "object",
"additionalProperties": false,
"required": ["id", "name", "url", "category", "adoptionMode", "safetyClass", "capabilityTargets", "doNotImport", "nextActions"],
"required": ["id", "name", "category", "adoptionMode", "safetyClass", "capabilityTargets", "doNotImport", "nextActions"],
"properties": {
"id": { "type": "string", "pattern": "^ref-[a-z0-9][a-z0-9._:-]*$" },
"name": { "type": "string", "minLength": 1 },
Expand Down
9 changes: 4 additions & 5 deletions references/scope-d-reference-catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
"generatedFor": "SCOPE-D",
"references": [
{
"id": "ref-upstream-scope",
"name": "tayontech/SCOPE",
"url": "https://github.com/tayontech/SCOPE",
"id": "ref-agentic-purple-team",
"name": "Agentic cloud purple-team control loop (external pattern reference)",
"category": "agentic_cloud_purple_team",
"adoptionMode": "pattern_extract",
"safetyClass": "safe_defensive",
Expand All @@ -17,11 +16,11 @@
"Read-only default posture and artifact validation should be mandatory."
],
"doNotImport": [
"Do not preserve upstream-only branding as the SCOPE-D product surface.",
"Do not preserve external-source branding as the SCOPE-D product surface.",
"Do not rely on prompt-only control boundaries."
],
"nextActions": [
"Map upstream audit/defend/hunt outputs into SCOPE-D ControlLoopRun and EvidenceEnvelope contracts.",
"Map audit/defend/hunt outputs into SCOPE-D ControlLoopRun and EvidenceEnvelope contracts.",
"Replace AWS-specific assumptions with provider-neutral target surfaces."
]
},
Expand Down
5 changes: 2 additions & 3 deletions references/work-orders.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ Generated deterministically from `references/scope-d-reference-catalog.json`. Do
- No payloads, C2 code, credential theft behavior, destructive automation, or evasion logic may be imported.
- Every implementation task must preserve SCOPE-D safety boundaries, synthetic-first validation, and receipt verification.

## WO-001: tayontech/SCOPE
## WO-001: Agentic cloud purple-team control loop (external pattern reference)

- Reference ID: `ref-upstream-scope`
- URL: https://github.com/tayontech/SCOPE
- Reference ID: `ref-agentic-purple-team`
- Category: `agentic_cloud_purple_team`
- Adoption mode: `pattern_extract`
- Safety class: `safe_defensive`
Expand Down
Loading