LICENSE
README.md
pyproject.toml
src/security_anomaly/__init__.py
src/security_anomaly/__main__.py
src/security_anomaly/aggregation.py
src/security_anomaly/cli.py
src/security_anomaly/contracts.py
src/security_anomaly/detector.py
src/security_anomaly/model_bundle.py
src/security_anomaly/package_resources.py
src/security_anomaly/results.py
src/security_anomaly/serialization.py
src/security_anomaly/temporal.py
src/security_anomaly/validation.py
src/security_anomaly/resources/__init__.py
src/security_anomaly/resources/feature-contract-cicflow-v2-128.json
src/security_anomaly/resources/incident-v1.schema.json
src/security_anomaly/resources/model-manifest-context-rf-v2.json
src/security_anomaly_ml.egg-info/PKG-INFO
src/security_anomaly_ml.egg-info/SOURCES.txt
src/security_anomaly_ml.egg-info/dependency_links.txt
src/security_anomaly_ml.egg-info/entry_points.txt
src/security_anomaly_ml.egg-info/requires.txt
src/security_anomaly_ml.egg-info/top_level.txt
tests/test_analyze_incident_aggregation.py
tests/test_analyze_incident_promotion.py
tests/test_analyze_v2_ensemble.py
tests/test_build_temporal_features.py
tests/test_evaluate_v2_feb18_holdout.py
tests/test_explore_cic_unsw_nb15.py
tests/test_fetch_frozen_model.py
tests/test_product_cli.py
tests/test_product_detector.py
tests/test_product_e2e.py
tests/test_product_incident_aggregation.py
tests/test_product_model_bundle.py
tests/test_product_packaging.py
tests/test_product_serialization.py
tests/test_product_temporal_features.py
tests/test_product_validation.py
tests/test_train_v2_ablation.py
tests/test_train_v2_fuzzer_weighting.py
tests/test_train_v2_temporal_stacking.py
tests/test_verify_product_incident_parity.py
tests/test_verify_product_pipeline_parity.py