CoI Hub automatically scans each mod's code and lists what it does below.
These capabilities can have legitimate uses, but caution is advised,
especially with mods from authors you don't already trust.
Severity legend:
Info standard / expected
Notable worth knowing
Concerning think twice
-
Accesses filesystem
- This mod reads or writes files outside the mod's own directory. Could be for legitimate save-game integration or for reading/writing arbitrary user files.
-
Uses reflection by name
- This mod looks up types and methods by string name at runtime. Common in libraries like JSON serializers; also a way to hide which APIs the mod actually calls.