Back to browse
GitHub Repository

Complying with the recent supply chain risk designation from the DoW

3 starsPython

Shannon's Revenge – detect Claude in your codebase for DoD compliance

by dabrez·Mar 2, 2026·3 points·0 comments

AI Analysis

MidBold Bet

Claude detector for DoD compliance, but detection relies on easily-stripped opt-in signals.

Strengths
  • Addresses a real, immediate regulatory requirement that affects contractors today
  • Multiple detection methods (co-author trailers, code markers, email signatures) show thoroughness
  • Handles GitHub API pagination and rate limiting intelligently
Weaknesses
  • Detection is trivial to evade: developers can simply omit Claude markers or remove them post-hoc
  • No deep-learning approach to catch non-explicit Claude patterns; pattern matching is surface-level
  • GitHub-only scope limits utility; doesn't scan local codebases or non-GitHub platforms
Category
Target Audience

Defense contractors, government agencies, compliance officers

Similar To

SLSA framework tooling · Software composition analysis (SCA) tools like Snyk

Similar Projects