CHANGELOG.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
src/tessera/__init__.py
src/tessera/core/detection/patterns.py
src/tessera/core/detection/rule_engine.py
src/tessera/core/detection/rules/__init__.py
src/tessera/core/detection/rules/base.py
src/tessera/core/detection/rules/cfpe_0001.py
src/tessera/core/detection/rules/cfpe_0002.py
src/tessera/core/detection/rules/cfpe_0003.py
src/tessera/core/detection/rules/cfpe_0004.py
src/tessera/core/detection/rules/cfpe_0005.py
src/tessera/core/detection/rules/cfpe_0006.py
src/tessera/core/detection/rules/cfpe_0007.py
src/tessera/core/detection/rules/cfpe_0008.py
src/tessera/core/detection/rules/cfpe_0009.py
src/tessera/core/detection/rules/cfpe_0010.py
src/tessera/core/detection/rules/helpers.py
src/tessera/core/findings/models.py
src/tessera/core/risk/__init__.py
src/tessera/core/risk/risk_engine.py
src/tessera/core/topology/loader.py
src/tessera/core/topology/models.py
src/tessera/engine/scanner.py
src/tessera/infra/logging_utils.py
src/tessera/infra/api/auth.py
src/tessera/infra/api/config.py
src/tessera/infra/api/errors.py
src/tessera/infra/api/metrics.py
src/tessera/infra/api/rate_limit.py
src/tessera/infra/api/server.py
src/tessera/infra/db/repository.py
src/tessera/infra/llm/__init__.py
src/tessera/infra/llm/anthropic_provider.py
src/tessera/infra/llm/base.py
src/tessera/infra/llm/factory.py
src/tessera/infra/llm/ollama_provider.py
src/tessera/infra/llm/openai_provider.py
src/tessera/infra/mcp/__init__.py
src/tessera/infra/output/__init__.py
src/tessera/infra/output/base.py
src/tessera/infra/output/html_formatter.py
src/tessera/infra/output/json_formatter.py
src/tessera/infra/output/sarif_formatter.py
src/tessera/infra/output/text_formatter.py
src/tessera/interfaces/cli/main.py
src/tessera_security.egg-info/PKG-INFO
src/tessera_security.egg-info/SOURCES.txt
src/tessera_security.egg-info/dependency_links.txt
src/tessera_security.egg-info/entry_points.txt
src/tessera_security.egg-info/requires.txt
src/tessera_security.egg-info/top_level.txt
tests/test_api.py
tests/test_cli.py
tests/test_html_formatter.py
tests/test_loader.py
tests/test_outputs.py
tests/test_public_surface.py
tests/test_repository.py
tests/test_scanner.py