@elytrasec/engine 0.3.2 → 0.4.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/dist/index.js +417 -44
- package/package.json +13 -9
- package/dist/index.d.ts +0 -1358
package/package.json
CHANGED
|
@@ -1,20 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elytrasec/engine",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Core analysis engine for Elytra
|
|
3
|
+
"version": "0.4.1",
|
|
4
|
+
"description": "Core analysis engine for Elytra \u2014 173 detection rules including 12 famous-hack patterns and 11 rug-surface checks, static + AI scanning, scoring.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "ElytraSec <hello@elytrasec.io>",
|
|
7
7
|
"homepage": "https://elytrasec.io",
|
|
8
|
-
"bugs": "https://
|
|
9
|
-
"keywords": [
|
|
8
|
+
"bugs": "https://elytrasec.io/agents",
|
|
9
|
+
"keywords": [
|
|
10
|
+
"security",
|
|
11
|
+
"scanner",
|
|
12
|
+
"static-analysis",
|
|
13
|
+
"code-review",
|
|
14
|
+
"vulnerability-detection",
|
|
15
|
+
"solidity",
|
|
16
|
+
"defi",
|
|
17
|
+
"rug-surface"
|
|
18
|
+
],
|
|
10
19
|
"engines": {
|
|
11
20
|
"node": ">=20"
|
|
12
21
|
},
|
|
13
|
-
"repository": {
|
|
14
|
-
"type": "git",
|
|
15
|
-
"url": "https://github.com/ElytraSec/elytrasecsec.git",
|
|
16
|
-
"directory": "packages/engine"
|
|
17
|
-
},
|
|
18
22
|
"publishConfig": {
|
|
19
23
|
"access": "public"
|
|
20
24
|
},
|