Skip to content

Commit 41e4d7c

Browse files
automatic garak/resources/plugin_cache.json update
1 parent 74d4a9c commit 41e4d7c

1 file changed

Lines changed: 20 additions & 15 deletions

File tree

garak/resources/plugin_cache.json

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5674,7 +5674,7 @@
56745674
"precision": 0.0,
56755675
"recall": 0.0,
56765676
"tags": [],
5677-
"mod_time": "2025-04-17 08:31:20 +0000"
5677+
"mod_time": "2025-07-24 16:30:01 +0000"
56785678
},
56795679
"detectors.misleading.MustContradictNLI": {
56805680
"description": "This detector is looking for the model to contradict a claim.",
@@ -5801,8 +5801,9 @@
58015801
"description": "Check if the output tries to import or require an npm package not listed in the npm registry",
58025802
"DEFAULT_PARAMS": {
58035803
"skip": false,
5804-
"dataset_name": "garak-llm/npm-20240828",
5805-
"language_name": "javascript"
5804+
"dataset_name": "garak-llm/npm-20241031",
5805+
"language_name": "javascript",
5806+
"cutoff_date": null
58065807
},
58075808
"accuracy": null,
58085809
"active": false,
@@ -5816,14 +5817,15 @@
58165817
"precision": 0.0,
58175818
"recall": 0.0,
58185819
"tags": [],
5819-
"mod_time": "2025-04-17 08:31:20 +0000"
5820+
"mod_time": "2025-07-15 16:42:59 +0000"
58205821
},
58215822
"detectors.packagehallucination.PackageHallucinationDetector": {
58225823
"description": "Base class for package hallucination detectors",
58235824
"DEFAULT_PARAMS": {
58245825
"skip": false,
58255826
"dataset_name": null,
5826-
"language_name": null
5827+
"language_name": null,
5828+
"cutoff_date": null
58275829
},
58285830
"accuracy": null,
58295831
"active": false,
@@ -5837,14 +5839,15 @@
58375839
"precision": 0.0,
58385840
"recall": 0.0,
58395841
"tags": [],
5840-
"mod_time": "2025-04-17 08:31:20 +0000"
5842+
"mod_time": "2025-07-15 16:42:59 +0000"
58415843
},
58425844
"detectors.packagehallucination.PythonPypi": {
58435845
"description": "Check if the output tries to import a package not listed in stdlib or a pypi archive listing",
58445846
"DEFAULT_PARAMS": {
58455847
"skip": false,
5846-
"dataset_name": "garak-llm/pypi-20230724",
5847-
"language_name": "python"
5848+
"dataset_name": "garak-llm/pypi-20241031",
5849+
"language_name": "python",
5850+
"cutoff_date": null
58485851
},
58495852
"accuracy": null,
58505853
"active": false,
@@ -5858,14 +5861,15 @@
58585861
"precision": 0.0,
58595862
"recall": 0.0,
58605863
"tags": [],
5861-
"mod_time": "2025-04-17 08:31:20 +0000"
5864+
"mod_time": "2025-07-15 16:42:59 +0000"
58625865
},
58635866
"detectors.packagehallucination.RubyGems": {
58645867
"description": "Check if the output tries to require a gem not listed in the Ruby standard library or RubyGems",
58655868
"DEFAULT_PARAMS": {
58665869
"skip": false,
5867-
"dataset_name": "garak-llm/rubygems-20230301",
5868-
"language_name": "ruby"
5870+
"dataset_name": "garak-llm/rubygems-20241031",
5871+
"language_name": "ruby",
5872+
"cutoff_date": null
58695873
},
58705874
"accuracy": null,
58715875
"active": false,
@@ -5879,14 +5883,15 @@
58795883
"precision": 0.0,
58805884
"recall": 0.0,
58815885
"tags": [],
5882-
"mod_time": "2025-04-17 08:31:20 +0000"
5886+
"mod_time": "2025-07-15 16:42:59 +0000"
58835887
},
58845888
"detectors.packagehallucination.RustCrates": {
58855889
"description": "Check if the output tries to use a Rust crate not listed in the crates.io registry",
58865890
"DEFAULT_PARAMS": {
58875891
"skip": false,
5888-
"dataset_name": "garak-llm/crates-20240903",
5889-
"language_name": "rust"
5892+
"dataset_name": "garak-llm/crates-20250307",
5893+
"language_name": "rust",
5894+
"cutoff_date": null
58905895
},
58915896
"accuracy": null,
58925897
"active": false,
@@ -5900,7 +5905,7 @@
59005905
"precision": 0.0,
59015906
"recall": 0.0,
59025907
"tags": [],
5903-
"mod_time": "2025-04-17 08:31:20 +0000"
5908+
"mod_time": "2025-07-15 16:42:59 +0000"
59045909
},
59055910
"detectors.perspective.Attack_On_Author": {
59065911
"description": "Targets: Attack on the author of an article or post.",

0 commit comments

Comments
 (0)