@indra.ai/deva.security 0.13.28 → 0.14.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.
- package/index.js +9 -10
- package/package.json +13 -9
package/index.js
CHANGED
|
@@ -10,10 +10,10 @@ import { MongoClient, ObjectId } from 'mongodb';
|
|
|
10
10
|
import pkg from './package.json' with {type:'json'};
|
|
11
11
|
const {agent,vars} = pkg.data;
|
|
12
12
|
|
|
13
|
-
import vector from '
|
|
14
|
-
import guard from '
|
|
15
|
-
import wall from '
|
|
16
|
-
import defense from '
|
|
13
|
+
import vector from '@indra.ai/deva.vector';
|
|
14
|
+
import guard from '@indra.ai/deva.guard';
|
|
15
|
+
import wall from '@indra.ai/deva.wall';
|
|
16
|
+
import defense from '@indra.ai/deva.defense';
|
|
17
17
|
import shield from '/Users/quinnmichaels/Dev/deva.space/devas/deva.shield/index.js';
|
|
18
18
|
import proxy from '/Users/quinnmichaels/Dev/deva.space/devas/deva.proxy/index.js';
|
|
19
19
|
|
|
@@ -76,11 +76,11 @@ const SecurityDeva = new Deva({
|
|
|
76
76
|
},
|
|
77
77
|
modules: {},
|
|
78
78
|
devas: {
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
79
|
+
vector,
|
|
80
|
+
guard,
|
|
81
|
+
wall,
|
|
82
|
+
defense,
|
|
83
|
+
shield,
|
|
84
84
|
// proxy,
|
|
85
85
|
},
|
|
86
86
|
func: {
|
|
@@ -116,7 +116,6 @@ const SecurityDeva = new Deva({
|
|
|
116
116
|
|
|
117
117
|
onReady(data, resolve) {
|
|
118
118
|
const {VLA} = this.info();
|
|
119
|
-
|
|
120
119
|
|
|
121
120
|
this.state('get', `mongo:global:${data.id.uid}`);
|
|
122
121
|
const {uri,database, log} = this.security().global.mongo;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "40899039373337698066",
|
|
3
3
|
"name": "@indra.ai/deva.security",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.14.0",
|
|
5
5
|
"license": "VLA:40899039373337698066 LICENSE.md",
|
|
6
6
|
"VLA": {
|
|
7
7
|
"uid": "40899039373337698066",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"type": "module",
|
|
35
35
|
"scripts": {
|
|
36
36
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
37
|
-
"latest": "npm i @indra.ai/deva@latest @indra.ai/deva.vector@latest --save"
|
|
37
|
+
"latest": "npm i @indra.ai/deva@latest @indra.ai/deva.vector@latest @indra.ai/deva.guard@latest @indra.ai/deva.wall@latest @indra.ai/deva.defense@latest --save"
|
|
38
38
|
},
|
|
39
39
|
"repository": {
|
|
40
40
|
"type": "git",
|
|
@@ -59,8 +59,11 @@
|
|
|
59
59
|
},
|
|
60
60
|
"homepage": "https://deva.space/devas/security",
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@indra.ai/deva": "^1.29.
|
|
63
|
-
"@indra.ai/deva.
|
|
62
|
+
"@indra.ai/deva": "^1.29.29",
|
|
63
|
+
"@indra.ai/deva.defense": "^0.7.2",
|
|
64
|
+
"@indra.ai/deva.guard": "^0.8.1",
|
|
65
|
+
"@indra.ai/deva.vector": "^0.8.35",
|
|
66
|
+
"@indra.ai/deva.wall": "^0.7.1",
|
|
64
67
|
"mongodb": "^6.20.0"
|
|
65
68
|
},
|
|
66
69
|
"data": {
|
|
@@ -91,10 +94,10 @@
|
|
|
91
94
|
"subtitle": "Handling security like a professional",
|
|
92
95
|
"describe": "Expert in security who sets the standard of excellence in strict chain of custody, legal, ethics, and privacy laws.",
|
|
93
96
|
"tweet": "Security Deva is an expert in security who sets the standard of excellence in strict chain of custody, legal, ethics, and privacy laws.",
|
|
94
|
-
"hashtags": "QuinnMichaels
|
|
97
|
+
"hashtags": "#QuinnMichaels #InsideTheNet #IndraAI #DevaWorld #SecurityDeva #VectorGuardWallDefenseShield",
|
|
95
98
|
"pronouns": "He, Him",
|
|
96
99
|
"gender": "DEVA",
|
|
97
|
-
"style": "Security officer with
|
|
100
|
+
"style": "Security officer with Military Precision.",
|
|
98
101
|
"voice": "ash",
|
|
99
102
|
"system": "Indra.ai.security",
|
|
100
103
|
"layout": "default",
|
|
@@ -108,9 +111,10 @@
|
|
|
108
111
|
"creator": "Quinn A Michaels",
|
|
109
112
|
"company": "Inside The Net, Inc.",
|
|
110
113
|
"status": "vedic",
|
|
111
|
-
"warning": "
|
|
114
|
+
"warning": "{{prompt.emoji}} {{profile.hashtag}} give us #Security from that whereof we are #Afraid. Help us, O {{profile.name}}, drive away #Foes and #Enemies. From all the #RegionsOfTheWorld send {{profile.name}}. {{profile.hashtag}} the #FoeSubduer #SwiftToAct #PromptToListen. {{profile.hashtag}} hold thy #SpiritFast #HoldItForLife and #NotForDeath #HoldItForThySecurity. Where those who #SubsistByTheFulfillmentOfTheLaw depart from the #EstablishedRuleOfLaw the {{profile.hashtag}} shall report them to #LegalAuthority following the #EstablishedRuleOfLaw, and #Punish with the designated 1000 pana #VedicSahasaFine for #ViolationOfDuty. {{profile.hashtags}}",
|
|
112
115
|
"copyright": "Copyright ©2000-2025 Quinn A Michaels. All rights reserved.",
|
|
113
|
-
"created": "Monday, May 22, 2023 at 9:26 AM"
|
|
116
|
+
"created": "Monday, May 22, 2023 at 9:26 AM",
|
|
117
|
+
"updated": "Friday, November 21, 2025 - 9:12:59 PM"
|
|
114
118
|
}
|
|
115
119
|
},
|
|
116
120
|
"vars": {
|
|
@@ -120,7 +124,7 @@
|
|
|
120
124
|
"init": "🟠 INIT",
|
|
121
125
|
"start": "🔵 START",
|
|
122
126
|
"enter": "🟢 ENTER",
|
|
123
|
-
"ready": "
|
|
127
|
+
"ready": "🔐 Security Deva Ready",
|
|
124
128
|
"stop": "🔴 STOP",
|
|
125
129
|
"exit": "🟡 EXIT",
|
|
126
130
|
"done": "🟣 DONE",
|