Skip to content

feat(csharp): add C# analyzer support - #485

Merged
duriantaco merged 3 commits into
mainfrom
feat/csharp-language
May 23, 2026
Merged

duriantaco merged 3 commits into
mainfrom
feat/csharp-language

Conversation

@duriantaco

Copy link
Copy Markdown
Owner

Summary

  • add a C# language visitor with symbol extraction, private-method dead-code support, and selected security sink detection
  • wire .cs discovery into analyzer summaries, deep-audit candidates, polyglot audit signals, and benchmark language support
  • update CLI/README language support plus the generated repo map

Validation

  • pytest -q test/test_csharp_security.py test/test_analyzer.py::TestAnalyze test/test_security_benchmark.py test/test_dead_code_benchmark.py test/test_audit_candidates.py test/test_audit_processor.py test/test_audit_ci.py test/test_audit_export.py
  • python scripts/build_repo_map.py --check
  • git diff --check
  • staged Skylos gate passed during commit
  • push parity check passed: 32 passed, 27 deselected

Notes

  • no new rule IDs were introduced; C# findings reuse existing SKY-D rule IDs
  • scripts/check_rule_docs_parity.py still fails on existing catalog/docs drift unrelated to this branch

@duriantaco
duriantaco merged commit 1422f41 into main May 23, 2026
11 checks passed
@duriantaco
duriantaco deleted the feat/csharp-language branch May 23, 2026 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant