LICENSE
README.md
pyproject.toml
src/pybinaryguard/__init__.py
src/pybinaryguard/__main__.py
src/pybinaryguard/scanner.py
src/pybinaryguard.egg-info/PKG-INFO
src/pybinaryguard.egg-info/SOURCES.txt
src/pybinaryguard.egg-info/dependency_links.txt
src/pybinaryguard.egg-info/entry_points.txt
src/pybinaryguard.egg-info/requires.txt
src/pybinaryguard.egg-info/top_level.txt
src/pybinaryguard/_compat/__init__.py
src/pybinaryguard/agent/__init__.py
src/pybinaryguard/agent/guard.py
src/pybinaryguard/agent/recommender.py
src/pybinaryguard/agent/schema.py
src/pybinaryguard/agent/simulator.py
src/pybinaryguard/agent/tool_interface.py
src/pybinaryguard/analyzers/__init__.py
src/pybinaryguard/analyzers/base.py
src/pybinaryguard/analyzers/dependency_analyzer.py
src/pybinaryguard/analyzers/elf_analyzer.py
src/pybinaryguard/analyzers/symbol_analyzer.py
src/pybinaryguard/analyzers/wheel_analyzer.py
src/pybinaryguard/cli/__init__.py
src/pybinaryguard/cli/commands.py
src/pybinaryguard/cli/formatters.py
src/pybinaryguard/cli/main.py
src/pybinaryguard/diagnostics/__init__.py
src/pybinaryguard/diagnostics/explainer.py
src/pybinaryguard/diagnostics/findings.py
src/pybinaryguard/diagnostics/suggestions.py
src/pybinaryguard/frameworks/__init__.py
src/pybinaryguard/frameworks/onnxruntime.py
src/pybinaryguard/frameworks/pytorch.py
src/pybinaryguard/frameworks/tensorflow.py
src/pybinaryguard/frameworks/tensorrt.py
src/pybinaryguard/models/__init__.py
src/pybinaryguard/models/enums.py
src/pybinaryguard/models/finding.py
src/pybinaryguard/models/package.py
src/pybinaryguard/models/system.py
src/pybinaryguard/plugins/__init__.py
src/pybinaryguard/plugins/hooks.py
src/pybinaryguard/plugins/loader.py
src/pybinaryguard/plugins/contrib/__init__.py
src/pybinaryguard/plugins/contrib/gstreamer.py
src/pybinaryguard/plugins/contrib/jetson.py
src/pybinaryguard/plugins/contrib/opencv.py
src/pybinaryguard/plugins/contrib/tensorrt.py
src/pybinaryguard/predictor/__init__.py
src/pybinaryguard/predictor/dependency_graph.py
src/pybinaryguard/predictor/linker_simulator.py
src/pybinaryguard/predictor/predictor.py
src/pybinaryguard/predictor/resolver.py
src/pybinaryguard/probes/__init__.py
src/pybinaryguard/probes/base.py
src/pybinaryguard/probes/board_probe.py
src/pybinaryguard/probes/cpu_probe.py
src/pybinaryguard/probes/glibc_probe.py
src/pybinaryguard/probes/gpu_probe.py
src/pybinaryguard/probes/library_probe.py
src/pybinaryguard/probes/os_probe.py
src/pybinaryguard/probes/python_probe.py
src/pybinaryguard/probes/toolchain_probe.py
src/pybinaryguard/probes/venv_probe.py
src/pybinaryguard/profiles/__init__.py
src/pybinaryguard/profiles/engine.py
src/pybinaryguard/rules/__init__.py
src/pybinaryguard/rules/base.py
src/pybinaryguard/rules/engine.py
src/pybinaryguard/rules/builtin/__init__.py
src/pybinaryguard/rules/builtin/arch_rules.py
src/pybinaryguard/rules/builtin/board_profile_rules.py
src/pybinaryguard/rules/builtin/container_rules.py
src/pybinaryguard/rules/builtin/cpu_rules.py
src/pybinaryguard/rules/builtin/cuda_rules.py
src/pybinaryguard/rules/builtin/dependency_rules.py
src/pybinaryguard/rules/builtin/framework_rules.py
src/pybinaryguard/rules/builtin/glibc_rules.py
src/pybinaryguard/rules/builtin/numpy_rules.py
src/pybinaryguard/rules/builtin/predictive_rules.py
src/pybinaryguard/rules/builtin/python_abi_rules.py
src/pybinaryguard/rules/builtin/source_build_rules.py
src/pybinaryguard/rules/builtin/venv_rules.py
src/pybinaryguard/scoring/__init__.py
src/pybinaryguard/scoring/engine.py
src/pybinaryguard/snapshot/__init__.py
src/pybinaryguard/snapshot/generator.py
src/pybinaryguard/snapshot/lockfile.py
src/pybinaryguard/snapshot/verifier.py
src/pybinaryguard/validators/__init__.py
src/pybinaryguard/validators/import_validator.py
tests/test_agent_sdk.py
tests/test_cli.py
tests/test_diagnostics.py
tests/test_elf_analyzer.py
tests/test_gap_features.py
tests/test_models.py
tests/test_plugins.py
tests/test_probes.py
tests/test_rule_engine.py
tests/test_rules.py
tests/test_scan_modes.py
tests/test_scanner.py
tests/test_scoring.py
tests/test_wheel_analyzer.py