muaddib-scanner 2.11.168 → 2.11.169

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "muaddib-scanner",
3
- "version": "2.11.168",
3
+ "version": "2.11.169",
4
4
  "description": "Supply-chain threat detection & response for npm & PyPI/Python",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "target": "node_modules",
3
- "timestamp": "2026-07-11T21:48:05.101Z",
3
+ "timestamp": "2026-07-13T15:38:17.450Z",
4
4
  "threats": [
5
5
  {
6
6
  "type": "string_mutation_obfuscation",
@@ -29,8 +29,9 @@
29
29
  * into those dirs and reads only an 8 KB prefix per file, so it catches a multi-MB carrier
30
30
  * regardless of the 10 MB parse cap.
31
31
  *
32
- * FP≈0: minified/bundled `dist/*.js` is still printable text (no NUL, no leading control
33
- * byte) — only genuinely binary content trips it. Severity HIGH (not single-fire): on its
32
+ * FP≈0: minified/bundled `dist/*.js` is still printable text (low control-byte ratio, no leading
33
+ * control byte); a lone NUL delimiter is tolerated — only dense binary content trips it. Severity
34
+ * HIGH (not single-fire): on its
34
35
  * own it does not cross the alert threshold; it stacks with the install-hook signal, which
35
36
  * the COMPOUND-020 `install_native_drop_exec` correlator escalates to CRITICAL.
36
37
  */
Binary file
package/stats.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "_comment": "GENERATED by scripts/collect-stats.js — do not edit by hand. Run `npm run docs:stats`.",
3
- "version": "2.11.168",
3
+ "version": "2.11.169",
4
4
  "scanners": 22,
5
5
  "rulesTotal": 277,
6
6
  "rulesCore": 272,