LICENSE
README.md
bayyinah_v0.py
bayyinah_v0_1.py
pyproject.toml
analyzers/__init__.py
analyzers/audio_analyzer.py
analyzers/base.py
analyzers/correlation.py
analyzers/cross_modal_correlation.py
analyzers/csv_analyzer.py
analyzers/csv_bidi_payload.py
analyzers/csv_column_type_drift.py
analyzers/csv_encoding_divergence.py
analyzers/csv_oversized_freetext_cell.py
analyzers/csv_payload_in_adjacent_cell.py
analyzers/csv_quoted_newline_payload.py
analyzers/csv_zero_width_payload.py
analyzers/docx_analyzer.py
analyzers/docx_comment_payload.py
analyzers/docx_header_footer_payload.py
analyzers/docx_metadata_payload.py
analyzers/docx_microscopic_font.py
analyzers/docx_orphan_footnote.py
analyzers/docx_white_text.py
analyzers/eml_analyzer.py
analyzers/eml_base64_text_part.py
analyzers/eml_from_replyto_mismatch.py
analyzers/eml_header_continuation_payload.py
analyzers/eml_received_chain_anomaly.py
analyzers/eml_returnpath_from_mismatch.py
analyzers/eml_xheader_payload.py
analyzers/fallback_analyzer.py
analyzers/format_routing.py
analyzers/html_analyzer.py
analyzers/html_comment_payload.py
analyzers/html_meta_payload.py
analyzers/html_noscript_payload.py
analyzers/html_style_content_payload.py
analyzers/html_template_payload.py
analyzers/html_title_text_divergence.py
analyzers/image_analyzer.py
analyzers/image_jpeg_appn_payload.py
analyzers/image_png_private_chunk.py
analyzers/image_png_text_chunk_payload.py
analyzers/json_analyzer.py
analyzers/json_comment_anomaly.py
analyzers/json_key_invisible_chars.py
analyzers/json_nested_payload.py
analyzers/json_oversized_string_band.py
analyzers/json_prototype_pollution_key.py
analyzers/json_trailing_payload.py
analyzers/json_unicode_escape_payload.py
analyzers/object_analyzer.py
analyzers/pdf_hidden_text_annotation.py
analyzers/pdf_metadata_analyzer.py
analyzers/pdf_off_page_text.py
analyzers/pdf_trailer_analyzer.py
analyzers/pptx_analyzer.py
analyzers/registry.py
analyzers/svg_analyzer.py
analyzers/svg_defs_unreferenced_text.py
analyzers/svg_desc_payload.py
analyzers/svg_metadata_payload.py
analyzers/svg_title_payload.py
analyzers/svg_white_text.py
analyzers/text_analyzer.py
analyzers/text_file_analyzer.py
analyzers/video_analyzer.py
analyzers/xlsx_analyzer.py
analyzers/xlsx_comment_payload.py
analyzers/xlsx_csv_injection_formula.py
analyzers/xlsx_defined_name_payload.py
analyzers/xlsx_metadata_payload.py
analyzers/xlsx_microscopic_font.py
analyzers/xlsx_styles_resolver.py
analyzers/xlsx_white_text.py
application/__init__.py
application/budget_controller.py
application/scan_service.py
bayyinah/__init__.py
bayyinah/api_helpers.py
bayyinah/counter.py
bayyinah/demo.py
bayyinah/summary_queue.py
bayyinah/summary_worker.py
bayyinah.egg-info/PKG-INFO
bayyinah.egg-info/SOURCES.txt
bayyinah.egg-info/dependency_links.txt
bayyinah.egg-info/entry_points.txt
bayyinah.egg-info/requires.txt
bayyinah.egg-info/top_level.txt
cli/__init__.py
cli/__main__.py
cli/main.py
domain/__init__.py
domain/config.py
domain/content_index.py
domain/cost_classes.py
domain/exceptions.py
domain/finding.py
domain/integrity_report.py
domain/value_objects.py
infrastructure/__init__.py
infrastructure/file_router.py
infrastructure/pdf_client.py
infrastructure/report_formatter.py
legacy/__init__.py
tests/test_audio_fixtures.py
tests/test_csv_fixtures.py
tests/test_demo_queue_endpoints.py
tests/test_documented_limits.py
tests/test_docx_fixtures.py
tests/test_eml_fixtures.py
tests/test_fixtures.py
tests/test_html_fixtures.py
tests/test_image_fixtures.py
tests/test_integration.py
tests/test_polish_1_0.py
tests/test_pptx_fixtures.py
tests/test_public_surface_additive.py
tests/test_registry_production_mode.py
tests/test_requirements_dev_sync.py
tests/test_scan_file_public_api.py
tests/test_scan_timeout.py
tests/test_summary_queue.py
tests/test_summary_worker.py
tests/test_text_fixtures.py
tests/test_video_fixtures.py
tests/test_xlsx_fixtures.py