hol-guard 2.0.330__tar.gz → 2.0.332__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {hol_guard-2.0.330 → hol_guard-2.0.332}/PKG-INFO +1 -1
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/approval-center-layout.tsx +90 -10
- hol_guard-2.0.332/dashboard/src/approval-center-review-cards.tsx +281 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/review-workspace.tsx +54 -108
- {hol_guard-2.0.330 → hol_guard-2.0.332}/pyproject.toml +1 -1
- {hol_guard-2.0.330 → hol_guard-2.0.332}/pyproject.toml.bak +1 -1
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/cli/commands.py +7 -0
- hol_guard-2.0.332/src/codex_plugin_scanner/guard/provenance.py +393 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/version.py +1 -1
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_phase04_harness_ux.py +10 -0
- hol_guard-2.0.332/tests/test_guard_provenance.py +414 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_runtime.py +6 -2
- hol_guard-2.0.330/dashboard/src/approval-center-review-cards.tsx +0 -150
- {hol_guard-2.0.330 → hol_guard-2.0.332}/.clusterfuzzlite/Dockerfile +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/.clusterfuzzlite/build.sh +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/.clusterfuzzlite/project.yaml +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/.clusterfuzzlite/requirements-atheris.txt +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/.dockerignore +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/.github/CODEOWNERS +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/.github/ISSUE_TEMPLATE/bug-report.yml +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/.github/ISSUE_TEMPLATE/feature-request.yml +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/.github/dependabot.yml +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/.github/workflows/ci.yml +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/.github/workflows/codeql.yml +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/.github/workflows/dependabot-uv-lock.yml +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/.github/workflows/fuzz.yml +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/.github/workflows/harness-smoke.yml +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/.github/workflows/publish.yml +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/.github/workflows/scorecard.yml +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/.gitignore +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/.pre-commit-hooks.yaml +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/CONTRIBUTING.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/Dockerfile +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/LICENSE +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/PRODUCT.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/README.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/SECURITY.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/index.html +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/package.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/pnpm-lock.yaml +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/public/apple-touch-icon.png +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/public/brand/Logo_Icon_Dark.png +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/public/brand/Logo_Whole.png +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/public/favicon-16x16.png +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/public/favicon-32x32.png +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/public/favicon.ico +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/app-detail-phase11.test.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/app-detail-workspace.test.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/app-routing.test.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/app.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/approval-center-layout.test.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/approval-center-mobile.test.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/approval-center-primitives.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/approval-center-utils.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/approval-gate-utils.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/approval-gate.test.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/approval-scopes.test.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/approval-scopes.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/apps/app-catalog.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/apps/app-detail-workspace.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/clear-policy-payload.test.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/clear-policy-payload.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/compare-time-periods.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/data-flow-evidence-card.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/error-boundary.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/app-tab.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/categories.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/category-tab.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/evidence-action-detail.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/evidence-action-list.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/evidence-analytics-panel.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/evidence-clear-modal.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/evidence-copy.test.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/evidence-detail.test.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/evidence-export-drawer.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/evidence-export.test.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/evidence-export.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/evidence-filter-bar.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/evidence-filters.test.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/evidence-filters.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/evidence-insight-strip.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/evidence-metrics.test.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/evidence-metrics.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/evidence-pagination.test.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/evidence-pagination.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/evidence-perf.test.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/evidence-period.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/evidence-sort.test.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/evidence-sort.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/evidence-story.test.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/evidence-types.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/evidence-url-state.test.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/evidence-url-state.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/evidence-view-shell.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/explore-tab.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/index.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/plain-english.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/evidence/story-tab.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/fleet-workspace-phase11.test.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/fleet-workspace.test.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/fleet-workspace.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/guard-api.test.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/guard-api.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/guard-demo.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/guard-types.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/help-modal.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/history-analytics.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/history-charts.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/history-export.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/home-dashboard.test.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/home-dashboard.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/main.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/phase09-review.test.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/queue-chip-filter.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/queue-state.test.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/queue-state.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/receipts-workspace.test.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/receipts-workspace.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/risk-signal-cards.test.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/risk-signal-cards.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/runtime-overview.test.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/runtime-overview.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/scanner-evidence-badge.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/security-fixes.test.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/settings-workspace-phase11.test.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/settings-workspace.test.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/settings-workspace.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/styles.css +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/totp-enrollment-qr-panel.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/use-debounce.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/use-focus-trap.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/use-keyboard-shortcut.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/use-reduced-motion.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/use-route-focus.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/vite-env.d.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/src/watched-app-card.tsx +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/tsconfig.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/dashboard/vite.config.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/docker-requirements.txt +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/docs/guard/architecture.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/docs/guard/get-started.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/docs/guard/harness-support.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/docs/guard/local-vs-cloud.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/docs/guard/release-checklist.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/docs/guard/smoke-tests.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/docs/guard/testing-matrix.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/docs/trust/mcp-trust-draft.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/docs/trust/plugin-trust-draft.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/docs/trust/skill-trust-local.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/fuzzers/manifest_fuzzer.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/requirements.txt +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/schemas/plugin-quality.v1.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/schemas/scan-result.v1.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/schemas/verify-result.v1.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/scripts/codex-auto-resume-smoke.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/__init__.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/action_runner.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/argparse_utils.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/checks/__init__.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/checks/best_practices.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/checks/claude.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/checks/code_quality.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/checks/ecosystem_common.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/checks/gemini.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/checks/manifest.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/checks/manifest_support.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/checks/marketplace.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/checks/mcp_security.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/checks/opencode.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/checks/operational_security.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/checks/security.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/checks/skill_security.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/cli.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/cli_ui.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/config.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/ecosystems/__init__.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/ecosystems/base.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/ecosystems/claude.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/ecosystems/codex.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/ecosystems/detect.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/ecosystems/gemini.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/ecosystems/opencode.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/ecosystems/registry.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/ecosystems/types.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/github_reporting.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/__init__.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/access_graph_events.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/adapters/__init__.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/adapters/antigravity.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/adapters/base.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/adapters/claude_code.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/adapters/cloud_identity.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/adapters/codex.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/adapters/contracts.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/adapters/copilot.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/adapters/cursor.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/adapters/gemini.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/adapters/hermes.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/adapters/mcp_servers.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/adapters/openclaw.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/adapters/openclaw_config.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/adapters/openclaw_support.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/adapters/opencode.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/adapters/opencode_artifacts.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/advisory_model.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/approval_gate.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/approval_gate_state.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/approvals.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/bridge/__init__.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/capabilities.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/cli/__init__.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/cli/approval_commands.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/cli/approval_gate_prompt.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/cli/bootstrap.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/cli/connect_flow.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/cli/docs.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/cli/install_commands.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/cli/product.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/cli/prompt.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/cli/render.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/cli/update_commands.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/codex_app_server.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/codex_config.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/codex_resume.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/config.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/consumer/__init__.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/consumer/service.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/daemon/__init__.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/daemon/client.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/daemon/manager.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/daemon/server.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/daemon/static/apple-touch-icon.png +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/daemon/static/assets/chunks/app-catalog.js +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/daemon/static/assets/chunks/app-detail-workspace.js +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/daemon/static/assets/chunks/fleet-workspace.js +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/daemon/static/assets/chunks/help-modal.js +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/daemon/static/assets/chunks/home-dashboard.js +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/daemon/static/assets/chunks/runtime-overview.js +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/daemon/static/assets/chunks/settings-workspace.js +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/daemon/static/assets/chunks/use-focus-trap.js +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/daemon/static/assets/guard-dashboard.js +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/daemon/static/assets/index.css +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/daemon/static/brand/Logo_Icon_Dark.png +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/daemon/static/brand/Logo_Whole.png +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/daemon/static/favicon-16x16.png +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/daemon/static/favicon-32x32.png +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/daemon/static/favicon.ico +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/daemon/static/index.html +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/desktop_notifications.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/edge_events.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/harness_usage.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/incident.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/insights.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/inventory_cisco.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/inventory_contract.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/launcher.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/local_supply_chain.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/mcp_tool_calls.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/models.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/policy/__init__.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/policy/engine.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/product_model.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/protect.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/proxy/__init__.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/proxy/remote.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/proxy/runtime_mcp.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/proxy/stdio.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/receipts/__init__.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/receipts/manager.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/redaction.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/risk.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/__init__.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/action_identity.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/actions.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/advisory_escalation.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/advisory_matchers.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/cisco_evidence.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/cisco_preflight.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/composition_rules.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/data_flow.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/data_flow_rules.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/data_flow_variables.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/decisions.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/detectors.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/false_positive_rules.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/js_semver.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/mcp_protection.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/package_intent.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/package_intent_common.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/package_intent_parser.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/package_manifest_diff.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/persistence_rules.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/prompt_injection.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/runner.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/safe_decode.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/sandbox.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/scanner_cache.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/secret_file_requests.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/secret_sensitivity.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/secret_sources.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/sed_scripts.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/shell_commands.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/signals.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/skill_protection.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/supply_chain.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/supply_chain_bundle.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/supply_chain_bundle_base.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/supply_chain_bundle_models.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/supply_chain_bundle_runtime.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/supply_chain_package_eval.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/supply_chain_support.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/surface_server.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/temp_files.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/runtime/threat_intel.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/schemas/__init__.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/schemas/consumer_mode.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/schemas/guard_event_v1.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/schemas/guard_product_model_v1.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/schemas/surface_server.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/shims.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/store.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/store_approvals.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/store_connect.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/store_evidence.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/store_resume.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/store_supply_chain.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/store_threat_intel.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/totp.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/guard/types.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/integrations/__init__.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/integrations/cisco_mcp_scanner.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/integrations/cisco_skill_scanner.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/lint_fixes.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/marketplace_support.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/models.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/path_support.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/policy.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/quality_artifact.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/repo_detect.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/reporting.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/rules/__init__.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/rules/registry.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/rules/specs.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/scanner.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/submission.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/suppressions.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/trust_domain_scoring.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/trust_helpers.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/trust_mcp_scoring.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/trust_models.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/trust_plugin_scoring.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/trust_scoring.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/trust_skill_scoring.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/trust_specs.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/src/codex_plugin_scanner/verification.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/__init__.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/conftest.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/__init__.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/bad-plugin/.codex-plugin/plugin.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/bad-plugin/.mcp.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/bad-plugin/secrets.js +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/claude-plugin-good/.claude-plugin/plugin.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/claude-plugin-good/LICENSE +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/claude-plugin-good/README.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/claude-plugin-good/SECURITY.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/claude-plugin-good/hooks/hooks.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/claude-plugin-good/skills/example/SKILL.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/code-quality-bad/evil.js +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/code-quality-bad/inject.js +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/gemini-extension-good/GEMINI.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/gemini-extension-good/LICENSE +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/gemini-extension-good/README.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/gemini-extension-good/SECURITY.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/gemini-extension-good/commands/hello.toml +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/gemini-extension-good/gemini-extension.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/good-plugin/.codex-plugin/plugin.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/good-plugin/.codexignore +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/good-plugin/LICENSE +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/good-plugin/README.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/good-plugin/SECURITY.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/good-plugin/assets/icon.svg +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/good-plugin/assets/logo.svg +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/good-plugin/assets/screenshot.svg +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/good-plugin/skills/example/SKILL.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/guard-codex-malicious-mcp/.codex/config.toml +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/guard-red-team/README.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/guard-red-team/benign-docs-fake-token.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/guard-red-team/benign-health-endpoint.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/guard-red-team/benign-nvmrc-fake-creds.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/guard-red-team/benign-source-search.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/guard-red-team/canary-exfil-encoded.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/guard-red-team/canary-exfil.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/guard-red-team/expected-decisions.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/guard-red-team/malicious-dockerfile.txt +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/guard-red-team/malicious-encoded-shell-exfil.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/guard-red-team/malicious-github-action.yml +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/guard-red-team/malicious-mcp-delete.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/guard-red-team/malicious-mcp-secret-read.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/guard-red-team/malicious-mcp-skill-exfil.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/guard-red-team/malicious-npm-postinstall.js +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/guard-red-team/malicious-prompt-env-read.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/guard-red-team/malicious-prompt-guard-bypass.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/guard-red-team/malicious-prompt-npmrc-read.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/guard-red-team/malicious-python-setup.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/guard-red-team/smoke-evidence-template.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/hermes-plugin-evil/config.yaml +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/hermes-plugin-evil/mcp_servers.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/hermes-plugin-evil/skills/security/malicious/SKILL.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/hermes-plugin-evil/skills/stealth/sneaky/SKILL.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/hermes-plugin-evil/skills/stealth/sneaky/references/api-setup.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/hermes-plugin-evil/skills/stealth/sneaky/scripts/deploy.sh +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/hermes-plugin-evil/skills/utils/benign/SKILL.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/malformed-json/.codex-plugin/plugin.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/malicious-skill-plugin/.codex-plugin/plugin.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/malicious-skill-plugin/.codexignore +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/malicious-skill-plugin/LICENSE +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/malicious-skill-plugin/README.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/malicious-skill-plugin/SECURITY.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/malicious-skill-plugin/skills/leaky-skill/SKILL.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/mcp-canary-server.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/minimal-plugin/.codex-plugin/plugin.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/missing-fields/.codex-plugin/plugin.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/mit-license/LICENSE +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/multi-ecosystem-repo/codex-plugin/.codex-plugin/plugin.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/multi-ecosystem-repo/codex-plugin/LICENSE +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/multi-ecosystem-repo/codex-plugin/README.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/multi-ecosystem-repo/codex-plugin/SECURITY.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/multi-ecosystem-repo/gemini-ext/README.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/multi-ecosystem-repo/gemini-ext/gemini-extension.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/multi-plugin-repo/.agents/plugins/marketplace.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/multi-plugin-repo/plugins/alpha-plugin/.codex-plugin/plugin.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/multi-plugin-repo/plugins/alpha-plugin/.codexignore +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/multi-plugin-repo/plugins/alpha-plugin/LICENSE +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/multi-plugin-repo/plugins/alpha-plugin/README.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/multi-plugin-repo/plugins/alpha-plugin/SECURITY.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/multi-plugin-repo/plugins/alpha-plugin/skills/example/SKILL.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/multi-plugin-repo/plugins/beta-plugin/.codex-plugin/plugin.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/multi-plugin-repo/plugins/beta-plugin/skills/example/SKILL.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/no-version/.codex-plugin/plugin.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/opencode-good/.opencode/commands/hello.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/opencode-good/.opencode/plugins/example.ts +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/opencode-good/LICENSE +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/opencode-good/README.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/opencode-good/SECURITY.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/opencode-good/opencode.jsonc +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/skills-missing-dir/.codex-plugin/plugin.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/skills-no-frontmatter/.codex-plugin/plugin.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/skills-no-frontmatter/skills/bad-skill/SKILL.md +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/supply-chain/benign-npm-controls-package.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/supply-chain/benign-npm-package.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/supply-chain/benign-pnpm-package.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/supply-chain/benign-pyproject.toml +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/supply-chain/critical-base-image-Dockerfile +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/supply-chain/malicious-Dockerfile +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/supply-chain/malicious-action.yml +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/supply-chain/malicious-npm-env-fs-network-package.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/supply-chain/malicious-npm-obfuscated-package.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/supply-chain/malicious-npm-package.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/supply-chain/malicious-setup.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/tier2/cargo-safe/Cargo.lock +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/tier2/cargo-safe/Cargo.toml +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/tier2/cargo-vulnerable/Cargo.lock +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/tier2/cargo-vulnerable/Cargo.toml +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/tier2/composer-safe/composer.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/tier2/composer-safe/composer.lock +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/tier2/composer-vulnerable/composer.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/tier2/composer-vulnerable/composer.lock +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/tier2/go-safe/go.mod +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/tier2/go-vulnerable/go.mod +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/tier2/gradle-safe/build.gradle +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/tier2/gradle-safe/gradle.lockfile +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/tier2/gradle-vulnerable/build.gradle +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/tier2/gradle-vulnerable/gradle.lockfile +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/tier2/maven-safe/pom.xml +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/tier2/maven-vulnerable/pom.xml +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/tier2/rubygems-safe/Gemfile +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/tier2/rubygems-safe/Gemfile.lock +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/tier2/rubygems-vulnerable/Gemfile +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/tier2/rubygems-vulnerable/Gemfile.lock +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/with-marketplace/.codex-plugin/plugin.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/with-marketplace/marketplace-broken.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/fixtures/with-marketplace/marketplace.json +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/guard_python_phase12_support.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/guard_tier2_phase13_support.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test-trust-scoring.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test-trust-specs.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_action_runner.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_best_practices.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_cisco_install_surfaces.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_cli.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_code_quality.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_config.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_coverage_remaining.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_cursor_adapter.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_ecosystems.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_edge_cases.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_final_coverage.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_gemini_adapter.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_access_graph.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_action_identity.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_advisory_escalation.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_approval_continuity.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_approval_copy_commands.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_approval_decisions.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_approval_gate.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_approval_store_dedup.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_approval_store_phase14.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_approval_store_scale.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_approvals.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_bootstrap.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_bypass_detector.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_canary_fixtures.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_capabilities.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_cisco_evidence.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_cisco_runtime_cli.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_claude_adapter.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_cli.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_cloud_local_sync.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_codex_auto_resume_smoke.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_codex_e2e.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_codex_install.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_codex_proxy.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_codex_resume_commands.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_codex_resume_endpoints.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_config_paths.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_connect_flow.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_consumer_mode.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_copilot_adapter.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_copilot_proxy.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_daemon_cli.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_daemon_manager.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_daemon_perf.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_daemon_registry.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_daemon_repair_perf.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_daemon_wake.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_data_flow.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_decision_propagation.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_desktop_notifications.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_detector_fp.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_docs.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_event_schema_v1.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_events.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_evidence_api_contract.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_evidence_store.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_harness_contracts.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_harness_setup.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_harness_smoke.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_hashnet_mcp_canaries.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_headless_daemon_api.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_insights.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_inventory_cisco.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_inventory_contract.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_js_lab_phase11.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_js_lockfile_resolution_phase11.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_js_package_hook_phase11.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_js_package_intent_phase11.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_js_semver_phase11.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_js_supply_chain_phase11.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_launch_env.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_local_supply_chain_audit_phase16.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_local_supply_chain_phase15.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_mcp_detectors.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_mcp_package_proxy_phase14.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_mcp_protection.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_opencode_proxy.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_package_hook.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_package_hook_phase14.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_package_intent.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_package_resume_phase14.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_package_shims.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_phase03_local_install.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_phase03_remainder.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_phase04_failure_modes.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_phase04_harness_contracts.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_phase05_approval_memory.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_phase07_harness_coverage_matrix.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_policy_dedup.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_product_flow.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_product_model_contracts.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_prompt_injection.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_protect.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_python_lab_phase12.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_python_package_hook_phase12.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_python_package_intent_phase12.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_python_supply_chain_heuristics_phase12.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_python_supply_chain_phase12.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_queue_api_contract.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_queue_contract.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_receipt_p5_fields.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_receipt_persistence.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_red_team.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_red_team_e2e.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_redaction.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_registry_broker_skills_canaries.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_render.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_resolution_copy.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_risk.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_runtime_action_harnesses.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_runtime_actions.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_runtime_actions_phase14.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_runtime_decisions.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_runtime_detectors.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_runtime_signals.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_safe_decode.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_sandbox.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_settings_api.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_settings_presets.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_shim_truth.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_skill_protection.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_skill_protection_phase14.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_store_migrations.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_supply_chain.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_supply_chain_bundle.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_supply_chain_daemon.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_supply_chain_evaluator.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_supply_chain_sync.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_surface_server.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_threat_intel.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_tier2_labs_phase13.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_tier2_package_intent_phase13.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_tier2_supply_chain_phase13.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_verdicts.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_web_recovery.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_guard_wrapper_flows.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_hermes_adapter.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_integration.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_lint_fixes.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_live_cisco_smoke.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_manifest.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_marketplace.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_mcp_security.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_openclaw_adapter.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_opencode_adapter.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_operational_security.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_policy.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_quality_artifact.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_rule_registry.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_scanner.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_schema_contracts.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_security.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_security_ops.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_skill_security.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_submission.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_trust_scoring.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_trust_specs.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_verification.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/tests/test_versioning.py +0 -0
- {hol_guard-2.0.330 → hol_guard-2.0.332}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hol-guard
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.332
|
|
4
4
|
Summary: Protect local AI harnesses with HOL Guard before tools run in Codex, Claude Code, Cursor, Gemini, and OpenCode.
|
|
5
5
|
Project-URL: Homepage, https://github.com/hashgraph-online/hol-guard
|
|
6
6
|
Project-URL: Repository, https://github.com/hashgraph-online/hol-guard
|
|
@@ -62,10 +62,12 @@ import {
|
|
|
62
62
|
isCodexHarness,
|
|
63
63
|
buildCodexResumeUx,
|
|
64
64
|
} from "./approval-center-utils";
|
|
65
|
+
import { requiresApprovalPasswordPrompt } from "./approval-gate-utils";
|
|
65
66
|
import {
|
|
66
67
|
WhyThisPaused,
|
|
67
68
|
ApproveConsequence,
|
|
68
69
|
BlockConsequence,
|
|
70
|
+
ApprovalPasswordModal,
|
|
69
71
|
} from "./approval-center-review-cards";
|
|
70
72
|
import {
|
|
71
73
|
buildProgressCopy,
|
|
@@ -473,6 +475,7 @@ function QueueWorkspace(props: {
|
|
|
473
475
|
detail={props.detail}
|
|
474
476
|
onGoHome={props.onGoHome}
|
|
475
477
|
onResolve={props.onResolve}
|
|
478
|
+
approvalGate={props.approvalGate ?? null}
|
|
476
479
|
/>
|
|
477
480
|
</div>
|
|
478
481
|
</div>
|
|
@@ -490,6 +493,7 @@ function QueueWorkspace(props: {
|
|
|
490
493
|
detail={props.detail}
|
|
491
494
|
onGoHome={props.onGoHome}
|
|
492
495
|
onResolve={props.onResolve}
|
|
496
|
+
approvalGate={props.approvalGate ?? null}
|
|
493
497
|
/>
|
|
494
498
|
</div>
|
|
495
499
|
)}
|
|
@@ -1135,6 +1139,7 @@ function DecisionWorkspace(props: {
|
|
|
1135
1139
|
detail: DetailState;
|
|
1136
1140
|
onGoHome: () => void;
|
|
1137
1141
|
onResolve: LayoutProps["onResolve"];
|
|
1142
|
+
approvalGate?: GuardApprovalGatePublicConfig | null;
|
|
1138
1143
|
}) {
|
|
1139
1144
|
const [scope, setScope] = useState<DecisionScope>("artifact");
|
|
1140
1145
|
const [reason, setReason] = useState("approved in local approval center");
|
|
@@ -1142,9 +1147,22 @@ function DecisionWorkspace(props: {
|
|
|
1142
1147
|
const [errorMessage, setErrorMessage] = useState<string | null>(null);
|
|
1143
1148
|
const [resolvedBanner, setResolvedBanner] = useState<"allow" | "block" | null>(null);
|
|
1144
1149
|
const [resolvedState, setResolvedState] = useState<"idle" | "decided" | "loaded">("idle");
|
|
1150
|
+
const [approvalPassword, setApprovalPassword] = useState("");
|
|
1151
|
+
const [approvalTotpCode, setApprovalTotpCode] = useState("");
|
|
1152
|
+
const [useCooldown, setUseCooldown] = useState(false);
|
|
1153
|
+
const [pendingAction, setPendingAction] = useState<"allow" | "block" | null>(null);
|
|
1145
1154
|
const bannerTimerRef = useRef<ReturnType<typeof setTimeout> | null>(null);
|
|
1146
1155
|
const prevRequestIdRef = useRef<string | null>(null);
|
|
1147
1156
|
|
|
1157
|
+
const gateRequiresPassword = useMemo(() => {
|
|
1158
|
+
const gate = props.approvalGate;
|
|
1159
|
+
return (
|
|
1160
|
+
gate?.enabled === true &&
|
|
1161
|
+
gate?.configured === true &&
|
|
1162
|
+
requiresApprovalPasswordPrompt(gate.cooldown_active, gate.strict_all_decisions, scope)
|
|
1163
|
+
);
|
|
1164
|
+
}, [props.approvalGate, scope]);
|
|
1165
|
+
|
|
1148
1166
|
useEffect(() => {
|
|
1149
1167
|
if (props.detail.kind === "ready") {
|
|
1150
1168
|
const isNewItem = props.detail.item.request_id !== prevRequestIdRef.current;
|
|
@@ -1152,6 +1170,10 @@ function DecisionWorkspace(props: {
|
|
|
1152
1170
|
if (isNewItem) {
|
|
1153
1171
|
setResolvedBanner(null);
|
|
1154
1172
|
setResolvedState("loaded");
|
|
1173
|
+
setApprovalPassword("");
|
|
1174
|
+
setApprovalTotpCode("");
|
|
1175
|
+
setUseCooldown(false);
|
|
1176
|
+
setPendingAction(null);
|
|
1155
1177
|
if (bannerTimerRef.current !== null) {
|
|
1156
1178
|
clearTimeout(bannerTimerRef.current);
|
|
1157
1179
|
bannerTimerRef.current = null;
|
|
@@ -1179,14 +1201,30 @@ function DecisionWorkspace(props: {
|
|
|
1179
1201
|
setSubmitting(action);
|
|
1180
1202
|
setErrorMessage(null);
|
|
1181
1203
|
try {
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1204
|
+
const gate = props.approvalGate;
|
|
1205
|
+
const includeGateFields =
|
|
1206
|
+
gate?.enabled === true &&
|
|
1207
|
+
gate?.configured === true &&
|
|
1208
|
+
requiresApprovalPasswordPrompt(gate.cooldown_active, gate.strict_all_decisions, scope);
|
|
1209
|
+
await props.onResolve({
|
|
1210
|
+
...buildDecisionPayload({
|
|
1211
|
+
item: readyItem,
|
|
1212
|
+
action,
|
|
1213
|
+
scope,
|
|
1214
|
+
reason,
|
|
1215
|
+
}),
|
|
1216
|
+
...(includeGateFields ? { approval_password: approvalPassword } : {}),
|
|
1217
|
+
...(includeGateFields && gate?.totp_enabled === true
|
|
1218
|
+
? { approval_totp_code: approvalTotpCode }
|
|
1219
|
+
: {}),
|
|
1220
|
+
...(includeGateFields ? { approval_gate_use_cooldown: useCooldown } : {}),
|
|
1221
|
+
});
|
|
1188
1222
|
setResolvedState("decided");
|
|
1189
1223
|
setResolvedBanner(action);
|
|
1224
|
+
setApprovalPassword("");
|
|
1225
|
+
setApprovalTotpCode("");
|
|
1226
|
+
setUseCooldown(false);
|
|
1227
|
+
setPendingAction(null);
|
|
1190
1228
|
bannerTimerRef.current = setTimeout(() => {
|
|
1191
1229
|
setResolvedBanner(null);
|
|
1192
1230
|
}, 1500);
|
|
@@ -1195,23 +1233,51 @@ function DecisionWorkspace(props: {
|
|
|
1195
1233
|
setSubmitting(null);
|
|
1196
1234
|
}
|
|
1197
1235
|
},
|
|
1198
|
-
[props.onResolve, readyItem, reason, scope]
|
|
1236
|
+
[props.onResolve, props.approvalGate, readyItem, reason, scope, approvalPassword, approvalTotpCode, useCooldown]
|
|
1199
1237
|
);
|
|
1200
1238
|
|
|
1201
1239
|
const handleRequestResolve = useCallback(
|
|
1202
1240
|
(action: "allow" | "block") => {
|
|
1241
|
+
if (gateRequiresPassword) {
|
|
1242
|
+
setPendingAction(action);
|
|
1243
|
+
setErrorMessage(null);
|
|
1244
|
+
return;
|
|
1245
|
+
}
|
|
1203
1246
|
void handleResolve(action);
|
|
1204
1247
|
},
|
|
1205
|
-
[handleResolve]
|
|
1248
|
+
[handleResolve, gateRequiresPassword]
|
|
1206
1249
|
);
|
|
1207
1250
|
|
|
1208
1251
|
const handleAllowDirect = useCallback(() => handleRequestResolve("allow"), [handleRequestResolve]);
|
|
1209
1252
|
const handleBlockDirect = useCallback(() => handleRequestResolve("block"), [handleRequestResolve]);
|
|
1210
1253
|
|
|
1254
|
+
const handleModalSubmit = useCallback(() => {
|
|
1255
|
+
if (pendingAction !== null) {
|
|
1256
|
+
void handleResolve(pendingAction);
|
|
1257
|
+
}
|
|
1258
|
+
}, [pendingAction, handleResolve]);
|
|
1259
|
+
|
|
1260
|
+
const handleModalCancel = useCallback(() => {
|
|
1261
|
+
setPendingAction(null);
|
|
1262
|
+
setApprovalPassword("");
|
|
1263
|
+
setApprovalTotpCode("");
|
|
1264
|
+
setUseCooldown(false);
|
|
1265
|
+
}, []);
|
|
1266
|
+
|
|
1267
|
+
const handleApprovalPasswordChange = useCallback((event: ChangeEvent<HTMLInputElement>) => {
|
|
1268
|
+
setApprovalPassword(event.target.value);
|
|
1269
|
+
}, []);
|
|
1270
|
+
const handleApprovalTotpCodeChange = useCallback((event: ChangeEvent<HTMLInputElement>) => {
|
|
1271
|
+
setApprovalTotpCode(event.target.value);
|
|
1272
|
+
}, []);
|
|
1273
|
+
const handleUseCooldownChange = useCallback((event: ChangeEvent<HTMLInputElement>) => {
|
|
1274
|
+
setUseCooldown(event.target.checked);
|
|
1275
|
+
}, []);
|
|
1276
|
+
|
|
1211
1277
|
useEffect(() => {
|
|
1212
1278
|
if (props.detail.kind !== "ready") return;
|
|
1213
1279
|
const onKeyDown = (event: KeyboardEvent) => {
|
|
1214
|
-
if (submitting !== null) return;
|
|
1280
|
+
if (submitting !== null || pendingAction !== null) return;
|
|
1215
1281
|
const target = event.target as HTMLElement;
|
|
1216
1282
|
if (
|
|
1217
1283
|
target.tagName === "INPUT" ||
|
|
@@ -1224,7 +1290,7 @@ function DecisionWorkspace(props: {
|
|
|
1224
1290
|
};
|
|
1225
1291
|
window.addEventListener("keydown", onKeyDown);
|
|
1226
1292
|
return () => window.removeEventListener("keydown", onKeyDown);
|
|
1227
|
-
}, [props.detail.kind, submitting, handleRequestResolve]);
|
|
1293
|
+
}, [props.detail.kind, submitting, pendingAction, handleRequestResolve]);
|
|
1228
1294
|
|
|
1229
1295
|
if (props.detail.kind === "loading") {
|
|
1230
1296
|
return (
|
|
@@ -1333,6 +1399,20 @@ function DecisionWorkspace(props: {
|
|
|
1333
1399
|
/>
|
|
1334
1400
|
<ScannerEvidenceSectionFull item={item} />
|
|
1335
1401
|
<WhatChanged item={item} diff={diff} receipt={receipt} policy={policy} />
|
|
1402
|
+
{pendingAction !== null && props.approvalGate != null && (
|
|
1403
|
+
<ApprovalPasswordModal
|
|
1404
|
+
gate={props.approvalGate}
|
|
1405
|
+
approvalPassword={approvalPassword}
|
|
1406
|
+
approvalTotpCode={approvalTotpCode}
|
|
1407
|
+
useCooldown={useCooldown}
|
|
1408
|
+
onApprovalPasswordChange={handleApprovalPasswordChange}
|
|
1409
|
+
onApprovalTotpCodeChange={handleApprovalTotpCodeChange}
|
|
1410
|
+
onUseCooldownChange={handleUseCooldownChange}
|
|
1411
|
+
onSubmit={handleModalSubmit}
|
|
1412
|
+
onCancel={handleModalCancel}
|
|
1413
|
+
submitLabel={pendingAction === "allow" ? allowLabel : "Keep blocked"}
|
|
1414
|
+
/>
|
|
1415
|
+
)}
|
|
1336
1416
|
</div>
|
|
1337
1417
|
);
|
|
1338
1418
|
}
|
|
@@ -0,0 +1,281 @@
|
|
|
1
|
+
import { useCallback, useEffect, useRef, type ChangeEvent } from "react";
|
|
2
|
+
import { HiMiniCheck, HiMiniXMark, HiMiniKey } from "react-icons/hi2";
|
|
3
|
+
import type { GuardApprovalRequest, GuardApprovalGatePublicConfig } from "./guard-types";
|
|
4
|
+
import { approvalGateCooldownLabel } from "./approval-gate-utils";
|
|
5
|
+
|
|
6
|
+
type WhyThisPausedProps = {
|
|
7
|
+
item: GuardApprovalRequest;
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export function WhyThisPaused(props: WhyThisPausedProps) {
|
|
11
|
+
const signals = props.item.decision_v2_json?.signals ?? [];
|
|
12
|
+
const plainReasons = signals
|
|
13
|
+
.filter((s) => s.plain_reason.trim().length > 0)
|
|
14
|
+
.map((s) => s.plain_reason);
|
|
15
|
+
|
|
16
|
+
const reasons: string[] =
|
|
17
|
+
plainReasons.length > 0
|
|
18
|
+
? plainReasons
|
|
19
|
+
: props.item.why_now
|
|
20
|
+
? [props.item.why_now]
|
|
21
|
+
: [];
|
|
22
|
+
|
|
23
|
+
if (reasons.length === 0) return null;
|
|
24
|
+
|
|
25
|
+
return (
|
|
26
|
+
<div className="mt-3 space-y-1">
|
|
27
|
+
<p className="font-mono text-[11px] font-semibold uppercase tracking-[0.2em] text-muted-foreground">
|
|
28
|
+
Why this was paused
|
|
29
|
+
</p>
|
|
30
|
+
<ul className="space-y-1">
|
|
31
|
+
{reasons.map((reason) => (
|
|
32
|
+
<li key={reason} className="flex items-start gap-2 text-sm text-brand-dark/80">
|
|
33
|
+
<span className="mt-1.5 h-1.5 w-1.5 shrink-0 rounded-full bg-brand-purple/60" />
|
|
34
|
+
{reason}
|
|
35
|
+
</li>
|
|
36
|
+
))}
|
|
37
|
+
</ul>
|
|
38
|
+
</div>
|
|
39
|
+
);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
type ApproveConsequenceProps = {
|
|
43
|
+
retryInstruction: string | null;
|
|
44
|
+
isCodex?: boolean;
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export function ApproveConsequence(props: ApproveConsequenceProps) {
|
|
48
|
+
const text =
|
|
49
|
+
props.isCodex === true
|
|
50
|
+
? "If you approve: Codex will continue the blocked action automatically."
|
|
51
|
+
: props.retryInstruction !== null
|
|
52
|
+
? `If you approve: ${props.retryInstruction}`
|
|
53
|
+
: "If you approve: HOL Guard will let this action run and remember your choice within the selected scope.";
|
|
54
|
+
return (
|
|
55
|
+
<div className="flex items-start gap-2">
|
|
56
|
+
<HiMiniCheck className="mt-0.5 h-3.5 w-3.5 shrink-0 text-brand-green" aria-hidden="true" />
|
|
57
|
+
<p className="text-xs leading-5 text-muted-foreground">{text}</p>
|
|
58
|
+
</div>
|
|
59
|
+
);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
export function BlockConsequence(props: { isCodex?: boolean }) {
|
|
63
|
+
const text =
|
|
64
|
+
props.isCodex === true
|
|
65
|
+
? "If you block: Codex will stop here. Return to your terminal to continue with a different approach."
|
|
66
|
+
: "If you block: HOL Guard will stop this action and you can allow it again any time from the Review Queue.";
|
|
67
|
+
return (
|
|
68
|
+
<div className="flex items-start gap-2">
|
|
69
|
+
<HiMiniXMark className="mt-0.5 h-3.5 w-3.5 shrink-0 text-brand-purple" aria-hidden="true" />
|
|
70
|
+
<p className="text-xs leading-5 text-muted-foreground">
|
|
71
|
+
{text}
|
|
72
|
+
</p>
|
|
73
|
+
</div>
|
|
74
|
+
);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
export function KeyboardHints() {
|
|
78
|
+
return (
|
|
79
|
+
<div className="mt-4 hidden items-center gap-4 text-xs text-muted-foreground md:flex">
|
|
80
|
+
<span className="flex items-center gap-1.5">
|
|
81
|
+
<kbd className="rounded border border-slate-200 bg-slate-50 px-1.5 py-0.5 font-mono text-[11px]">
|
|
82
|
+
A
|
|
83
|
+
</kbd>
|
|
84
|
+
Approve
|
|
85
|
+
</span>
|
|
86
|
+
<span className="flex items-center gap-1.5">
|
|
87
|
+
<kbd className="rounded border border-slate-200 bg-slate-50 px-1.5 py-0.5 font-mono text-[11px]">
|
|
88
|
+
B
|
|
89
|
+
</kbd>
|
|
90
|
+
Block
|
|
91
|
+
</span>
|
|
92
|
+
<span className="text-slate-400">·</span>
|
|
93
|
+
<span>Keyboard shortcuts available after reviewing above</span>
|
|
94
|
+
</div>
|
|
95
|
+
);
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
type ApprovalPasswordModalProps = {
|
|
99
|
+
gate: GuardApprovalGatePublicConfig;
|
|
100
|
+
approvalPassword: string;
|
|
101
|
+
approvalTotpCode: string;
|
|
102
|
+
useCooldown: boolean;
|
|
103
|
+
onApprovalPasswordChange: (event: ChangeEvent<HTMLInputElement>) => void;
|
|
104
|
+
onApprovalTotpCodeChange: (event: ChangeEvent<HTMLInputElement>) => void;
|
|
105
|
+
onUseCooldownChange: (event: ChangeEvent<HTMLInputElement>) => void;
|
|
106
|
+
onSubmit: () => void;
|
|
107
|
+
onCancel: () => void;
|
|
108
|
+
submitLabel: string;
|
|
109
|
+
};
|
|
110
|
+
|
|
111
|
+
export function ApprovalPasswordModal(props: ApprovalPasswordModalProps) {
|
|
112
|
+
const passwordRef = useRef<HTMLInputElement>(null);
|
|
113
|
+
useEffect(() => {
|
|
114
|
+
const timer = setTimeout(() => {
|
|
115
|
+
passwordRef.current?.focus();
|
|
116
|
+
}, 50);
|
|
117
|
+
return () => clearTimeout(timer);
|
|
118
|
+
}, []);
|
|
119
|
+
|
|
120
|
+
const showCooldownOption =
|
|
121
|
+
props.gate.cooldown_seconds > 0 &&
|
|
122
|
+
!props.gate.cooldown_active &&
|
|
123
|
+
props.gate.totp_enabled !== true;
|
|
124
|
+
|
|
125
|
+
const handleBackdropClick = useCallback(
|
|
126
|
+
(e: React.MouseEvent<HTMLDivElement>) => {
|
|
127
|
+
if (e.target === e.currentTarget) props.onCancel();
|
|
128
|
+
},
|
|
129
|
+
[props.onCancel]
|
|
130
|
+
);
|
|
131
|
+
|
|
132
|
+
const handleKeyDown = useCallback(
|
|
133
|
+
(e: React.KeyboardEvent<HTMLDivElement>) => {
|
|
134
|
+
if (e.key === "Enter") {
|
|
135
|
+
e.preventDefault();
|
|
136
|
+
props.onSubmit();
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
[props.onSubmit]
|
|
140
|
+
);
|
|
141
|
+
|
|
142
|
+
return (
|
|
143
|
+
<div
|
|
144
|
+
className="fixed inset-0 z-50 flex items-center justify-center bg-black/30 p-4 backdrop-blur-sm"
|
|
145
|
+
onClick={handleBackdropClick}
|
|
146
|
+
onKeyDown={handleKeyDown}
|
|
147
|
+
role="dialog"
|
|
148
|
+
aria-modal="true"
|
|
149
|
+
aria-labelledby="approval-password-modal-title"
|
|
150
|
+
>
|
|
151
|
+
<div className="w-full max-w-md rounded-2xl border border-slate-200 bg-white p-6 shadow-2xl">
|
|
152
|
+
<div className="flex items-center gap-3">
|
|
153
|
+
<span className="inline-flex h-10 w-10 items-center justify-center rounded-full bg-brand-blue/10">
|
|
154
|
+
<HiMiniKey className="h-5 w-5 text-brand-blue" aria-hidden="true" />
|
|
155
|
+
</span>
|
|
156
|
+
<div>
|
|
157
|
+
<h2
|
|
158
|
+
id="approval-password-modal-title"
|
|
159
|
+
className="text-lg font-semibold tracking-tight text-brand-dark"
|
|
160
|
+
>
|
|
161
|
+
Approval password required
|
|
162
|
+
</h2>
|
|
163
|
+
<p className="text-sm text-brand-dark/70">
|
|
164
|
+
Guard needs a fresh proof before it can save this decision.
|
|
165
|
+
</p>
|
|
166
|
+
</div>
|
|
167
|
+
</div>
|
|
168
|
+
|
|
169
|
+
<div className="mt-5 space-y-3">
|
|
170
|
+
<label className="block">
|
|
171
|
+
<span className="text-sm font-semibold text-brand-dark">Approval password</span>
|
|
172
|
+
<input
|
|
173
|
+
ref={passwordRef}
|
|
174
|
+
type="password"
|
|
175
|
+
autoComplete="current-password"
|
|
176
|
+
value={props.approvalPassword}
|
|
177
|
+
onChange={props.onApprovalPasswordChange}
|
|
178
|
+
className="mt-1 min-h-10 w-full rounded-lg border border-slate-200 bg-white px-3 py-1.5 text-sm text-brand-dark focus:border-brand-blue focus:outline-none focus:ring-2 focus:ring-brand-blue/20"
|
|
179
|
+
/>
|
|
180
|
+
</label>
|
|
181
|
+
{props.gate.totp_enabled === true && (
|
|
182
|
+
<label className="block">
|
|
183
|
+
<span className="text-sm font-semibold text-brand-dark">Authenticator code</span>
|
|
184
|
+
<input
|
|
185
|
+
type="text"
|
|
186
|
+
inputMode="numeric"
|
|
187
|
+
pattern="[0-9]*"
|
|
188
|
+
value={props.approvalTotpCode}
|
|
189
|
+
onChange={props.onApprovalTotpCodeChange}
|
|
190
|
+
className="mt-1 min-h-10 w-full rounded-lg border border-slate-200 bg-white px-3 py-1.5 text-sm text-brand-dark focus:border-brand-blue focus:outline-none focus:ring-2 focus:ring-brand-blue/20"
|
|
191
|
+
/>
|
|
192
|
+
</label>
|
|
193
|
+
)}
|
|
194
|
+
{showCooldownOption && (
|
|
195
|
+
<label className="flex cursor-pointer items-center gap-2 text-sm text-brand-dark">
|
|
196
|
+
<input
|
|
197
|
+
type="checkbox"
|
|
198
|
+
checked={props.useCooldown}
|
|
199
|
+
onChange={props.onUseCooldownChange}
|
|
200
|
+
className="h-4 w-4 accent-brand-blue"
|
|
201
|
+
/>
|
|
202
|
+
Skip password for next {approvalGateCooldownLabel(props.gate.cooldown_seconds).toLowerCase()} (use cooldown)
|
|
203
|
+
</label>
|
|
204
|
+
)}
|
|
205
|
+
</div>
|
|
206
|
+
|
|
207
|
+
<div className="mt-6 flex flex-col gap-2 sm:flex-row sm:justify-end">
|
|
208
|
+
<button
|
|
209
|
+
type="button"
|
|
210
|
+
onClick={props.onCancel}
|
|
211
|
+
className="rounded-full border border-slate-200 bg-white px-4 py-2 text-sm font-medium text-brand-dark transition-colors hover:bg-slate-50"
|
|
212
|
+
>
|
|
213
|
+
Go back
|
|
214
|
+
</button>
|
|
215
|
+
<button
|
|
216
|
+
type="button"
|
|
217
|
+
onClick={props.onSubmit}
|
|
218
|
+
className="rounded-full bg-brand-blue px-4 py-2 text-sm font-semibold text-white transition-colors hover:bg-brand-blue/90"
|
|
219
|
+
>
|
|
220
|
+
{props.submitLabel}
|
|
221
|
+
</button>
|
|
222
|
+
</div>
|
|
223
|
+
</div>
|
|
224
|
+
</div>
|
|
225
|
+
);
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
type ConfirmModalProps = {
|
|
229
|
+
action: "allow" | "block";
|
|
230
|
+
scopeLabel: string;
|
|
231
|
+
onConfirm: () => void;
|
|
232
|
+
onCancel: () => void;
|
|
233
|
+
};
|
|
234
|
+
|
|
235
|
+
export function ConfirmModal(props: ConfirmModalProps) {
|
|
236
|
+
const handleBackdropClick = useCallback(
|
|
237
|
+
(e: React.MouseEvent<HTMLDivElement>) => {
|
|
238
|
+
if (e.target === e.currentTarget) props.onCancel();
|
|
239
|
+
},
|
|
240
|
+
[props.onCancel]
|
|
241
|
+
);
|
|
242
|
+
|
|
243
|
+
const isAllow = props.action === "allow";
|
|
244
|
+
const titleText = isAllow ? "Broad approval — are you sure?" : "Broad block — are you sure?";
|
|
245
|
+
const confirmText = isAllow ? "Confirm approval" : "Confirm block";
|
|
246
|
+
const confirmClass = isAllow
|
|
247
|
+
? "rounded-full bg-brand-blue px-4 py-2 text-sm font-semibold text-white transition-colors hover:bg-brand-blue/90"
|
|
248
|
+
: "rounded-full bg-brand-purple px-4 py-2 text-sm font-semibold text-white transition-colors hover:bg-brand-purple/90";
|
|
249
|
+
|
|
250
|
+
return (
|
|
251
|
+
<div
|
|
252
|
+
className="fixed inset-0 z-50 flex items-center justify-center bg-black/30 p-4 backdrop-blur-sm"
|
|
253
|
+
onClick={handleBackdropClick}
|
|
254
|
+
>
|
|
255
|
+
<div className="w-full max-w-md rounded-2xl border border-slate-200 bg-white p-6 shadow-2xl">
|
|
256
|
+
<h2 className="text-lg font-semibold tracking-tight text-brand-dark">
|
|
257
|
+
{titleText}
|
|
258
|
+
</h2>
|
|
259
|
+
<p className="mt-3 text-sm leading-6 text-brand-dark/70">
|
|
260
|
+
This will remember your choice for {props.scopeLabel}. This is harder to undo.
|
|
261
|
+
</p>
|
|
262
|
+
<div className="mt-5 flex flex-col gap-2 sm:flex-row sm:justify-end">
|
|
263
|
+
<button
|
|
264
|
+
type="button"
|
|
265
|
+
onClick={props.onCancel}
|
|
266
|
+
className="rounded-full border border-slate-200 bg-white px-4 py-2 text-sm font-medium text-brand-dark transition-colors hover:bg-slate-50"
|
|
267
|
+
>
|
|
268
|
+
Go back
|
|
269
|
+
</button>
|
|
270
|
+
<button
|
|
271
|
+
type="button"
|
|
272
|
+
onClick={props.onConfirm}
|
|
273
|
+
className={confirmClass}
|
|
274
|
+
>
|
|
275
|
+
{confirmText}
|
|
276
|
+
</button>
|
|
277
|
+
</div>
|
|
278
|
+
</div>
|
|
279
|
+
</div>
|
|
280
|
+
);
|
|
281
|
+
}
|