.pre-commit-hooks.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
assets/logo.svg
examples/README.md
examples/clean-doc.md
examples/messy-conversion.md
examples/poisoned-contract.md
mdgoat/__init__.py
mdgoat/__main__.py
mdgoat/canary.py
mdgoat/cleaner.py
mdgoat/cli.py
mdgoat/cost.py
mdgoat/differ.py
mdgoat/models.py
mdgoat/py.typed
mdgoat/report.py
mdgoat/rules.py
mdgoat/scanner.py
mdgoat/scoring.py
mdgoat.egg-info/PKG-INFO
mdgoat.egg-info/SOURCES.txt
mdgoat.egg-info/dependency_links.txt
mdgoat.egg-info/entry_points.txt
mdgoat.egg-info/requires.txt
mdgoat.egg-info/top_level.txt
mdgoat/detectors/__init__.py
mdgoat/detectors/artifacts.py
mdgoat/detectors/efficiency.py
mdgoat/detectors/security.py
mdgoat/detectors/structure.py
tests/test_artifacts.py
tests/test_canary.py
tests/test_cleaner.py
tests/test_cli.py
tests/test_cost.py
tests/test_differ.py
tests/test_scoring.py
tests/test_security.py
tests/test_structure.py