Skip to content

Commit 8e1f01a

Browse files
committed
add malicious loose file to blacklist
1 parent 5c3237b commit 8e1f01a

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

docs/release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* SMAPI now uses [automated and attested builds](https://www.patreon.com/posts/automated-builds-148417912) (thanks to DecidedlyHuman)!
77
_This improves the security and transparency of SMAPI builds. Every step to build SMAPI from the public source code is now public and verifiable, with file signatures to let players and tools confirm the build hasn't been tampered with._
88
* SMAPI can now detect known malicious loose files in the `Mods` folder.
9+
* Updated internal mod blacklist.
910

1011
## 4.4.0
1112
Released 10 January 2026 for Stardew Valley 1.6.14 or later. See [release highlights](https://www.patreon.com/posts/147916705).

src/SMAPI.Web/wwwroot/SMAPI.blacklist.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,11 @@
2121
* If any file in a folder matches an entry, the entire folder is considered malicious.
2222
*/
2323
"LooseFileBlacklist": [
24+
// 2026-01: 'Alchemistry' (ModDrop:1731397, malicious reupload of legit mod)
25+
{
26+
"Name": "Auto_Alchemistry.bat",
27+
"Hash": "8b749727775689a05cc92ab4d624ab8b",
28+
"Message": "It downloads malicious code from a remote server and runs it on your computer. SMAPI refused to load the mod, but you should delete the mod containing this file and run a complete anti-malware scan of your computer now to be safe."
29+
}
2430
]
2531
}

0 commit comments

Comments
 (0)