~/tags $ grep -l '#security' _posts/*
// #security
2 posts tagged.
Auditing a Homelab With AI Agents: Personas, Four Waves, and an Adversarial Verifier
The architecture of a security-review system built from AI agent personas: a read-only auditor with a hard constraint list, a four-wave pipeline where each wave answers a question the previous one cannot, a checklist ...
Two PowerShell Scripts for Windows Maintenance: Patch Everything and Scan Every Disk in Parallel
Two small scripts I use to keep a Windows machine patched and scanned. One updates every installed application with winget and prints a verified per-package summary. The other runs a Microsoft Defender full scan acros...