.pre-commit-hooks.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
src/slopwatch/__init__.py
src/slopwatch/cli.py
src/slopwatch/py.typed
src/slopwatch.egg-info/PKG-INFO
src/slopwatch.egg-info/SOURCES.txt
src/slopwatch.egg-info/dependency_links.txt
src/slopwatch.egg-info/entry_points.txt
src/slopwatch.egg-info/requires.txt
src/slopwatch.egg-info/top_level.txt
src/slopwatch/adapters/__init__.py
src/slopwatch/adapters/base.py
src/slopwatch/adapters/npm.py
src/slopwatch/adapters/pypi.py
src/slopwatch/assessor/__init__.py
src/slopwatch/assessor/npm_manifest.py
src/slopwatch/assessor/npm_source.py
src/slopwatch/assessor/python_ast.py
src/slopwatch/assessor/scorer.py
src/slopwatch/assessor/yara_engine.py
src/slopwatch/core/brands.py
src/slopwatch/core/budget.py
src/slopwatch/core/cache.py
src/slopwatch/core/config.py
src/slopwatch/core/dto.py
src/slopwatch/core/exceptions.py
src/slopwatch/core/freshness.py
src/slopwatch/core/normalizers.py
src/slopwatch/core/signals.py
src/slopwatch/core/taxonomies.py
src/slopwatch/db/engine.py
src/slopwatch/db/models.py
src/slopwatch/db/repository.py
src/slopwatch/detectors/__init__.py
src/slopwatch/detectors/base.py
src/slopwatch/detectors/engine.py
src/slopwatch/detectors/suspicious_description.py
src/slopwatch/linter/lockfile.py
src/slopwatch/matrix/__init__.py
src/slopwatch/matrix/generator.py
src/slopwatch/rules/credentials.yar
src/slopwatch/rules/evasion.yar
src/slopwatch/rules/execution.yar
src/slopwatch/rules/exfiltration.yar
src/slopwatch/rules/index.yar
src/slopwatch/rules/obfuscation.yar
src/slopwatch/rules/persistence.yar
src/slopwatch/rules/supply_chain.yar
src/slopwatch/rules/worm_droppers.yar
src/slopwatch/signatures/parking_hashes.json
tests/fixtures/__init__.py
tests/fixtures/yara_samples/__init__.py
tests/fixtures/yara_samples/rule_samples.py
tests/public/unit/test_adapters.py
tests/public/unit/test_assessor.py
tests/public/unit/test_brands.py
tests/public/unit/test_budget.py
tests/public/unit/test_cache.py
tests/public/unit/test_config.py
tests/public/unit/test_detectors.py
tests/public/unit/test_dto.py
tests/public/unit/test_freshness.py
tests/public/unit/test_leak_sanitization.py
tests/public/unit/test_linter.py
tests/public/unit/test_matrix.py
tests/public/unit/test_normalizers.py
tests/public/unit/test_repository.py
tests/public/unit/test_scorer.py
tests/public/unit/test_signals.py
tests/public/unit/test_slopwatch_api.py
tests/public/unit/test_yara_scanner.py