@orionscanner/cli 0.1.1 → 0.5.2

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.md CHANGED
@@ -10,8 +10,8 @@
10
10
  </p>
11
11
 
12
12
  <p align="center">
13
- <a href="https://www.npmjs.com/package/@orionscanner/cli"><img src="https://img.shields.io/badge/npm-v0.1.0-cb3837?logo=npm" alt="npm" /></a>
14
- <img src="https://img.shields.io/badge/version-0.1.0-blue.svg" alt="Version 0.1.0" />
13
+ <a href="https://www.npmjs.com/package/@orionscanner/cli"><img src="https://img.shields.io/badge/npm-v0.5.1-cb3837?logo=npm" alt="npm" /></a>
14
+ <img src="https://img.shields.io/badge/version-0.5.1-blue.svg" alt="Version 0.5.1" />
15
15
  <img src="https://img.shields.io/badge/security-In--House%20Core-emerald.svg" alt="Security" />
16
16
  <img src="https://img.shields.io/badge/platform-Windows%20%7C%20macOS%20%7C%20Linux-lightgrey.svg" alt="Platform" />
17
17
  </p>
@@ -109,7 +109,10 @@ Every scan generates self-contained executive intelligence reports in `ORION SCA
109
109
  - **Machine-Readable JSON**: Complete structured finding metadata with CWE mappings and confidence scores.
110
110
 
111
111
  ### 🎯 High-Precision Signal, Zero Fluff
112
- Orion uses cross-engine correlation and false-positive suppression to eliminate noise, delivering actionable findings you can trust.
112
+ Orion suppresses duplicate/generated-file noise, learns from your `.orion-feedback.json` corrections, and honors inline `# orion:ignore` comments — delivering actionable findings you can trust.
113
+
114
+ ### 🤖 Optional AI Verification (Bring Your Own Key)
115
+ For an extra layer of confirmation on top of the fully offline static engines, Orion can optionally send its highest-severity findings to an LLM for a second opinion — using **your own API key** for Anthropic, OpenAI, DeepSeek, Grok, OpenRouter, or NVIDIA. This is opt-in and disabled by default; without a key and explicit network permission, Orion runs entirely offline as always.
113
116
 
114
117
  ---
115
118
 
Binary file
package/bin/orion.js CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
- * Orion Security Suite - Protected Standalone Binary Wrapper (v0.1.1)
3
+ * Orion Security Suite - Protected Standalone Binary Wrapper (v0.5.2)
4
4
  * 100% In-House Code Intelligence & SAST Platform
5
5
  * (Zero Python Source Code Distributed)
6
6
  */
package/dist/orion.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,46 +1,46 @@
1
- {
2
- "name": "@orionscanner/cli",
3
- "version": "0.1.1",
4
- "description": "Orion Security Suite - Proprietary In-House Code Intelligence, SAST & Architecture Auditing Platform",
5
- "main": "bin/orion.js",
6
- "bin": {
7
- "orion": "bin/orion.js",
8
- "orion-engine": "bin/orion.js",
9
- "orion-cli": "bin/orion.js"
10
- },
11
- "scripts": {
12
- "start": "node bin/orion.js",
13
- "orion": "node bin/orion.js"
14
- },
15
- "keywords": [
16
- "orion",
17
- "security",
18
- "sast",
19
- "code-audit",
20
- "static-analysis",
21
- "taint-analysis",
22
- "code-quality",
23
- "threat-modeling",
24
- "privacy-shield",
25
- "architecture"
26
- ],
27
- "author": "Chandra Hotha",
28
- "license": "UNLICENSED",
29
- "engines": {
30
- "node": ">=16.0.0"
31
- },
32
- "repository": {
33
- "type": "git",
34
- "url": "git+https://github.com/chandrahotha/OrionEngine.git"
35
- },
36
- "bugs": {
37
- "url": "https://github.com/chandrahotha/OrionEngine/issues"
38
- },
39
- "homepage": "https://github.com/chandrahotha/OrionEngine#readme",
40
- "files": [
41
- "bin/",
42
- "dist/",
43
- "assets/",
44
- "README.md"
45
- ]
46
- }
1
+ {
2
+ "name": "@orionscanner/cli",
3
+ "version": "0.5.2",
4
+ "description": "Orion Security Suite - Proprietary In-House Code Intelligence, SAST & Architecture Auditing Platform",
5
+ "main": "bin/orion.js",
6
+ "bin": {
7
+ "orion": "bin/orion.js",
8
+ "orion-engine": "bin/orion.js",
9
+ "orion-cli": "bin/orion.js"
10
+ },
11
+ "scripts": {
12
+ "start": "node bin/orion.js",
13
+ "orion": "node bin/orion.js"
14
+ },
15
+ "keywords": [
16
+ "orion",
17
+ "security",
18
+ "sast",
19
+ "code-audit",
20
+ "static-analysis",
21
+ "taint-analysis",
22
+ "code-quality",
23
+ "threat-modeling",
24
+ "privacy-shield",
25
+ "architecture"
26
+ ],
27
+ "author": "Chandra Hotha",
28
+ "license": "UNLICENSED",
29
+ "engines": {
30
+ "node": ">=16.0.0"
31
+ },
32
+ "repository": {
33
+ "type": "git",
34
+ "url": "git+https://github.com/chandrahotha/OrionEngine.git"
35
+ },
36
+ "bugs": {
37
+ "url": "https://github.com/chandrahotha/OrionEngine/issues"
38
+ },
39
+ "homepage": "https://github.com/chandrahotha/OrionEngine#readme",
40
+ "files": [
41
+ "bin/",
42
+ "dist/",
43
+ "assets/",
44
+ "README.md"
45
+ ]
46
+ }