@runsec/mcp 1.0.27 → 1.0.28

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.
@@ -18,4 +18,4 @@ rules:
18
18
  - pattern: child_process.exec($X, ...)
19
19
  ```
20
20
 
21
- Map to MITRE **T1059.007** (JavaScript) / **T1204** where applicable; combine with `server/cognitive_engine.py` to downgrade confidence when matches are constant-only.
21
+ Map to MITRE **T1059.007** (JavaScript) / **T1204** where applicable; combine with RunSec cognitive scoring in the Hub pipeline when matches are constant-only.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runsec/mcp",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",