LICENSE
LICENSE_HEADER.txt
README.md
pyproject.toml
sentinelai/__init__.py
sentinelai/adapters/__init__.py
sentinelai/adapters/base.py
sentinelai/adapters/claude_code.py
sentinelai/adapters/generic.py
sentinelai/adapters/openclaw.py
sentinelai/api/__init__.py
sentinelai/api/app.py
sentinelai/api/auth.py
sentinelai/api/deps.py
sentinelai/api/email.py
sentinelai/api/oauth.py
sentinelai/api/routes.py
sentinelai/api/routers/__init__.py
sentinelai/api/routers/_shared.py
sentinelai/api/routers/activity.py
sentinelai/api/routers/admin.py
sentinelai/api/routers/auth.py
sentinelai/api/routers/billing.py
sentinelai/api/routers/commands.py
sentinelai/api/routers/config.py
sentinelai/api/routers/dashboard.py
sentinelai/api/routers/export.py
sentinelai/api/routers/health.py
sentinelai/api/routers/incidents.py
sentinelai/api/routers/legal.py
sentinelai/api/routers/library.py
sentinelai/api/routers/ratelimit.py
sentinelai/api/routers/reports.py
sentinelai/api/routers/rules.py
sentinelai/api/routers/scans.py
sentinelai/api/routers/settings.py
sentinelai/api/routers/teams.py
sentinelai/billing/__init__.py
sentinelai/billing/metering.py
sentinelai/billing/stripe_client.py
sentinelai/billing/stripe_stub.py
sentinelai/billing/tenant.py
sentinelai/cli/__init__.py
sentinelai/cli/formatters.py
sentinelai/cli/main.py
sentinelai/cli/styles.py
sentinelai/core/__init__.py
sentinelai/core/config.py
sentinelai/core/constants.py
sentinelai/core/exceptions.py
sentinelai/core/models.py
sentinelai/core/path_utils.py
sentinelai/core/performance.py
sentinelai/core/secrets.py
sentinelai/dashboard/__init__.py
sentinelai/dashboard/server.py
sentinelai/engine/__init__.py
sentinelai/engine/base.py
sentinelai/engine/engine.py
sentinelai/engine/llm_evaluator.py
sentinelai/engine/analyzers/__init__.py
sentinelai/engine/analyzers/credential_access.py
sentinelai/engine/analyzers/destructive_fs.py
sentinelai/engine/analyzers/injection.py
sentinelai/engine/analyzers/malware_patterns.py
sentinelai/engine/analyzers/network_exfil.py
sentinelai/engine/analyzers/obfuscation.py
sentinelai/engine/analyzers/persistence.py
sentinelai/engine/analyzers/privilege_escalation.py
sentinelai/engine/analyzers/supply_chain.py
sentinelai/explainability/__init__.py
sentinelai/explainability/generator.py
sentinelai/explainability/templates.py
sentinelai/hooks/__init__.py
sentinelai/hooks/sentinel_hook.py
sentinelai/licensing/__init__.py
sentinelai/licensing/keys.py
sentinelai/licensing/storage.py
sentinelai/licensing/validator.py
sentinelai/logger/__init__.py
sentinelai/logger/chain.py
sentinelai/logger/database.py
sentinelai/logger/logger.py
sentinelai/migrations/README
sentinelai/migrations/env.py
sentinelai/migrations/runner.py
sentinelai/migrations/script.py.mako
sentinelai/migrations/versions/a1b2c3d4e5f6_add_custom_rules_team_invites.py
sentinelai/migrations/versions/b2c3d4e5f6g7_add_usage_user_email.py
sentinelai/migrations/versions/c3d4e5f6g7h8_add_booster_credits.py
sentinelai/migrations/versions/e2aa7efdd342_initial_schema.py
sentinelai/ml/__init__.py
sentinelai/ml/analyze_logs.py
sentinelai/ml/classifier.py
sentinelai/ml/eval.py
sentinelai/ml/labels.py
sentinelai/ml/ml_infer.py
sentinelai/ml/ml_train.py
sentinelai/monitor/__init__.py
sentinelai/monitor/behavior_monitor.py
sentinelai/plugins/__init__.py
sentinelai/plugins/interface.py
sentinelai/plugins/loader.py
sentinelai/plugins/examples/file_integrity.py
sentinelai/plugins/examples/slack_notifier.py
sentinelai/policy/__init__.py
sentinelai/policy/engine.py
sentinelai/sandbox/__init__.py
sentinelai/sandbox/executor.py
sentinelai/sandbox/path_guard.py
sentinelai/scanner/__init__.py
sentinelai/scanner/circuit_breaker.py
sentinelai/scanner/indirect_injection_scanner.py
sentinelai/scanner/mcp_scanner.py
sentinelai/scanner/output_validator.py
sentinelai/scanner/patterns.py
sentinelai/scanner/sanitizer.py
sentinelai/scanner/scanner.py
sentinelai/scanner/supply_chain_scanner.py
sentinelai/services/__init__.py
sentinelai/services/auth_service.py
sentinelai/services/billing_service.py
sentinelai/services/library_service.py
sentinelai/services/rate_limit_service.py
sentinelai/services/report_service.py
sentinelai/services/rules_service.py
sentinelai/services/scan_service.py
sentinelai/services/team_service.py
sentinelai/services/tenant_service.py
sentinelai/services/user_service.py
sentinelai/services/webhook_service.py
sentinelai/web/static/css/sentinel.css
sentinelai/web/static/js/app.js
sentinelai/web/static/js/components.js
sentinelai/web/templates/index.html
sentinelai/web/templates/landing.html
sentinelai/web/templates/login.html
shieldpilot.egg-info/PKG-INFO
shieldpilot.egg-info/SOURCES.txt
shieldpilot.egg-info/dependency_links.txt
shieldpilot.egg-info/entry_points.txt
shieldpilot.egg-info/requires.txt
shieldpilot.egg-info/top_level.txt
tests/test_active_learning_log.py
tests/test_adversarial.py
tests/test_adversarial_round2.py
tests/test_analyze_logs.py
tests/test_clean_shell_generator.py
tests/test_config.py
tests/test_gaps.py
tests/test_hard_negative_generator.py
tests/test_licensing.py
tests/test_local_first.py
tests/test_ml_classifier.py
tests/test_ml_eval_smoke.py
tests/test_ml_rollout_modes.py
tests/test_ml_smoke_cases.py
tests/test_ml_stage.py
tests/test_ml_telemetry.py
tests/test_new_patterns.py
tests/test_secrets.py
tests/test_smallcaps_folding.py
tests/test_soft_policy_override.py
tests/test_subtle_injection.py
tests/test_supply_chain_scanner.py