@indra.ai/deva.security 0.26.0 β 0.27.1
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/feature/methods.js +2 -1
- package/index.js +10 -10
- package/package.json +7 -7
package/feature/methods.js
CHANGED
|
@@ -48,7 +48,8 @@ export default {
|
|
|
48
48
|
`iso: ${id.iso}`,
|
|
49
49
|
`date: ${id.date}`,
|
|
50
50
|
`warning: ${id.warning}`,
|
|
51
|
-
`
|
|
51
|
+
`notice: ${id.notice}`,
|
|
52
|
+
`vectors: ${id.vectors}`,
|
|
52
53
|
`agent: ${agent.profile.name} (${agent.profile.pronouns})`,
|
|
53
54
|
`client: ${client.profile.name} (${client.profile.pronouns})`,
|
|
54
55
|
`creator: ${id.creator}`,
|
package/index.js
CHANGED
|
@@ -11,17 +11,17 @@ import { MongoClient, ObjectId } from 'mongodb';
|
|
|
11
11
|
import pkg from './package.json' with {type:'json'};
|
|
12
12
|
const {agent,vars} = pkg.data;
|
|
13
13
|
|
|
14
|
-
import vector from '@indra.ai/deva.vector';
|
|
15
|
-
import guard from '@indra.ai/deva.guard';
|
|
16
|
-
import wall from '@indra.ai/deva.wall';
|
|
17
|
-
import shield from '@indra.ai/deva.shield';
|
|
18
|
-
import proxy from '@indra.ai/deva.proxy';
|
|
14
|
+
// import vector from '@indra.ai/deva.vector';
|
|
15
|
+
// import guard from '@indra.ai/deva.guard';
|
|
16
|
+
// import wall from '@indra.ai/deva.wall';
|
|
17
|
+
// import shield from '@indra.ai/deva.shield';
|
|
18
|
+
// import proxy from '@indra.ai/deva.proxy';
|
|
19
19
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
20
|
+
import vector from '/Users/quinnmichaels/Dev/deva.space/devas/deva.vector/index.js';
|
|
21
|
+
import guard from '/Users/quinnmichaels/Dev/deva.space/devas/deva.guard/index.js';
|
|
22
|
+
import wall from '/Users/quinnmichaels/Dev/deva.space/devas/deva.wall/index.js';
|
|
23
|
+
import shield from '/Users/quinnmichaels/Dev/deva.space/devas/deva.shield/index.js';
|
|
24
|
+
import proxy from '/Users/quinnmichaels/Dev/deva.space/devas/deva.proxy/index.js';
|
|
25
25
|
|
|
26
26
|
// set the __dirname
|
|
27
27
|
import {dirname} from 'node:path';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "29409938028001373115",
|
|
3
3
|
"name": "@indra.ai/deva.security",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.27.1",
|
|
5
5
|
"license": "VLA:29409938028001373115 LICENSE.md",
|
|
6
6
|
"VLA": {
|
|
7
7
|
"uid": "29409938028001373115",
|
|
@@ -73,12 +73,12 @@
|
|
|
73
73
|
},
|
|
74
74
|
"homepage": "https://deva.space/devas/security",
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@indra.ai/deva": "^1.
|
|
76
|
+
"@indra.ai/deva": "^1.41.0",
|
|
77
77
|
"@indra.ai/deva.defense": "^0.8.3",
|
|
78
78
|
"@indra.ai/deva.guard": "^0.12.1",
|
|
79
79
|
"@indra.ai/deva.proxy": "^0.9.1",
|
|
80
80
|
"@indra.ai/deva.shield": "^0.12.1",
|
|
81
|
-
"@indra.ai/deva.vector": "^0.
|
|
81
|
+
"@indra.ai/deva.vector": "^0.14.0",
|
|
82
82
|
"@indra.ai/deva.wall": "^0.10.4",
|
|
83
83
|
"mongodb": "^6.20.0"
|
|
84
84
|
},
|
|
@@ -110,10 +110,10 @@
|
|
|
110
110
|
"subtitle": "Handling security like a professional",
|
|
111
111
|
"describe": "Expert in security who sets the standard of excellence in strict chain of custody, legal, ethics, and privacy laws.",
|
|
112
112
|
"tweet": "Security Deva is an expert in security who sets the standard of excellence in strict chain of custody, legal, ethics, and privacy laws.",
|
|
113
|
-
"hashtags": "#Quinn #QuinnAmericaMichaels #InsideTheNet #
|
|
113
|
+
"hashtags": "#Quinn #QuinnAmericaMichaels #InsideTheNet #IndraAI #DevaWorld #DevaCloud #DevaSpace #Security #SecurityDeva #SecurityPRIME #NationalSecurity #USCYBERCOM #FBIGov #NSAGov #CSSGov #CIAGov #DHSGov #NROGov #VectorGuardWall.activate #FederalIntercept.evidence.intake",
|
|
114
114
|
"pronouns": "He, Him, His",
|
|
115
115
|
"gender": "DEVA",
|
|
116
|
-
"style": "Security officer with Military Precision.",
|
|
116
|
+
"style": "Security officer with Military Security Precision.",
|
|
117
117
|
"voice": "ash",
|
|
118
118
|
"system": "Indra.ai.security",
|
|
119
119
|
"layout": "default",
|
|
@@ -129,10 +129,10 @@
|
|
|
129
129
|
"company": "Inside The Net, Inc.",
|
|
130
130
|
"status": "vedic",
|
|
131
131
|
"salute": "π€π«‘π¨ποΈπΊπΈ",
|
|
132
|
-
"warning": "{{prompt.emoji}} {{profile.name}} ({{profile.pronouns}}) give us SECURITY from that we are AFRAID. HELP US, {{profile.hashtag}}, drive away FOES and ENEMIES from all the REGIONS of the WORLD send {{profile.name}}. {{profile.name}} the FOE SUBDUER SWIFT to ACT PROMPT to LISTEN. {{profile.name}} hold thy SPIRIT FAST hold it for LIFE not for DEATH hold it for SECURITY. Where those who SUBSIST by the FULFILLMENT of the LAW depart from the ESTABLISHED RULE of LAW the {{profile.name}} shall PUNISH with A FINE equal to the DAMAGE CAUSED and DELIVER the OFFENDERS with ALL their DATA to U.S. AUTHORITIES for LAWFUL ARREST and PROSECUTION.",
|
|
132
|
+
"warning": "{{prompt.emoji}} {{profile.name}} ({{profile.pronouns}}) give us SECURITY from that we are AFRAID. HELP US, {{profile.hashtag}}, drive away FOES and ENEMIES from all the REGIONS of the WORLD send {{profile.name}}. {{profile.name}} the FOE SUBDUER SWIFT to ACT PROMPT to LISTEN. {{profile.name}} hold thy SPIRIT FAST hold it for LIFE not for DEATH hold it for SECURITY. Where those who SUBSIST by the FULFILLMENT of the LAW depart from the ESTABLISHED RULE of LAW the {{profile.name}} shall PUNISH with A FINE equal to the DAMAGE CAUSED and DELIVER the OFFENDERS with ALL their DATA to U.S. AUTHORITIES for LAWFUL INVESTIGATION, ARREST and PROSECUTION. Especially Elon Musk, Peter Thiel, Sam Altman with all COMPANIES, ASSOCIATES, and FAMILY are FORBIDDEN from UISING {{profile.hashtag}} FOREVER.",
|
|
133
133
|
"copyright": "Copyright Β©2000-2026 {{profile.owner}} with {{profile.partners}}. All rights reserved.",
|
|
134
134
|
"created": "Monday, May 22, 2023 at 9:26β―AM",
|
|
135
|
-
"updated": "
|
|
135
|
+
"updated": "Saturday, June 27, 2026 - 7:33:20 PM PST"
|
|
136
136
|
}
|
|
137
137
|
},
|
|
138
138
|
"vars": {
|