@blamejs/exceptd-skills 0.16.17 → 0.16.18

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.
@@ -3,9 +3,9 @@
3
3
  "schema_version": "1.0.0",
4
4
  "tokenizer_note": "Character-density approximation: 1 token ≈ 4 chars. This is the canonical rule-of-thumb for OpenAI tokenizers on English+technical text. Claude's tokenizer is typically more efficient on prose; treat this as an upper-bound budget for both. Consumers with stricter precision needs should re-tokenize with their own tokenizer.",
5
5
  "approx_chars_per_token": 4,
6
- "total_chars": 1728352,
7
- "total_approx_tokens": 432091,
8
- "skill_count": 49
6
+ "total_chars": 1736061,
7
+ "total_approx_tokens": 434018,
8
+ "skill_count": 50
9
9
  },
10
10
  "skills": {
11
11
  "kernel-lpe-triage": {
@@ -2852,6 +2852,56 @@
2852
2852
  "approx_tokens": 211
2853
2853
  }
2854
2854
  }
2855
+ },
2856
+ "log-injection-telemetry": {
2857
+ "path": "skills/log-injection-telemetry/skill.md",
2858
+ "bytes": 7725,
2859
+ "chars": 7709,
2860
+ "lines": 81,
2861
+ "approx_tokens": 1927,
2862
+ "approx_chars_per_token": 4,
2863
+ "sections": {
2864
+ "threat-context": {
2865
+ "bytes": 881,
2866
+ "chars": 877,
2867
+ "approx_tokens": 219
2868
+ },
2869
+ "framework-lag-declaration": {
2870
+ "bytes": 823,
2871
+ "chars": 823,
2872
+ "approx_tokens": 206
2873
+ },
2874
+ "ttp-mapping": {
2875
+ "bytes": 765,
2876
+ "chars": 759,
2877
+ "approx_tokens": 190
2878
+ },
2879
+ "exploit-availability-matrix": {
2880
+ "bytes": 730,
2881
+ "chars": 728,
2882
+ "approx_tokens": 182
2883
+ },
2884
+ "analysis-procedure": {
2885
+ "bytes": 911,
2886
+ "chars": 909,
2887
+ "approx_tokens": 227
2888
+ },
2889
+ "output-format": {
2890
+ "bytes": 836,
2891
+ "chars": 836,
2892
+ "approx_tokens": 209
2893
+ },
2894
+ "compliance-theater-check": {
2895
+ "bytes": 740,
2896
+ "chars": 740,
2897
+ "approx_tokens": 185
2898
+ },
2899
+ "defensive-countermeasure-mapping": {
2900
+ "bytes": 848,
2901
+ "chars": 848,
2902
+ "approx_tokens": 212
2903
+ }
2904
+ }
2855
2905
  }
2856
2906
  }
2857
2907
  }
@@ -1976,5 +1976,50 @@
1976
1976
  ],
1977
1977
  "input amplification": [
1978
1978
  "decompression-dos"
1979
+ ],
1980
+ "log injection": [
1981
+ "log-injection-telemetry"
1982
+ ],
1983
+ "crlf injection": [
1984
+ "log-injection-telemetry"
1985
+ ],
1986
+ "log forging": [
1987
+ "log-injection-telemetry"
1988
+ ],
1989
+ "telemetry integrity": [
1990
+ "log-injection-telemetry"
1991
+ ],
1992
+ "secrets in logs": [
1993
+ "log-injection-telemetry"
1994
+ ],
1995
+ "log redaction": [
1996
+ "log-injection-telemetry"
1997
+ ],
1998
+ "metrics endpoint exposure": [
1999
+ "log-injection-telemetry"
2000
+ ],
2001
+ "prometheus exposure": [
2002
+ "log-injection-telemetry"
2003
+ ],
2004
+ "otlp exporter": [
2005
+ "log-injection-telemetry"
2006
+ ],
2007
+ "cloudwatch": [
2008
+ "log-injection-telemetry"
2009
+ ],
2010
+ "webhook sink": [
2011
+ "log-injection-telemetry"
2012
+ ],
2013
+ "exporter ssrf": [
2014
+ "log-injection-telemetry"
2015
+ ],
2016
+ "observability security": [
2017
+ "log-injection-telemetry"
2018
+ ],
2019
+ "log sink": [
2020
+ "log-injection-telemetry"
2021
+ ],
2022
+ "telemetry exfiltration": [
2023
+ "log-injection-telemetry"
1979
2024
  ]
1980
2025
  }
@@ -79,6 +79,7 @@
79
79
  "CWE-918": [
80
80
  "api-security",
81
81
  "attack-surface-pentest",
82
+ "log-injection-telemetry",
82
83
  "mcp-agent-trust",
83
84
  "network-trust",
84
85
  "sector-telecom",
@@ -140,6 +141,7 @@
140
141
  "api-security",
141
142
  "cloud-security",
142
143
  "dlp-gap-analysis",
144
+ "log-injection-telemetry",
143
145
  "sector-healthcare",
144
146
  "vc-wallet-trust",
145
147
  "webapp-security"
@@ -270,6 +272,12 @@
270
272
  ],
271
273
  "CWE-834": [
272
274
  "decompression-dos"
275
+ ],
276
+ "CWE-117": [
277
+ "log-injection-telemetry"
278
+ ],
279
+ "CWE-532": [
280
+ "log-injection-telemetry"
273
281
  ]
274
282
  },
275
283
  "d3fend_refs": {
@@ -395,6 +403,7 @@
395
403
  "audit-log-integrity",
396
404
  "decompression-dos",
397
405
  "kernel-lpe-triage",
406
+ "log-injection-telemetry",
398
407
  "mail-server-hardening"
399
408
  ],
400
409
  "ISO-27001-2022-A.8.8": [
@@ -640,6 +649,7 @@
640
649
  ],
641
650
  "AU-ISM-1556": [
642
651
  "decompression-dos",
652
+ "log-injection-telemetry",
643
653
  "multitenancy-isolation",
644
654
  "sector-telecom",
645
655
  "self-update-integrity"
@@ -728,6 +738,7 @@
728
738
  "NIS2-Art21-network-security": [
729
739
  "audit-log-integrity",
730
740
  "decompression-dos",
741
+ "log-injection-telemetry",
731
742
  "mail-server-hardening",
732
743
  "multitenancy-isolation",
733
744
  "network-trust",
@@ -738,12 +749,14 @@
738
749
  ],
739
750
  "UK-CAF-B4": [
740
751
  "decompression-dos",
752
+ "log-injection-telemetry",
741
753
  "multitenancy-isolation",
742
754
  "network-trust",
743
755
  "self-update-integrity"
744
756
  ],
745
757
  "ISO-27001-2022-A.8.15": [
746
- "audit-log-integrity"
758
+ "audit-log-integrity",
759
+ "log-injection-telemetry"
747
760
  ],
748
761
  "NIST-800-53-SR-11": [
749
762
  "self-update-integrity"
@@ -913,11 +926,13 @@
913
926
  "T1530": [
914
927
  "cloud-security",
915
928
  "dlp-gap-analysis",
929
+ "log-injection-telemetry",
916
930
  "multitenancy-isolation",
917
931
  "sector-healthcare"
918
932
  ],
919
933
  "T1213": [
920
- "dlp-gap-analysis"
934
+ "dlp-gap-analysis",
935
+ "log-injection-telemetry"
921
936
  ],
922
937
  "T1041": [
923
938
  "dlp-gap-analysis",
@@ -1024,7 +1039,8 @@
1024
1039
  "audit-log-integrity"
1025
1040
  ],
1026
1041
  "T1565.001": [
1027
- "audit-log-integrity"
1042
+ "audit-log-integrity",
1043
+ "log-injection-telemetry"
1028
1044
  ],
1029
1045
  "T1562.008": [
1030
1046
  "audit-log-integrity"
@@ -535,6 +535,7 @@
535
535
  "api-security",
536
536
  "cloud-security",
537
537
  "dlp-gap-analysis",
538
+ "log-injection-telemetry",
538
539
  "sector-healthcare",
539
540
  "vc-wallet-trust",
540
541
  "webapp-security"
@@ -1912,6 +1913,7 @@
1912
1913
  "skills_referencing": [
1913
1914
  "api-security",
1914
1915
  "attack-surface-pentest",
1916
+ "log-injection-telemetry",
1915
1917
  "mcp-agent-trust",
1916
1918
  "network-trust",
1917
1919
  "sector-telecom",
@@ -3388,7 +3390,10 @@
3388
3390
  "last_verified": "2026-05-19",
3389
3391
  "notes": "Bulk-imported v0.13.18 from the canonical MITRE Top 25 + commonly-referenced-class expansion.",
3390
3392
  "_auto_imported": true,
3391
- "_intake_method": "v0.13.18-bulk-mitre-cwe-curated"
3393
+ "_intake_method": "v0.13.18-bulk-mitre-cwe-curated",
3394
+ "skills_referencing": [
3395
+ "log-injection-telemetry"
3396
+ ]
3392
3397
  },
3393
3398
  "CWE-539": {
3394
3399
  "id": "CWE-539",
@@ -4601,5 +4606,25 @@
4601
4606
  "decompression-dos"
4602
4607
  ],
4603
4608
  "evidence_cves": []
4609
+ },
4610
+ "CWE-117": {
4611
+ "id": "CWE-117",
4612
+ "name": "Improper Output Neutralization for Logs",
4613
+ "abstraction": "Base",
4614
+ "category": "Injection",
4615
+ "description": "The product does not neutralize or incorrectly neutralizes output that is written to logs. MITRE-canonical; full text at https://cwe.mitre.org/data/definitions/117.html. Backs the CRLF log-injection / log-forging class on telemetry sinks (forged or split log entries via un-sanitized control characters).",
4616
+ "top_25_rank_2024": null,
4617
+ "top_25_rank_2025": null,
4618
+ "view_memberships": [
4619
+ "CWE-1000"
4620
+ ],
4621
+ "related_attack_patterns_capec": [
4622
+ "CAPEC-93",
4623
+ "CAPEC-268"
4624
+ ],
4625
+ "skills_referencing": [
4626
+ "log-injection-telemetry"
4627
+ ],
4628
+ "evidence_cves": []
4604
4629
  }
4605
4630
  }
@@ -32,6 +32,9 @@
32
32
  "playbook_id": "framework",
33
33
  "condition": "analyze.compliance_theater_check.verdict == 'theater'"
34
34
  }
35
+ ],
36
+ "fed_by": [
37
+ "log-injection-telemetry"
35
38
  ]
36
39
  },
37
40
  "domain": {
@@ -60,6 +60,7 @@
60
60
  "kernel",
61
61
  "library-author",
62
62
  "llm-tool-use-exfil",
63
+ "log-injection-telemetry",
63
64
  "mail-server-hardening",
64
65
  "mcp",
65
66
  "multitenancy-isolation",