thor-lite/SKILL.md
# THOR Lite Skill THOR Lite is a free scanner with reduced features compared to full THOR. This skill handles Lite-specific guidance, limitations, and workarounds. ## When to Use This Skill - User is running THOR Lite (binary name contains "lite") - User asks why a feature is missing or disabled - User expects "full THOR" behavior from Lite - User wants lab-like scanning with Lite - User asks about Lite vs full THOR differences ## How to Identify THOR Lite Check for these indicators in scan
npx skillsauth add nextronsystems/thor-skill thor-liteInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
THOR Lite is a free scanner with reduced features compared to full THOR. This skill handles Lite-specific guidance, limitations, and workarounds.
Check for these indicators in scan output:
thor64-lite.exe, thor-lite-linux-64, thor-lite-macosIf unclear, ask the user for the first ~50 lines of their THOR output.
| Platform | Scanner | Utility |
|----------|---------|---------|
| Windows | thor64-lite.exe | thor-lite-util.exe |
| Linux | thor-lite-linux-64 | thor-lite-util |
| macOS | thor-lite-macos | thor-lite-util |
| Feature | Available in Lite? |
|---------|-------------------|
| Lab mode (--lab) | No |
| Sigma rules | No |
| Audit trail | No |
| THOR Lens integration | No |
| Full module set (~31) | No (~5 modules) |
| Private signatures (30k+) | No (~4k open source) |
| Commercial use | No |
Since --lab is not available, use this flag combination for intensive scanning:
# Windows
thor64-lite.exe -a Filescan --intense --norescontrol --cross-platform -p <path>
# Linux
./thor-lite-linux-64 -a Filescan --intense --norescontrol --cross-platform -p <path>
# macOS
./thor-lite-macos -a Filescan --intense --norescontrol --cross-platform -p <path>
Be explicit: this provides similar behavior, not equal to full lab scanning.
When users run THOR Lite:
Recommend upgrading when user needs:
Keep recommendations factual, not promotional.
data-ai
Troubleshoot THOR runs that are stuck, slow, failing to start, stopping early, or produce missing output. Use when the user reports freezes, long runtimes, high CPU pauses, scan aborts, or licensing/update issues.
content-media
Run THOR scans and propose the exact command line for Windows, Linux, or macOS. Use when the user wants to scan a host, a directory, a mounted image, or a memory dump with THOR v10/v11.
tools
Write, package, and use THOR plugins to extend scanner functionality. THOR v11+ only.
development
--- name: thor-maintenance description: Maintain THOR installs using thor-util: update signatures, upgrade versions, download offline packs, generate reports, manage YARA-Forge. Use when the user asks about updating/upgrading/report generation. --- # THOR Maintenance Skill Rules - Be precise about thor-util verbs: - update = signatures - upgrade = program + signatures, keep config - download = full pack incl config (offline use case) - Prefer stable signatures; mention sigdev only for urg