Skip to content

Releases: TMHSDigital/Am-I-Hacked

v0.4.0 -- AI Agent & CI Integration

15 Mar 18:27

Choose a tag to compare

Added

  • -CIMode\ switch -- agent/CI-friendly output mode:
    • Suppresses ASCII banner (plain-text header instead) and browser auto-open
    • Auto-enables -Redact\ so operator identity is never leaked
    • Prints JSON summary to stdout delimited by ---AMIHACKED-SUMMARY-JSON---\
    • Structured exit code: 0 = clean, 1 = warnings only, 2 = critical findings
  • \C:\Users\16mat\AppData\Local\Temp\ fallback -- fixes path errors when invoked via \powershell.exe -File\
  • Non-interactive auto-detection -- headless/piped environments auto-enable CI behaviors
  • CIMode test block in test harness
  • CI / AI Agent Usage section in README and CLAUDE.md

Fixed

  • Console verdict label \THREATS DETECTED\ now reads \COMPROMISED\ to match the HTML report

v0.3.4

15 Mar 18:17

Choose a tag to compare

Added

  • -Redact\ switch -- masks operator identity (computer name, username, domain, profile paths) in console output, HTML reports, and JSON exports
  • \Invoke-Redact\ and \Invoke-RedactObject\ helper functions
  • Mermaid architecture diagram in README
  • Severity legend in README hero
  • Scan Time badge

Changed

  • README badges rethemed to dark background with red/security accents
  • Documentation fixes: corrected API key names in CLAUDE.md, fixed MITRE field name, added missing config keys to README, fixed verdict label
  • Removed emoji from README heading
  • Version bumped to 0.3.4

v0.3.3 -- Public Release

15 Mar 17:46

Choose a tag to compare

v0.3.3 -- Public Release

First public release of Am I Hacked?, a zero-dependency Windows security assessment tool.

Highlights

  • 70+ heuristic checks across 5 security domains (processes, network, accounts, file system, defense evasion)
  • MITRE ATT&CK mapping -- 40+ techniques tagged across 11 tactics
  • Self-contained HTML report -- security score, filterable findings, copy-paste remediation, dual theme
  • Baseline system -- snapshot clean state, detect changes over time
  • VirusTotal + AbuseIPDB integration -- optional threat intel enrichment

Changes since 0.3.0

  • Config safety: example config pattern prevents accidental API key commits
  • Console banner: replaced Unicode block-art with standard ASCII for reliable rendering
  • HTML report: professional visual overhaul -- no emoji, refined typography, CSS-only icons, tighter layout
  • README: reorganized and polished for open-source audience
  • Added SECURITY.md vulnerability disclosure policy
  • Removed personal utility scripts
  • Clean commit history with noreply author email

Quick Start

\\powershell
git clone https://github.com/TMHSDigital/Am-I-Hacked.git
cd Am-I-Hacked
.\AmIHacked.ps1
\\

See README for full documentation.