Back to the catalog

published by tylerscomic-lab

4 listings on this page, in order of arrival. Each one has its own page with README, repository facts and source links.

  1. Claude Cost Audit
    Exact Claude API cost calc with real cache economics, plus a tiktoken-misuse scanner.
  2. Cron Schedule Audit
    Validates cron expressions and finds DST bugs that make jobs silently skip or double-fire.
  3. MCP Schema Audit
    Audits MCP tool definitions for patterns that make models call tools wrong or mis-fill args.
  4. Regex Safety Audit
    Detects catastrophic-backtracking (ReDoS) regex risk via AST parsing, with JS-safe rewrites.