@lateos/npm-scan 0.11.3 → 0.11.5
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/README.de.md +4 -4
- package/README.fr.md +4 -4
- package/README.ja.md +4 -4
- package/README.md +4 -4
- package/README.zh.md +4 -4
- package/cli/cli.js +1 -1
- package/package.json +1 -1
package/README.de.md
CHANGED
|
@@ -38,7 +38,8 @@ Angreifer haben sich längst über einfaches Typosquatting hinausentwickelt. Sie
|
|
|
38
38
|
| Bekannte CVE-Übereinstimmung | ✅ | ✅ | ❌ | ✅ |
|
|
39
39
|
| Statische Analyse | ❌ | ✅ | ✅ | ✅ |
|
|
40
40
|
| Erkennung obfuskierter Payloads | ❌ | ❌ | ❌ | ✅ |
|
|
41
|
-
|
|
|
41
|
+
| AST-Level heuristische Analyse | ❌ | ❌ | ❌ | ✅ |
|
|
42
|
+
| Runtime-Verhaltenssandbox | ❌ | ❌ | ✅ | ✅ |
|
|
42
43
|
| Erkennung bedingter Auslöser (ATK-009) | ❌ | ❌ | ❌ | ✅ |
|
|
43
44
|
| Sandbox-Evasion-Erkennung (ATK-010) | ❌ | ❌ | ❌ | ✅ |
|
|
44
45
|
| Transitive Wurmverbreitung (ATK-011) | ❌ | ❌ | ❌ | ✅ |
|
|
@@ -306,10 +307,9 @@ npm-scan scan target --policy .npm-scan.yml
|
|
|
306
307
|
|
|
307
308
|
### Premium-Lizenzierung
|
|
308
309
|
|
|
309
|
-
|
|
310
|
-
# Einen Entwicklerschlüssel generieren
|
|
311
|
-
node -e "console.log(require('@lateos/npm-scan/backend/license').generateKey('premium'))"
|
|
310
|
+
Kontaktieren Sie leo@lateos.ai, um einen Premium/Enterprise-Lizenzschlüssel zu erhalten.
|
|
312
311
|
|
|
312
|
+
```bash
|
|
313
313
|
# Verwenden
|
|
314
314
|
npm-scan scan target --license-key <key>
|
|
315
315
|
npm-scan report --pdf --license-key <key>
|
package/README.fr.md
CHANGED
|
@@ -38,7 +38,8 @@ Les attaquants ont dépassé le simple typosquatting. Ils livrent désormais des
|
|
|
38
38
|
| Correspondance CVE connus | ✅ | ✅ | ❌ | ✅ |
|
|
39
39
|
| Analyse statique | ❌ | ✅ | ✅ | ✅ |
|
|
40
40
|
| Détection de charges utiles obfusquées | ❌ | ❌ | ❌ | ✅ |
|
|
41
|
-
| Analyse
|
|
41
|
+
| Analyse heuristique au niveau AST | ❌ | ❌ | ❌ | ✅ |
|
|
42
|
+
| Bac à sable comportemental runtime | ❌ | ❌ | ✅ | ✅ |
|
|
42
43
|
| Détection de déclencheurs conditionnels (ATK-009) | ❌ | ❌ | ❌ | ✅ |
|
|
43
44
|
| Détection de contournement de sandbox (ATK-010) | ❌ | ❌ | ❌ | ✅ |
|
|
44
45
|
| Propagation transitive de ver (ATK-011) | ❌ | ❌ | ❌ | ✅ |
|
|
@@ -306,10 +307,9 @@ npm-scan scan target --policy .npm-scan.yml
|
|
|
306
307
|
|
|
307
308
|
### Licence premium
|
|
308
309
|
|
|
309
|
-
|
|
310
|
-
# Générer une clé de développement
|
|
311
|
-
node -e "console.log(require('@lateos/npm-scan/backend/license').generateKey('premium'))"
|
|
310
|
+
Contactez leo@lateos.ai pour obtenir une clé de licence premium/enterprise.
|
|
312
311
|
|
|
312
|
+
```bash
|
|
313
313
|
# L'utiliser
|
|
314
314
|
npm-scan scan target --license-key <key>
|
|
315
315
|
npm-scan report --pdf --license-key <key>
|
package/README.ja.md
CHANGED
|
@@ -38,7 +38,8 @@
|
|
|
38
38
|
| 既知CVEマッチング | ✅ | ✅ | ❌ | ✅ |
|
|
39
39
|
| 静的解析 | ❌ | ✅ | ✅ | ✅ |
|
|
40
40
|
| 難読化ペイロード検出 | ❌ | ❌ | ❌ | ✅ |
|
|
41
|
-
|
|
|
41
|
+
| ASTレベル、ヒューリスティック解析 | ❌ | ❌ | ❌ | ✅ |
|
|
42
|
+
| ランタイム行動サンドボックス | ❌ | ❌ | ✅ | ✅ |
|
|
42
43
|
| 条件付きトリガー検出 (ATK-009) | ❌ | ❌ | ❌ | ✅ |
|
|
43
44
|
| サンドボックス回避検出 (ATK-010) | ❌ | ❌ | ❌ | ✅ |
|
|
44
45
|
| 推移的ワーム伝播 (ATK-011) | ❌ | ❌ | ❌ | ✅ |
|
|
@@ -302,10 +303,9 @@ npm-scan scan target --policy .npm-scan.yml
|
|
|
302
303
|
|
|
303
304
|
### プレミアムライセンス
|
|
304
305
|
|
|
305
|
-
|
|
306
|
-
# 開発用キーを生成
|
|
307
|
-
node -e "console.log(require('@lateos/npm-scan/backend/license').generateKey('premium'))"
|
|
306
|
+
leo@lateos.ai までお問い合わせいただき、高级版/エンタープライズ版ライセンスキーを取得してください。
|
|
308
307
|
|
|
308
|
+
```bash
|
|
309
309
|
# それを使用
|
|
310
310
|
npm-scan scan target --license-key <key>
|
|
311
311
|
npm-scan report --pdf --license-key <key>
|
package/README.md
CHANGED
|
@@ -37,7 +37,8 @@ Attackers have moved past simple typosquatting. They now ship **obfuscated prein
|
|
|
37
37
|
| Known CVE matching | ✅ | ✅ | ❌ | ✅ |
|
|
38
38
|
| Static analysis | ❌ | ✅ | ✅ | ✅ |
|
|
39
39
|
| Obfuscated payload detection | ❌ | ❌ | ❌ | ✅ |
|
|
40
|
-
|
|
|
40
|
+
| AST-level heuristic analysis | ❌ | ❌ | ❌ | ✅ |
|
|
41
|
+
| Runtime behavioral sandbox | ❌ | ❌ | ✅ | ✅ |
|
|
41
42
|
| Conditional trigger detection (ATK-009) | ❌ | ❌ | ❌ | ✅ |
|
|
42
43
|
| Sandbox evasion detection (ATK-010) | ❌ | ❌ | ❌ | ✅ |
|
|
43
44
|
| Transitive worm propagation (ATK-011) | ❌ | ❌ | ❌ | ✅ |
|
|
@@ -343,10 +344,9 @@ npm-scan scan target --policy .npm-scan.yml
|
|
|
343
344
|
|
|
344
345
|
### Premium licensing
|
|
345
346
|
|
|
346
|
-
|
|
347
|
-
# Generate a development key
|
|
348
|
-
node -e "console.log(require('@lateos/npm-scan/backend/license').generateKey('premium'))"
|
|
347
|
+
Contact leo@lateos.ai for a premium/enterprise license key.
|
|
349
348
|
|
|
349
|
+
```bash
|
|
350
350
|
# Use it
|
|
351
351
|
npm-scan scan target --license-key <key>
|
|
352
352
|
npm-scan report --pdf --license-key <key>
|
package/README.zh.md
CHANGED
|
@@ -38,7 +38,8 @@
|
|
|
38
38
|
| 已知 CVE 匹配 | ✅ | ✅ | ❌ | ✅ |
|
|
39
39
|
| 静态分析 | ❌ | ✅ | ✅ | ✅ |
|
|
40
40
|
| 混淆载荷检测 | ❌ | ❌ | ❌ | ✅ |
|
|
41
|
-
|
|
|
41
|
+
| AST 级启发式分析 | ❌ | ❌ | ❌ | ✅ |
|
|
42
|
+
| 运行时行为沙箱 | ❌ | ❌ | ✅ | ✅ |
|
|
42
43
|
| 条件触发器检测 (ATK-009) | ❌ | ❌ | ❌ | ✅ |
|
|
43
44
|
| 沙箱逃逸检测 (ATK-010) | ❌ | ❌ | ❌ | ✅ |
|
|
44
45
|
| 传递性蠕虫传播 (ATK-011) | ❌ | ❌ | ❌ | ✅ |
|
|
@@ -306,10 +307,9 @@ npm-scan scan target --policy .npm-scan.yml
|
|
|
306
307
|
|
|
307
308
|
### 高级版许可
|
|
308
309
|
|
|
309
|
-
|
|
310
|
-
# 生成开发密钥
|
|
311
|
-
node -e "console.log(require('@lateos/npm-scan/backend/license').generateKey('premium'))"
|
|
310
|
+
请联系 leo@lateos.ai 获取高级版/企业版许可密钥。
|
|
312
311
|
|
|
312
|
+
```bash
|
|
313
313
|
# 使用它
|
|
314
314
|
npm-scan scan target --license-key <key>
|
|
315
315
|
npm-scan report --pdf --license-key <key>
|
package/cli/cli.js
CHANGED
|
@@ -7,7 +7,7 @@ function requirePremium(feature, licenseKey) {
|
|
|
7
7
|
if (!isFeatureEnabled(feature, licenseKey)) {
|
|
8
8
|
console.error(`Error: "${feature}" requires a premium license key.`);
|
|
9
9
|
console.error(` Pass --license-key <key> or set NPM_SCAN_LICENSE_KEY env var.`);
|
|
10
|
-
console.error(`
|
|
10
|
+
console.error(` Contact leo@lateos.ai for a premium license.`);
|
|
11
11
|
process.exit(1);
|
|
12
12
|
}
|
|
13
13
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lateos/npm-scan",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.5",
|
|
4
4
|
"description": "Modern npm supply chain security scanner — detects obfuscated payloads, credential stealers, conditional triggers, sandbox evasion, and worm-like propagation. 11 attack types, SBOM, NIST/EU CRA compliance reporting.",
|
|
5
5
|
"main": "backend/index.js",
|
|
6
6
|
"bin": {
|