hol-guard 2.0.332__tar.gz → 2.0.333__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.332 → hol_guard-2.0.333}/PKG-INFO +1 -1
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/package.json +1 -1
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/app.tsx +65 -2
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/approval-center-layout.tsx +13 -1
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/approval-center-primitives.tsx +10 -2
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/apps/app-detail-workspace.tsx +53 -0
- hol_guard-2.0.333/dashboard/src/audit-workspace.tsx +396 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/evidence-action-detail.tsx +78 -0
- hol_guard-2.0.333/dashboard/src/feed-health-workspace.tsx +237 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/home-dashboard.tsx +9 -0
- hol_guard-2.0.333/dashboard/src/home-protection-module.tsx +243 -0
- hol_guard-2.0.333/dashboard/src/policy-workspace.tsx +424 -0
- hol_guard-2.0.333/dashboard/src/scrg159-170.test.ts +251 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/settings-workspace.tsx +8 -1
- hol_guard-2.0.333/dashboard/src/supply-chain-workspace.tsx +386 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/pyproject.toml +1 -1
- {hol_guard-2.0.332 → hol_guard-2.0.333}/pyproject.toml.bak +1 -1
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/daemon/static/assets/chunks/app-detail-workspace.js +33 -1
- hol_guard-2.0.333/src/codex_plugin_scanner/guard/daemon/static/assets/chunks/audit-workspace.js +254 -0
- hol_guard-2.0.333/src/codex_plugin_scanner/guard/daemon/static/assets/chunks/feed-health-workspace.js +159 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/daemon/static/assets/chunks/fleet-workspace.js +1 -1
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/daemon/static/assets/chunks/help-modal.js +1 -1
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/daemon/static/assets/chunks/home-dashboard.js +163 -1
- hol_guard-2.0.333/src/codex_plugin_scanner/guard/daemon/static/assets/chunks/policy-workspace.js +264 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/daemon/static/assets/chunks/runtime-overview.js +21 -1
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/daemon/static/assets/chunks/settings-workspace.js +8 -5
- hol_guard-2.0.333/src/codex_plugin_scanner/guard/daemon/static/assets/chunks/supply-chain-workspace.js +250 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/daemon/static/assets/guard-dashboard.js +449 -183
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/daemon/static/assets/index.css +172 -9
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/version.py +1 -1
- {hol_guard-2.0.332 → hol_guard-2.0.333}/.clusterfuzzlite/Dockerfile +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/.clusterfuzzlite/build.sh +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/.clusterfuzzlite/project.yaml +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/.clusterfuzzlite/requirements-atheris.txt +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/.dockerignore +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/.github/CODEOWNERS +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/.github/ISSUE_TEMPLATE/bug-report.yml +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/.github/ISSUE_TEMPLATE/feature-request.yml +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/.github/dependabot.yml +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/.github/workflows/ci.yml +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/.github/workflows/codeql.yml +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/.github/workflows/dependabot-uv-lock.yml +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/.github/workflows/fuzz.yml +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/.github/workflows/harness-smoke.yml +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/.github/workflows/publish.yml +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/.github/workflows/scorecard.yml +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/.gitignore +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/.pre-commit-hooks.yaml +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/CONTRIBUTING.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/Dockerfile +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/LICENSE +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/PRODUCT.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/README.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/SECURITY.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/index.html +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/pnpm-lock.yaml +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/public/apple-touch-icon.png +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/public/brand/Logo_Icon_Dark.png +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/public/brand/Logo_Whole.png +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/public/favicon-16x16.png +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/public/favicon-32x32.png +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/public/favicon.ico +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/app-detail-phase11.test.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/app-detail-workspace.test.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/app-routing.test.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/approval-center-layout.test.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/approval-center-mobile.test.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/approval-center-review-cards.tsx +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/approval-center-utils.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/approval-gate-utils.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/approval-gate.test.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/approval-scopes.test.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/approval-scopes.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/apps/app-catalog.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/clear-policy-payload.test.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/clear-policy-payload.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/compare-time-periods.tsx +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/data-flow-evidence-card.tsx +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/error-boundary.tsx +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/app-tab.tsx +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/categories.tsx +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/category-tab.tsx +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/evidence-action-list.tsx +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/evidence-analytics-panel.tsx +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/evidence-clear-modal.tsx +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/evidence-copy.test.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/evidence-detail.test.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/evidence-export-drawer.tsx +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/evidence-export.test.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/evidence-export.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/evidence-filter-bar.tsx +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/evidence-filters.test.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/evidence-filters.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/evidence-insight-strip.tsx +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/evidence-metrics.test.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/evidence-metrics.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/evidence-pagination.test.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/evidence-pagination.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/evidence-perf.test.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/evidence-period.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/evidence-sort.test.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/evidence-sort.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/evidence-story.test.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/evidence-types.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/evidence-url-state.test.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/evidence-url-state.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/evidence-view-shell.tsx +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/explore-tab.tsx +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/index.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/plain-english.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/evidence/story-tab.tsx +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/fleet-workspace-phase11.test.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/fleet-workspace.test.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/fleet-workspace.tsx +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/guard-api.test.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/guard-api.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/guard-demo.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/guard-types.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/help-modal.tsx +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/history-analytics.tsx +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/history-charts.tsx +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/history-export.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/home-dashboard.test.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/main.tsx +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/phase09-review.test.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/queue-chip-filter.tsx +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/queue-state.test.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/queue-state.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/receipts-workspace.test.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/receipts-workspace.tsx +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/review-workspace.tsx +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/risk-signal-cards.test.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/risk-signal-cards.tsx +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/runtime-overview.test.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/runtime-overview.tsx +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/scanner-evidence-badge.tsx +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/security-fixes.test.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/settings-workspace-phase11.test.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/settings-workspace.test.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/styles.css +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/totp-enrollment-qr-panel.tsx +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/use-debounce.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/use-focus-trap.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/use-keyboard-shortcut.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/use-reduced-motion.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/use-route-focus.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/vite-env.d.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/src/watched-app-card.tsx +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/tsconfig.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/dashboard/vite.config.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/docker-requirements.txt +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/docs/guard/architecture.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/docs/guard/get-started.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/docs/guard/harness-support.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/docs/guard/local-vs-cloud.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/docs/guard/release-checklist.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/docs/guard/smoke-tests.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/docs/guard/testing-matrix.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/docs/trust/mcp-trust-draft.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/docs/trust/plugin-trust-draft.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/docs/trust/skill-trust-local.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/fuzzers/manifest_fuzzer.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/requirements.txt +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/schemas/plugin-quality.v1.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/schemas/scan-result.v1.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/schemas/verify-result.v1.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/scripts/codex-auto-resume-smoke.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/__init__.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/action_runner.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/argparse_utils.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/checks/__init__.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/checks/best_practices.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/checks/claude.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/checks/code_quality.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/checks/ecosystem_common.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/checks/gemini.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/checks/manifest.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/checks/manifest_support.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/checks/marketplace.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/checks/mcp_security.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/checks/opencode.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/checks/operational_security.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/checks/security.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/checks/skill_security.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/cli.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/cli_ui.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/config.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/ecosystems/__init__.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/ecosystems/base.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/ecosystems/claude.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/ecosystems/codex.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/ecosystems/detect.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/ecosystems/gemini.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/ecosystems/opencode.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/ecosystems/registry.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/ecosystems/types.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/github_reporting.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/__init__.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/access_graph_events.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/adapters/__init__.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/adapters/antigravity.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/adapters/base.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/adapters/claude_code.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/adapters/cloud_identity.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/adapters/codex.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/adapters/contracts.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/adapters/copilot.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/adapters/cursor.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/adapters/gemini.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/adapters/hermes.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/adapters/mcp_servers.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/adapters/openclaw.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/adapters/openclaw_config.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/adapters/openclaw_support.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/adapters/opencode.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/adapters/opencode_artifacts.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/advisory_model.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/approval_gate.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/approval_gate_state.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/approvals.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/bridge/__init__.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/capabilities.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/cli/__init__.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/cli/approval_commands.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/cli/approval_gate_prompt.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/cli/bootstrap.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/cli/commands.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/cli/connect_flow.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/cli/docs.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/cli/install_commands.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/cli/product.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/cli/prompt.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/cli/render.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/cli/update_commands.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/codex_app_server.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/codex_config.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/codex_resume.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/config.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/consumer/__init__.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/consumer/service.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/daemon/__init__.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/daemon/client.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/daemon/manager.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/daemon/server.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/daemon/static/apple-touch-icon.png +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/daemon/static/assets/chunks/app-catalog.js +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/daemon/static/assets/chunks/use-focus-trap.js +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/daemon/static/brand/Logo_Icon_Dark.png +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/daemon/static/brand/Logo_Whole.png +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/daemon/static/favicon-16x16.png +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/daemon/static/favicon-32x32.png +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/daemon/static/favicon.ico +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/daemon/static/index.html +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/desktop_notifications.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/edge_events.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/harness_usage.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/incident.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/insights.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/inventory_cisco.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/inventory_contract.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/launcher.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/local_supply_chain.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/mcp_tool_calls.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/models.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/policy/__init__.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/policy/engine.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/product_model.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/protect.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/provenance.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/proxy/__init__.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/proxy/remote.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/proxy/runtime_mcp.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/proxy/stdio.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/receipts/__init__.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/receipts/manager.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/redaction.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/risk.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/__init__.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/action_identity.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/actions.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/advisory_escalation.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/advisory_matchers.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/cisco_evidence.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/cisco_preflight.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/composition_rules.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/data_flow.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/data_flow_rules.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/data_flow_variables.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/decisions.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/detectors.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/false_positive_rules.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/js_semver.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/mcp_protection.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/package_intent.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/package_intent_common.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/package_intent_parser.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/package_manifest_diff.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/persistence_rules.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/prompt_injection.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/runner.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/safe_decode.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/sandbox.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/scanner_cache.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/secret_file_requests.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/secret_sensitivity.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/secret_sources.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/sed_scripts.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/shell_commands.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/signals.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/skill_protection.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/supply_chain.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/supply_chain_bundle.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/supply_chain_bundle_base.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/supply_chain_bundle_models.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/supply_chain_bundle_runtime.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/supply_chain_package_eval.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/supply_chain_support.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/surface_server.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/temp_files.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/runtime/threat_intel.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/schemas/__init__.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/schemas/consumer_mode.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/schemas/guard_event_v1.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/schemas/guard_product_model_v1.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/schemas/surface_server.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/shims.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/store.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/store_approvals.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/store_connect.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/store_evidence.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/store_resume.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/store_supply_chain.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/store_threat_intel.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/totp.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/guard/types.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/integrations/__init__.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/integrations/cisco_mcp_scanner.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/integrations/cisco_skill_scanner.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/lint_fixes.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/marketplace_support.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/models.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/path_support.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/policy.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/quality_artifact.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/repo_detect.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/reporting.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/rules/__init__.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/rules/registry.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/rules/specs.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/scanner.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/submission.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/suppressions.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/trust_domain_scoring.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/trust_helpers.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/trust_mcp_scoring.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/trust_models.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/trust_plugin_scoring.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/trust_scoring.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/trust_skill_scoring.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/trust_specs.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/src/codex_plugin_scanner/verification.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/__init__.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/conftest.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/__init__.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/bad-plugin/.codex-plugin/plugin.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/bad-plugin/.mcp.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/bad-plugin/secrets.js +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/claude-plugin-good/.claude-plugin/plugin.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/claude-plugin-good/LICENSE +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/claude-plugin-good/README.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/claude-plugin-good/SECURITY.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/claude-plugin-good/hooks/hooks.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/claude-plugin-good/skills/example/SKILL.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/code-quality-bad/evil.js +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/code-quality-bad/inject.js +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/gemini-extension-good/GEMINI.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/gemini-extension-good/LICENSE +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/gemini-extension-good/README.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/gemini-extension-good/SECURITY.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/gemini-extension-good/commands/hello.toml +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/gemini-extension-good/gemini-extension.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/good-plugin/.codex-plugin/plugin.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/good-plugin/.codexignore +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/good-plugin/LICENSE +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/good-plugin/README.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/good-plugin/SECURITY.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/good-plugin/assets/icon.svg +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/good-plugin/assets/logo.svg +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/good-plugin/assets/screenshot.svg +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/good-plugin/skills/example/SKILL.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/guard-codex-malicious-mcp/.codex/config.toml +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/guard-red-team/README.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/guard-red-team/benign-docs-fake-token.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/guard-red-team/benign-health-endpoint.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/guard-red-team/benign-nvmrc-fake-creds.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/guard-red-team/benign-source-search.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/guard-red-team/canary-exfil-encoded.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/guard-red-team/canary-exfil.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/guard-red-team/expected-decisions.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/guard-red-team/malicious-dockerfile.txt +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/guard-red-team/malicious-encoded-shell-exfil.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/guard-red-team/malicious-github-action.yml +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/guard-red-team/malicious-mcp-delete.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/guard-red-team/malicious-mcp-secret-read.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/guard-red-team/malicious-mcp-skill-exfil.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/guard-red-team/malicious-npm-postinstall.js +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/guard-red-team/malicious-prompt-env-read.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/guard-red-team/malicious-prompt-guard-bypass.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/guard-red-team/malicious-prompt-npmrc-read.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/guard-red-team/malicious-python-setup.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/guard-red-team/smoke-evidence-template.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/hermes-plugin-evil/config.yaml +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/hermes-plugin-evil/mcp_servers.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/hermes-plugin-evil/skills/security/malicious/SKILL.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/hermes-plugin-evil/skills/stealth/sneaky/SKILL.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/hermes-plugin-evil/skills/stealth/sneaky/references/api-setup.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/hermes-plugin-evil/skills/stealth/sneaky/scripts/deploy.sh +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/hermes-plugin-evil/skills/utils/benign/SKILL.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/malformed-json/.codex-plugin/plugin.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/malicious-skill-plugin/.codex-plugin/plugin.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/malicious-skill-plugin/.codexignore +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/malicious-skill-plugin/LICENSE +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/malicious-skill-plugin/README.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/malicious-skill-plugin/SECURITY.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/malicious-skill-plugin/skills/leaky-skill/SKILL.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/mcp-canary-server.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/minimal-plugin/.codex-plugin/plugin.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/missing-fields/.codex-plugin/plugin.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/mit-license/LICENSE +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/multi-ecosystem-repo/codex-plugin/.codex-plugin/plugin.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/multi-ecosystem-repo/codex-plugin/LICENSE +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/multi-ecosystem-repo/codex-plugin/README.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/multi-ecosystem-repo/codex-plugin/SECURITY.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/multi-ecosystem-repo/gemini-ext/README.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/multi-ecosystem-repo/gemini-ext/gemini-extension.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/multi-plugin-repo/.agents/plugins/marketplace.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/multi-plugin-repo/plugins/alpha-plugin/.codex-plugin/plugin.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/multi-plugin-repo/plugins/alpha-plugin/.codexignore +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/multi-plugin-repo/plugins/alpha-plugin/LICENSE +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/multi-plugin-repo/plugins/alpha-plugin/README.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/multi-plugin-repo/plugins/alpha-plugin/SECURITY.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/multi-plugin-repo/plugins/alpha-plugin/skills/example/SKILL.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/multi-plugin-repo/plugins/beta-plugin/.codex-plugin/plugin.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/multi-plugin-repo/plugins/beta-plugin/skills/example/SKILL.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/no-version/.codex-plugin/plugin.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/opencode-good/.opencode/commands/hello.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/opencode-good/.opencode/plugins/example.ts +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/opencode-good/LICENSE +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/opencode-good/README.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/opencode-good/SECURITY.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/opencode-good/opencode.jsonc +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/skills-missing-dir/.codex-plugin/plugin.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/skills-no-frontmatter/.codex-plugin/plugin.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/skills-no-frontmatter/skills/bad-skill/SKILL.md +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/supply-chain/benign-npm-controls-package.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/supply-chain/benign-npm-package.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/supply-chain/benign-pnpm-package.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/supply-chain/benign-pyproject.toml +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/supply-chain/critical-base-image-Dockerfile +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/supply-chain/malicious-Dockerfile +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/supply-chain/malicious-action.yml +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/supply-chain/malicious-npm-env-fs-network-package.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/supply-chain/malicious-npm-obfuscated-package.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/supply-chain/malicious-npm-package.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/supply-chain/malicious-setup.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/tier2/cargo-safe/Cargo.lock +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/tier2/cargo-safe/Cargo.toml +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/tier2/cargo-vulnerable/Cargo.lock +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/tier2/cargo-vulnerable/Cargo.toml +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/tier2/composer-safe/composer.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/tier2/composer-safe/composer.lock +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/tier2/composer-vulnerable/composer.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/tier2/composer-vulnerable/composer.lock +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/tier2/go-safe/go.mod +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/tier2/go-vulnerable/go.mod +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/tier2/gradle-safe/build.gradle +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/tier2/gradle-safe/gradle.lockfile +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/tier2/gradle-vulnerable/build.gradle +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/tier2/gradle-vulnerable/gradle.lockfile +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/tier2/maven-safe/pom.xml +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/tier2/maven-vulnerable/pom.xml +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/tier2/rubygems-safe/Gemfile +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/tier2/rubygems-safe/Gemfile.lock +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/tier2/rubygems-vulnerable/Gemfile +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/tier2/rubygems-vulnerable/Gemfile.lock +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/with-marketplace/.codex-plugin/plugin.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/with-marketplace/marketplace-broken.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/fixtures/with-marketplace/marketplace.json +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/guard_python_phase12_support.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/guard_tier2_phase13_support.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test-trust-scoring.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test-trust-specs.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_action_runner.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_best_practices.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_cisco_install_surfaces.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_cli.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_code_quality.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_config.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_coverage_remaining.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_cursor_adapter.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_ecosystems.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_edge_cases.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_final_coverage.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_gemini_adapter.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_access_graph.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_action_identity.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_advisory_escalation.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_approval_continuity.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_approval_copy_commands.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_approval_decisions.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_approval_gate.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_approval_store_dedup.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_approval_store_phase14.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_approval_store_scale.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_approvals.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_bootstrap.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_bypass_detector.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_canary_fixtures.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_capabilities.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_cisco_evidence.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_cisco_runtime_cli.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_claude_adapter.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_cli.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_cloud_local_sync.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_codex_auto_resume_smoke.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_codex_e2e.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_codex_install.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_codex_proxy.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_codex_resume_commands.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_codex_resume_endpoints.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_config_paths.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_connect_flow.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_consumer_mode.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_copilot_adapter.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_copilot_proxy.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_daemon_cli.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_daemon_manager.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_daemon_perf.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_daemon_registry.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_daemon_repair_perf.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_daemon_wake.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_data_flow.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_decision_propagation.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_desktop_notifications.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_detector_fp.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_docs.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_event_schema_v1.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_events.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_evidence_api_contract.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_evidence_store.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_harness_contracts.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_harness_setup.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_harness_smoke.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_hashnet_mcp_canaries.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_headless_daemon_api.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_insights.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_inventory_cisco.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_inventory_contract.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_js_lab_phase11.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_js_lockfile_resolution_phase11.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_js_package_hook_phase11.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_js_package_intent_phase11.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_js_semver_phase11.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_js_supply_chain_phase11.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_launch_env.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_local_supply_chain_audit_phase16.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_local_supply_chain_phase15.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_mcp_detectors.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_mcp_package_proxy_phase14.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_mcp_protection.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_opencode_proxy.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_package_hook.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_package_hook_phase14.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_package_intent.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_package_resume_phase14.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_package_shims.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_phase03_local_install.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_phase03_remainder.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_phase04_failure_modes.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_phase04_harness_contracts.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_phase04_harness_ux.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_phase05_approval_memory.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_phase07_harness_coverage_matrix.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_policy_dedup.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_product_flow.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_product_model_contracts.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_prompt_injection.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_protect.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_provenance.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_python_lab_phase12.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_python_package_hook_phase12.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_python_package_intent_phase12.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_python_supply_chain_heuristics_phase12.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_python_supply_chain_phase12.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_queue_api_contract.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_queue_contract.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_receipt_p5_fields.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_receipt_persistence.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_red_team.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_red_team_e2e.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_redaction.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_registry_broker_skills_canaries.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_render.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_resolution_copy.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_risk.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_runtime.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_runtime_action_harnesses.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_runtime_actions.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_runtime_actions_phase14.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_runtime_decisions.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_runtime_detectors.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_runtime_signals.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_safe_decode.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_sandbox.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_settings_api.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_settings_presets.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_shim_truth.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_skill_protection.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_skill_protection_phase14.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_store_migrations.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_supply_chain.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_supply_chain_bundle.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_supply_chain_daemon.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_supply_chain_evaluator.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_supply_chain_sync.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_surface_server.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_threat_intel.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_tier2_labs_phase13.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_tier2_package_intent_phase13.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_tier2_supply_chain_phase13.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_verdicts.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_web_recovery.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_guard_wrapper_flows.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_hermes_adapter.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_integration.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_lint_fixes.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_live_cisco_smoke.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_manifest.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_marketplace.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_mcp_security.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_openclaw_adapter.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_opencode_adapter.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_operational_security.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_policy.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_quality_artifact.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_rule_registry.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_scanner.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_schema_contracts.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_security.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_security_ops.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_skill_security.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_submission.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_trust_scoring.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_trust_specs.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_verification.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/tests/test_versioning.py +0 -0
- {hol_guard-2.0.332 → hol_guard-2.0.333}/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.333
|
|
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
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "vite build",
|
|
8
|
-
"test": "tsx src/guard-api.test.ts && tsx src/approval-scopes.test.ts && tsx src/approval-center-layout.test.ts && tsx src/runtime-overview.test.ts && tsx src/receipts-workspace.test.ts && tsx src/settings-workspace.test.ts && tsx src/queue-state.test.ts && tsx src/approval-center-mobile.test.ts && tsx src/home-dashboard.test.ts && tsx src/fleet-workspace.test.ts && tsx src/evidence/evidence-filters.test.ts && tsx src/evidence/evidence-sort.test.ts && tsx src/evidence/evidence-pagination.test.ts && tsx src/evidence/evidence-url-state.test.ts && tsx src/evidence/evidence-metrics.test.ts && tsx src/evidence/evidence-export.test.ts && tsx src/app-routing.test.ts && tsx src/app-detail-workspace.test.ts && tsx src/clear-policy-payload.test.ts && tsx src/phase09-review.test.ts && tsx src/evidence/evidence-story.test.ts && tsx src/evidence/evidence-detail.test.ts && tsx src/evidence/evidence-copy.test.ts && tsx src/evidence/evidence-perf.test.ts && tsx src/fleet-workspace-phase11.test.ts && tsx src/settings-workspace-phase11.test.ts && tsx src/app-detail-phase11.test.ts && tsx src/security-fixes.test.ts && tsx src/approval-gate.test.ts"
|
|
8
|
+
"test": "tsx src/guard-api.test.ts && tsx src/approval-scopes.test.ts && tsx src/approval-center-layout.test.ts && tsx src/runtime-overview.test.ts && tsx src/receipts-workspace.test.ts && tsx src/settings-workspace.test.ts && tsx src/queue-state.test.ts && tsx src/approval-center-mobile.test.ts && tsx src/home-dashboard.test.ts && tsx src/fleet-workspace.test.ts && tsx src/evidence/evidence-filters.test.ts && tsx src/evidence/evidence-sort.test.ts && tsx src/evidence/evidence-pagination.test.ts && tsx src/evidence/evidence-url-state.test.ts && tsx src/evidence/evidence-metrics.test.ts && tsx src/evidence/evidence-export.test.ts && tsx src/app-routing.test.ts && tsx src/app-detail-workspace.test.ts && tsx src/clear-policy-payload.test.ts && tsx src/phase09-review.test.ts && tsx src/evidence/evidence-story.test.ts && tsx src/evidence/evidence-detail.test.ts && tsx src/evidence/evidence-copy.test.ts && tsx src/evidence/evidence-perf.test.ts && tsx src/fleet-workspace-phase11.test.ts && tsx src/settings-workspace-phase11.test.ts && tsx src/app-detail-phase11.test.ts && tsx src/security-fixes.test.ts && tsx src/approval-gate.test.ts && tsx src/scrg159-170.test.ts"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"react": "^19.2.0",
|
|
@@ -28,6 +28,10 @@ const FleetWorkspace = lazy(() => import("./fleet-workspace").then((m) => ({ def
|
|
|
28
28
|
const SettingsWorkspace = lazy(() => import("./settings-workspace").then((m) => ({ default: m.SettingsWorkspace })));
|
|
29
29
|
const AppDetailWorkspace = lazy(() => import("./apps/app-detail-workspace").then((m) => ({ default: m.AppDetailWorkspace })));
|
|
30
30
|
const HelpModal = lazy(() => import("./help-modal").then((m) => ({ default: m.HelpModal })));
|
|
31
|
+
const SupplyChainWorkspace = lazy(() => import("./supply-chain-workspace").then((m) => ({ default: m.SupplyChainWorkspace })));
|
|
32
|
+
const AuditWorkspace = lazy(() => import("./audit-workspace").then((m) => ({ default: m.AuditWorkspace })));
|
|
33
|
+
const PolicyWorkspace = lazy(() => import("./policy-workspace").then((m) => ({ default: m.PolicyWorkspace })));
|
|
34
|
+
const FeedHealthWorkspace = lazy(() => import("./feed-health-workspace").then((m) => ({ default: m.FeedHealthWorkspace })));
|
|
31
35
|
|
|
32
36
|
function LazyFallback() {
|
|
33
37
|
return (
|
|
@@ -113,7 +117,7 @@ function parseRequestId(pathname: string): string | null {
|
|
|
113
117
|
return null;
|
|
114
118
|
}
|
|
115
119
|
|
|
116
|
-
type AppView = "home" | "inbox" | "fleet" | "evidence" | "settings" | "app-detail";
|
|
120
|
+
type AppView = "home" | "inbox" | "fleet" | "evidence" | "settings" | "app-detail" | "supply-chain" | "audit" | "policy" | "feed-health";
|
|
117
121
|
|
|
118
122
|
export function parseAppDetail(pathname: string): string | null {
|
|
119
123
|
if (!pathname.startsWith("/apps/")) {
|
|
@@ -143,6 +147,18 @@ export function resolveView(pathname: string): AppView {
|
|
|
143
147
|
if (pathname === "/evidence") {
|
|
144
148
|
return "evidence";
|
|
145
149
|
}
|
|
150
|
+
if (pathname === "/supply-chain") {
|
|
151
|
+
return "supply-chain";
|
|
152
|
+
}
|
|
153
|
+
if (pathname === "/audit") {
|
|
154
|
+
return "audit";
|
|
155
|
+
}
|
|
156
|
+
if (pathname === "/policy") {
|
|
157
|
+
return "policy";
|
|
158
|
+
}
|
|
159
|
+
if (pathname === "/feed-health") {
|
|
160
|
+
return "feed-health";
|
|
161
|
+
}
|
|
146
162
|
if (
|
|
147
163
|
pathname === "/inbox" ||
|
|
148
164
|
pathname === "/requests" ||
|
|
@@ -352,6 +368,10 @@ export function App() {
|
|
|
352
368
|
const handleOpenFleet = useCallback(() => navigate("/fleet"), []);
|
|
353
369
|
const handleOpenEvidence = useCallback(() => navigate("/evidence"), []);
|
|
354
370
|
const handleOpenSettings = useCallback(() => navigate("/settings"), []);
|
|
371
|
+
const handleOpenSupplyChain = useCallback(() => navigate("/supply-chain"), []);
|
|
372
|
+
const handleOpenAudit = useCallback(() => navigate("/audit"), []);
|
|
373
|
+
const handleOpenPolicy = useCallback(() => navigate("/policy"), []);
|
|
374
|
+
const handleOpenFeedHealth = useCallback(() => navigate("/feed-health"), []);
|
|
355
375
|
const handleOpenHelp = useCallback(() => setHelpOpen(true), []);
|
|
356
376
|
const handleCloseHelp = useCallback(() => setHelpOpen(false), []);
|
|
357
377
|
const handleGoHome = useCallback(() => navigate("/"), []);
|
|
@@ -631,7 +651,7 @@ export function App() {
|
|
|
631
651
|
Skip to content
|
|
632
652
|
</a>
|
|
633
653
|
<div aria-live="polite" aria-atomic="true" className="sr-only">
|
|
634
|
-
{view === "home" ? "Home" : view === "inbox" ? "Inbox" : view === "fleet" ? "Protect" : view === "evidence" ? "Evidence" : view === "settings" ? "Settings" : "App detail"}
|
|
654
|
+
{view === "home" ? "Home" : view === "inbox" ? "Inbox" : view === "fleet" ? "Protect" : view === "evidence" ? "Evidence" : view === "settings" ? "Settings" : view === "supply-chain" ? "Supply Chain" : view === "audit" ? "Audit" : view === "policy" ? "Policy" : view === "feed-health" ? "Feed Health" : "App detail"}
|
|
635
655
|
</div>
|
|
636
656
|
<ApprovalCenterLayout
|
|
637
657
|
view={view}
|
|
@@ -655,6 +675,7 @@ export function App() {
|
|
|
655
675
|
onOpenFleet={handleOpenFleet}
|
|
656
676
|
onOpenEvidence={handleOpenEvidence}
|
|
657
677
|
onOpenSettings={handleOpenSettings}
|
|
678
|
+
onOpenSupplyChain={handleOpenSupplyChain}
|
|
658
679
|
onClearPolicies={handleClearPolicies}
|
|
659
680
|
onOpenAppDetail={handleOpenAppDetail}
|
|
660
681
|
clearConfirm={clearConfirm}
|
|
@@ -701,6 +722,48 @@ export function App() {
|
|
|
701
722
|
<SettingsWorkspace onApprovalGateChange={setApprovalGate} />
|
|
702
723
|
</Suspense>
|
|
703
724
|
}
|
|
725
|
+
supplyChainContent={
|
|
726
|
+
runtime.kind === "ready" ? (
|
|
727
|
+
<Suspense fallback={<LazyFallback />}>
|
|
728
|
+
<SupplyChainWorkspace
|
|
729
|
+
snapshot={runtime.snapshot}
|
|
730
|
+
onGoHome={handleGoHome}
|
|
731
|
+
/>
|
|
732
|
+
</Suspense>
|
|
733
|
+
) : null
|
|
734
|
+
}
|
|
735
|
+
auditContent={
|
|
736
|
+
runtime.kind === "ready" ? (
|
|
737
|
+
<Suspense fallback={<LazyFallback />}>
|
|
738
|
+
<AuditWorkspace
|
|
739
|
+
snapshot={runtime.snapshot}
|
|
740
|
+
receipts={receipts.kind === "ready" ? receipts.items : []}
|
|
741
|
+
/>
|
|
742
|
+
</Suspense>
|
|
743
|
+
) : null
|
|
744
|
+
}
|
|
745
|
+
policyContent={
|
|
746
|
+
runtime.kind === "ready" ? (
|
|
747
|
+
<Suspense fallback={<LazyFallback />}>
|
|
748
|
+
<PolicyWorkspace
|
|
749
|
+
policies={policies.kind === "ready" ? policies.items : []}
|
|
750
|
+
snapshot={runtime.snapshot}
|
|
751
|
+
onClearPolicy={handleClearPolicy}
|
|
752
|
+
onOpenSettings={handleOpenSettings}
|
|
753
|
+
/>
|
|
754
|
+
</Suspense>
|
|
755
|
+
) : null
|
|
756
|
+
}
|
|
757
|
+
feedHealthContent={
|
|
758
|
+
runtime.kind === "ready" ? (
|
|
759
|
+
<Suspense fallback={<LazyFallback />}>
|
|
760
|
+
<FeedHealthWorkspace
|
|
761
|
+
snapshot={runtime.snapshot}
|
|
762
|
+
onOpenSettings={handleOpenSettings}
|
|
763
|
+
/>
|
|
764
|
+
</Suspense>
|
|
765
|
+
) : null
|
|
766
|
+
}
|
|
704
767
|
/>
|
|
705
768
|
{helpOpen && (
|
|
706
769
|
<Suspense fallback={null}>
|
|
@@ -127,7 +127,7 @@ type RuntimeState =
|
|
|
127
127
|
| { kind: "loading" }
|
|
128
128
|
| { kind: "error"; message: string }
|
|
129
129
|
| { kind: "ready"; snapshot: GuardRuntimeSnapshot };
|
|
130
|
-
type AppView = "home" | "inbox" | "fleet" | "evidence" | "settings" | "app-detail";
|
|
130
|
+
type AppView = "home" | "inbox" | "fleet" | "evidence" | "settings" | "app-detail" | "supply-chain" | "audit" | "policy" | "feed-health";
|
|
131
131
|
|
|
132
132
|
export type BulkGateCredentials = {
|
|
133
133
|
approval_password?: string;
|
|
@@ -150,6 +150,10 @@ type LayoutProps = {
|
|
|
150
150
|
fleetContent: ReactNode;
|
|
151
151
|
settingsContent: ReactNode;
|
|
152
152
|
appDetailContent: ReactNode;
|
|
153
|
+
supplyChainContent?: ReactNode;
|
|
154
|
+
auditContent?: ReactNode;
|
|
155
|
+
policyContent?: ReactNode;
|
|
156
|
+
feedHealthContent?: ReactNode;
|
|
153
157
|
onGoHome: () => void;
|
|
154
158
|
onNavigate: (pathname: string) => void;
|
|
155
159
|
onOpenRequest: (requestId: string) => void;
|
|
@@ -251,6 +255,14 @@ export function ApprovalCenterLayout(props: LayoutProps) {
|
|
|
251
255
|
props.appDetailContent
|
|
252
256
|
) : props.view === "settings" ? (
|
|
253
257
|
props.settingsContent
|
|
258
|
+
) : props.view === "supply-chain" ? (
|
|
259
|
+
props.supplyChainContent ?? null
|
|
260
|
+
) : props.view === "audit" ? (
|
|
261
|
+
props.auditContent ?? null
|
|
262
|
+
) : props.view === "policy" ? (
|
|
263
|
+
props.policyContent ?? null
|
|
264
|
+
) : props.view === "feed-health" ? (
|
|
265
|
+
props.feedHealthContent ?? null
|
|
254
266
|
) : props.view === "inbox" ? (
|
|
255
267
|
<ReviewWorkspace
|
|
256
268
|
requests={props.requests.kind === "ready" ? props.requests.items : []}
|
|
@@ -19,6 +19,10 @@ import {
|
|
|
19
19
|
HiMiniChevronUp,
|
|
20
20
|
HiMiniChevronLeft,
|
|
21
21
|
HiMiniChevronRight,
|
|
22
|
+
HiMiniMagnifyingGlass,
|
|
23
|
+
HiMiniLink,
|
|
24
|
+
HiMiniBugAnt,
|
|
25
|
+
HiMiniCog6Tooth,
|
|
22
26
|
} from "react-icons/hi2";
|
|
23
27
|
|
|
24
28
|
import { guardAwareHref } from "./guard-api";
|
|
@@ -62,7 +66,7 @@ const footerSections = [
|
|
|
62
66
|
export function ShellHeader(props: {
|
|
63
67
|
queuedCount: number;
|
|
64
68
|
activeHarness: string | null;
|
|
65
|
-
view: "home" | "inbox" | "fleet" | "evidence" | "settings" | "app-detail";
|
|
69
|
+
view: "home" | "inbox" | "fleet" | "evidence" | "settings" | "app-detail" | "supply-chain" | "audit" | "policy" | "feed-health";
|
|
66
70
|
onNavigate: (pathname: string) => void;
|
|
67
71
|
onOpenMobileQueue?: () => void;
|
|
68
72
|
}) {
|
|
@@ -136,13 +140,17 @@ const sidebarLinks = [
|
|
|
136
140
|
{ href: "/inbox", label: "Inbox", view: "inbox", icon: HiMiniInbox },
|
|
137
141
|
{ href: "/fleet", label: "Protect", view: "fleet", icon: HiMiniShieldCheck },
|
|
138
142
|
{ href: "/evidence", label: "Evidence", view: "evidence", icon: HiMiniDocumentText },
|
|
143
|
+
{ href: "/supply-chain", label: "Supply Chain", view: "supply-chain", icon: HiMiniLink },
|
|
144
|
+
{ href: "/audit", label: "Audit", view: "audit", icon: HiMiniBugAnt },
|
|
145
|
+
{ href: "/policy", label: "Policy", view: "policy", icon: HiMiniMagnifyingGlass },
|
|
146
|
+
{ href: "/feed-health", label: "Feed Health", view: "feed-health", icon: HiMiniCog6Tooth },
|
|
139
147
|
{ href: "/settings", label: "Settings", view: "settings", icon: HiMiniAdjustmentsHorizontal }
|
|
140
148
|
] as const;
|
|
141
149
|
|
|
142
150
|
export function ShellSidebar(props: {
|
|
143
151
|
queuedCount: number;
|
|
144
152
|
activeHarness: string | null;
|
|
145
|
-
view: "home" | "inbox" | "fleet" | "evidence" | "settings" | "app-detail";
|
|
153
|
+
view: "home" | "inbox" | "fleet" | "evidence" | "settings" | "app-detail" | "supply-chain" | "audit" | "policy" | "feed-health";
|
|
146
154
|
collapsed?: boolean;
|
|
147
155
|
onToggleCollapse?: () => void;
|
|
148
156
|
}) {
|
|
@@ -18,6 +18,7 @@ import {
|
|
|
18
18
|
HiMiniRocketLaunch,
|
|
19
19
|
HiMiniArrowPath,
|
|
20
20
|
HiMiniTrash,
|
|
21
|
+
HiMiniXCircle,
|
|
21
22
|
} from "react-icons/hi2";
|
|
22
23
|
import {
|
|
23
24
|
ActionButton,
|
|
@@ -49,6 +50,7 @@ import type {
|
|
|
49
50
|
GuardHarnessAction,
|
|
50
51
|
GuardHarnessActionResult,
|
|
51
52
|
GuardHarnessSetupStep,
|
|
53
|
+
PackageManagerProtection,
|
|
52
54
|
} from "../guard-types";
|
|
53
55
|
|
|
54
56
|
type TabKey = "overview" | "activity" | "settings";
|
|
@@ -400,6 +402,7 @@ export function AppDetailWorkspace(props: AppDetailWorkspaceProps) {
|
|
|
400
402
|
harnessReceipts={harnessReceipts}
|
|
401
403
|
harnessInventory={harnessInventory}
|
|
402
404
|
pendingItems={pendingItems}
|
|
405
|
+
protection={runtime.supply_chain?.package_manager_protection}
|
|
403
406
|
onOpenRequest={props.onOpenRequest}
|
|
404
407
|
onManagedInstallChanged={props.onManagedInstallChanged}
|
|
405
408
|
/>
|
|
@@ -474,6 +477,7 @@ function AppOverviewTab(props: {
|
|
|
474
477
|
harnessReceipts: GuardReceipt[];
|
|
475
478
|
harnessInventory: GuardInventoryItem[];
|
|
476
479
|
pendingItems: GuardApprovalRequest[];
|
|
480
|
+
protection: PackageManagerProtection | undefined;
|
|
477
481
|
onOpenRequest: (requestId: string) => void;
|
|
478
482
|
onManagedInstallChanged?: () => Promise<void>;
|
|
479
483
|
}) {
|
|
@@ -644,11 +648,60 @@ function AppOverviewTab(props: {
|
|
|
644
648
|
</div>
|
|
645
649
|
</div>
|
|
646
650
|
)}
|
|
651
|
+
|
|
652
|
+
<AppFirewallStatusCard protection={props.protection} />
|
|
647
653
|
</section>
|
|
648
654
|
</div>
|
|
649
655
|
);
|
|
650
656
|
}
|
|
651
657
|
|
|
658
|
+
function AppFirewallStatusCard({ protection }: { protection: PackageManagerProtection | undefined }) {
|
|
659
|
+
const protectedManagers = protection?.protected_managers ?? [];
|
|
660
|
+
const unprotectedManagers = protection?.unprotected_managers ?? [];
|
|
661
|
+
const total = protectedManagers.length + unprotectedManagers.length;
|
|
662
|
+
|
|
663
|
+
return (
|
|
664
|
+
<div className="rounded-xl border border-slate-100 p-4 sm:p-5">
|
|
665
|
+
<div className="flex items-center justify-between gap-2 mb-3">
|
|
666
|
+
<SectionLabel>Package firewall</SectionLabel>
|
|
667
|
+
{total === 0 ? (
|
|
668
|
+
<Tag tone="slate">No data</Tag>
|
|
669
|
+
) : unprotectedManagers.length === 0 ? (
|
|
670
|
+
<Tag tone="green">All covered</Tag>
|
|
671
|
+
) : (
|
|
672
|
+
<Tag tone="attention">{unprotectedManagers.length} unprotected</Tag>
|
|
673
|
+
)}
|
|
674
|
+
</div>
|
|
675
|
+
{total === 0 ? (
|
|
676
|
+
<p className="text-sm text-slate-500">
|
|
677
|
+
Package manager coverage data is not available. Run Guard to collect supply chain metrics.
|
|
678
|
+
</p>
|
|
679
|
+
) : (
|
|
680
|
+
<div className="space-y-1.5">
|
|
681
|
+
{protectedManagers.map((mgr) => (
|
|
682
|
+
<div key={mgr} className="flex items-center justify-between gap-2 py-1 border-b border-slate-100 last:border-b-0">
|
|
683
|
+
<span className="text-sm font-mono text-brand-dark">{mgr}</span>
|
|
684
|
+
<span className="inline-flex items-center gap-1 rounded-full border border-brand-green/25 bg-brand-green/[0.06] px-2.5 py-0.5 text-xs font-medium text-brand-green-text">
|
|
685
|
+
<HiMiniCheckCircle className="h-3 w-3" aria-hidden="true" />
|
|
686
|
+
Shim active
|
|
687
|
+
</span>
|
|
688
|
+
</div>
|
|
689
|
+
))}
|
|
690
|
+
{unprotectedManagers.map((mgr) => (
|
|
691
|
+
<div key={mgr} className="flex items-center justify-between gap-2 py-1 border-b border-slate-100 last:border-b-0">
|
|
692
|
+
<span className="text-sm font-mono text-brand-dark">{mgr}</span>
|
|
693
|
+
<span className="inline-flex items-center gap-1 rounded-full border border-amber-200 bg-amber-50/60 px-2.5 py-0.5 text-xs font-medium text-amber-700">
|
|
694
|
+
<HiMiniXCircle className="h-3 w-3" aria-hidden="true" />
|
|
695
|
+
No shim
|
|
696
|
+
</span>
|
|
697
|
+
</div>
|
|
698
|
+
))}
|
|
699
|
+
</div>
|
|
700
|
+
)}
|
|
701
|
+
</div>
|
|
702
|
+
);
|
|
703
|
+
}
|
|
704
|
+
|
|
652
705
|
export function shouldShowFirstRunGuide(input: {
|
|
653
706
|
status: "active" | "needs_setup" | "observed" | "unknown";
|
|
654
707
|
totalActions: number;
|