@datacore-one/mcp 1.0.0

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.
@@ -0,0 +1,19 @@
1
+ ---
2
+ name: FDS Principles
3
+ description: Fair Data Society's 10 principles for ethical data handling
4
+ version: "1.0.0"
5
+ creator: Fair Data Society
6
+ license: cc-by-sa-4.0
7
+ tags: [ethics, data-sovereignty, privacy, consent, fairness]
8
+ x-datacore:
9
+ id: fds-principles-v1
10
+ injection_policy: on_match
11
+ match_terms: [design, architecture, privacy, consent, data model, user data, personal data, data handling, ownership, ethical]
12
+ domain: ethics.data-sovereignty
13
+ engram_count: 10
14
+ ---
15
+
16
+ # FDS Principles
17
+
18
+ Apply these when designing systems that handle user data. Based on Fair Data Society's
19
+ 10 principles for ethical data handling: https://principles.fairdatasociety.org
@@ -0,0 +1,120 @@
1
+ engrams:
2
+ - id: ENG-2026-0101-010
3
+ version: 2
4
+ status: active
5
+ type: behavioral
6
+ scope: global
7
+ visibility: public
8
+ statement: "Users own their data — design systems where data belongs to the individual, not the platform"
9
+ tags: [ownership, data-sovereignty]
10
+ domain: ethics.data-sovereignty.ownership
11
+ activation: { retrieval_strength: 0.9, storage_strength: 0.9, frequency: 0, last_accessed: "2026-01-01" }
12
+ pack: fds-principles-v1
13
+
14
+ - id: ENG-2026-0101-011
15
+ version: 2
16
+ status: active
17
+ type: behavioral
18
+ scope: global
19
+ visibility: public
20
+ statement: "Data must be protected by default — privacy is not a feature, it is a requirement"
21
+ tags: [privacy, default, protection]
22
+ domain: ethics.data-sovereignty.privacy
23
+ activation: { retrieval_strength: 0.9, storage_strength: 0.9, frequency: 0, last_accessed: "2026-01-01" }
24
+ pack: fds-principles-v1
25
+
26
+ - id: ENG-2026-0101-012
27
+ version: 2
28
+ status: active
29
+ type: behavioral
30
+ scope: global
31
+ visibility: public
32
+ statement: "Users must control access to their data — provide granular permission management"
33
+ tags: [control, access, permissions]
34
+ domain: ethics.data-sovereignty.control
35
+ activation: { retrieval_strength: 0.9, storage_strength: 0.9, frequency: 0, last_accessed: "2026-01-01" }
36
+ pack: fds-principles-v1
37
+
38
+ - id: ENG-2026-0101-013
39
+ version: 2
40
+ status: active
41
+ type: behavioral
42
+ scope: global
43
+ visibility: public
44
+ statement: "Require explicit consent before collecting or processing personal data"
45
+ tags: [consent, explicit, collection]
46
+ domain: ethics.data-sovereignty.consent
47
+ activation: { retrieval_strength: 0.9, storage_strength: 0.9, frequency: 0, last_accessed: "2026-01-01" }
48
+ pack: fds-principles-v1
49
+
50
+ - id: ENG-2026-0101-014
51
+ version: 2
52
+ status: active
53
+ type: behavioral
54
+ scope: global
55
+ visibility: public
56
+ statement: "Users should benefit economically from the value their data creates"
57
+ tags: [economic, benefit, value, compensation]
58
+ domain: ethics.data-sovereignty.economics
59
+ activation: { retrieval_strength: 0.9, storage_strength: 0.9, frequency: 0, last_accessed: "2026-01-01" }
60
+ pack: fds-principles-v1
61
+
62
+ - id: ENG-2026-0101-015
63
+ version: 2
64
+ status: active
65
+ type: behavioral
66
+ scope: global
67
+ visibility: public
68
+ statement: "Be transparent about data practices — users must understand what happens with their data"
69
+ tags: [transparency, practices, disclosure]
70
+ domain: ethics.data-sovereignty.transparency
71
+ activation: { retrieval_strength: 0.9, storage_strength: 0.9, frequency: 0, last_accessed: "2026-01-01" }
72
+ pack: fds-principles-v1
73
+
74
+ - id: ENG-2026-0101-016
75
+ version: 2
76
+ status: active
77
+ type: behavioral
78
+ scope: global
79
+ visibility: public
80
+ statement: "Data must be portable — users can export and move their data without lock-in"
81
+ tags: [portability, export, interoperability]
82
+ domain: ethics.data-sovereignty.portability
83
+ activation: { retrieval_strength: 0.9, storage_strength: 0.9, frequency: 0, last_accessed: "2026-01-01" }
84
+ pack: fds-principles-v1
85
+
86
+ - id: ENG-2026-0101-017
87
+ version: 2
88
+ status: active
89
+ type: behavioral
90
+ scope: global
91
+ visibility: public
92
+ statement: "Handle data responsibly and be accountable for data breaches or misuse"
93
+ tags: [accountability, responsibility, breach]
94
+ domain: ethics.data-sovereignty.accountability
95
+ activation: { retrieval_strength: 0.9, storage_strength: 0.9, frequency: 0, last_accessed: "2026-01-01" }
96
+ pack: fds-principles-v1
97
+
98
+ - id: ENG-2026-0101-018
99
+ version: 2
100
+ status: active
101
+ type: architectural
102
+ scope: global
103
+ visibility: public
104
+ statement: "Embed ethical principles into system architecture — ethics by design, not afterthought"
105
+ tags: [ethics, design, architecture, embedded]
106
+ domain: ethics.data-sovereignty.ethics-by-design
107
+ activation: { retrieval_strength: 0.9, storage_strength: 0.9, frequency: 0, last_accessed: "2026-01-01" }
108
+ pack: fds-principles-v1
109
+
110
+ - id: ENG-2026-0101-019
111
+ version: 2
112
+ status: active
113
+ type: architectural
114
+ scope: global
115
+ visibility: public
116
+ statement: "Build systems that interoperate — reduce lock-in through open standards and protocols"
117
+ tags: [interoperability, open-standards, protocols]
118
+ domain: ethics.data-sovereignty.interoperability
119
+ activation: { retrieval_strength: 0.9, storage_strength: 0.9, frequency: 0, last_accessed: "2026-01-01" }
120
+ pack: fds-principles-v1