LICENSE
README.md
pyproject.toml
src/iam_jit/__init__.py
src/iam_jit/_resources.py
src/iam_jit/accounts_store.py
src/iam_jit/api_tokens_store.py
src/iam_jit/app.py
src/iam_jit/assume.py
src/iam_jit/audit.py
src/iam_jit/auth.py
src/iam_jit/auto_approve.py
src/iam_jit/bans.py
src/iam_jit/bootstrap_claim.py
src/iam_jit/calibration.py
src/iam_jit/cidr_store.py
src/iam_jit/cli.py
src/iam_jit/cli_remote.py
src/iam_jit/cli_score.py
src/iam_jit/debug_bundles.py
src/iam_jit/health.py
src/iam_jit/intake.py
src/iam_jit/intake_drafts.py
src/iam_jit/lambda_handler.py
src/iam_jit/lifecycle.py
src/iam_jit/llm.py
src/iam_jit/log_retention.py
src/iam_jit/magic_link_delivery.py
src/iam_jit/magic_link_nonces.py
src/iam_jit/memory.py
src/iam_jit/middleware.py
src/iam_jit/narrow.py
src/iam_jit/network_acl.py
src/iam_jit/notifications.py
src/iam_jit/onboarding.py
src/iam_jit/prompt_injection.py
src/iam_jit/provision.py
src/iam_jit/public_url.py
src/iam_jit/rate_limit.py
src/iam_jit/rediscover.py
src/iam_jit/review.py
src/iam_jit/scheduled.py
src/iam_jit/schema.py
src/iam_jit/security_posture.py
src/iam_jit/settings_store.py
src/iam_jit/store.py
src/iam_jit/suggest.py
src/iam_jit/token_sweep.py
src/iam_jit/user_bootstrap.py
src/iam_jit/users_store.py
src/iam_jit/routes/__init__.py
src/iam_jit/routes/accounts.py
src/iam_jit/routes/admin.py
src/iam_jit/routes/auth.py
src/iam_jit/routes/health.py
src/iam_jit/routes/intake.py
src/iam_jit/routes/policy.py
src/iam_jit/routes/reports.py
src/iam_jit/routes/requests.py
src/iam_jit/routes/score.py
src/iam_jit/routes/tokens.py
src/iam_jit/routes/users.py
src/iam_jit/routes/web.py
src/iam_risk_score.egg-info/PKG-INFO
src/iam_risk_score.egg-info/SOURCES.txt
src/iam_risk_score.egg-info/dependency_links.txt
src/iam_risk_score.egg-info/entry_points.txt
src/iam_risk_score.egg-info/requires.txt
src/iam_risk_score.egg-info/top_level.txt
tests/test_access_type.py
tests/test_accounts_store.py
tests/test_admin_revoke_tokens.py
tests/test_admin_web_views.py
tests/test_app.py
tests/test_assume.py
tests/test_attack_vectors.py
tests/test_attack_vectors_round2.py
tests/test_audit.py
tests/test_audit_tamper_proof.py
tests/test_auth.py
tests/test_auto_approve.py
tests/test_ban_uniformity.py
tests/test_bans.py
tests/test_bootstrap_claim.py
tests/test_bootstrap_e2e.py
tests/test_calibration.py
tests/test_calibration_corpus.py
tests/test_cassette_backend.py
tests/test_cfn_lint.py
tests/test_cidr_store.py
tests/test_cloudformation_templates.py
tests/test_dashboard_visibility.py
tests/test_debug_bundles.py
tests/test_e2e_lifecycle.py
tests/test_intake.py
tests/test_intake_drafts.py
tests/test_intake_llm.py
tests/test_lifecycle_iterative_narrowing.py
tests/test_lifecycle_path_coverage.py
tests/test_llm_backend.py
tests/test_log_retention.py
tests/test_memory.py
tests/test_narrow.py
tests/test_network_acl.py
tests/test_notifications.py
tests/test_onboarding.py
tests/test_optimistic_lock.py
tests/test_ownership_isolation.py
tests/test_paste_mode.py
tests/test_prompt_edge_cases.py
tests/test_prompt_injection.py
tests/test_prompt_injection_obfuscated.py
tests/test_provision.py
tests/test_provision_access_denied.py
tests/test_provision_cli_replay.py
tests/test_provision_lifecycle_full.py
tests/test_provision_preview.py
tests/test_provision_revoke.py
tests/test_public_url.py
tests/test_rate_limit.py
tests/test_rediscover.py
tests/test_redos.py
tests/test_request_preview.py
tests/test_request_store_dynamodb.py
tests/test_review.py
tests/test_review_calibration.py
tests/test_routes_accounts.py
tests/test_routes_admin.py
tests/test_routes_approve_provisions.py
tests/test_routes_auth.py
tests/test_routes_bans.py
tests/test_routes_chat.py
tests/test_routes_chat_resume.py
tests/test_routes_policy.py
tests/test_routes_reports.py
tests/test_routes_requests.py
tests/test_routes_score.py
tests/test_routes_tokens.py
tests/test_routes_users.py
tests/test_schema.py
tests/test_security_hardening.py
tests/test_security_posture.py
tests/test_shadow_mode.py
tests/test_store.py
tests/test_ticket_required.py
tests/test_token_sweep.py
tests/test_user_bootstrap.py
tests/test_users_agent_path.py
tests/test_users_store.py
tests/test_web_routes.py