Asi mitm
Track and summarize man-in-the-middle mentions across local corpora and history; use for MITM audits, searches, and reporting.
install
source · Clone the upstream repo
git clone https://github.com/plurigrid/asi
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/plurigrid/asi "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/asi/skills/mitm" ~/.claude/skills/plurigrid-asi-mitm && rm -rf "$T"
manifest:
plugins/asi/skills/mitm/SKILL.mdsource content
MITM Audit Skill
Use this skill to report MITM mentions across local history and corpora and to keep a snapshot of hit lists.
When to use
- The user asks for MITM mention counts or audits.
- The user asks to refresh or summarize MITM hit lists.
Stored references
- references/mitm_tally.md
- references/mitm_history_lines.txt
- references/mitm_ies_docs_hits.txt
- references/mitm_ies_code_hits.txt
- references/mitm_codex_hits.txt
- references/mitm_codex_code_hits.txt
- references/mitm_topos_hits.txt
- references/mitm_topos_code_hits.txt
Workflow
- Start with the latest tally in references/mitm_tally.md.
- Use the hit list files to locate file paths and line numbers when the user asks for detail.
- If asked to refresh, regenerate the hit lists and update references/mitm_tally.md and the list files.