Auto Context Manager

PassAudited by ClawScan on Feb 14, 2026.

Overview

The skill's code, README, and runtime instructions are internally consistent with its stated purpose (local project-context detection) and it only reads/writes a small config directory in the user's home; nothing in the bundle indicates network exfiltration or unrelated privilege requests.

This skill appears to do what it says: local, keyword-based project detection and simple context switching saved to ~/.auto-context/. Before installing, consider: (1) inspect the projects.json after first run and remove or rename any test projects created by the included demo/tests; (2) if you won't use vector semantics, you can ignore or remove the chromadb dependency in requirements.txt; (3) review the repo yourself (it's short and readable) if you want to be fully confident—the code performs only local file I/O and string matching and does not contact external services or read other system secrets.