plugin-scanner 2.0.175__tar.gz → 2.0.177__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.
Files changed (475) hide show
  1. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/PKG-INFO +1 -1
  2. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/approval-center-primitives.tsx +169 -34
  3. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/apps/app-detail-workspace.tsx +13 -13
  4. plugin_scanner-2.0.177/dashboard/src/fleet-workspace.tsx +210 -0
  5. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/home-dashboard.tsx +18 -15
  6. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/receipts-workspace.tsx +58 -69
  7. plugin_scanner-2.0.177/dashboard/src/settings-workspace.tsx +705 -0
  8. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/pyproject.toml +1 -1
  9. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/pyproject.toml.bak +1 -1
  10. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/daemon/static/assets/guard-dashboard.js +422 -678
  11. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/daemon/static/assets/index.css +198 -142
  12. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/version.py +1 -1
  13. plugin_scanner-2.0.175/dashboard/src/fleet-workspace.tsx +0 -205
  14. plugin_scanner-2.0.175/dashboard/src/settings-workspace.tsx +0 -891
  15. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/.clusterfuzzlite/Dockerfile +0 -0
  16. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/.clusterfuzzlite/build.sh +0 -0
  17. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/.clusterfuzzlite/project.yaml +0 -0
  18. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/.clusterfuzzlite/requirements-atheris.txt +0 -0
  19. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/.dockerignore +0 -0
  20. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/.github/CODEOWNERS +0 -0
  21. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/.github/ISSUE_TEMPLATE/bug-report.yml +0 -0
  22. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  23. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/.github/ISSUE_TEMPLATE/feature-request.yml +0 -0
  24. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/.github/dependabot.yml +0 -0
  25. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/.github/workflows/ci.yml +0 -0
  26. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/.github/workflows/codeql.yml +0 -0
  27. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/.github/workflows/dependabot-uv-lock.yml +0 -0
  28. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/.github/workflows/fuzz.yml +0 -0
  29. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/.github/workflows/harness-smoke.yml +0 -0
  30. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/.github/workflows/publish.yml +0 -0
  31. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/.github/workflows/scorecard.yml +0 -0
  32. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/.gitignore +0 -0
  33. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/.pre-commit-hooks.yaml +0 -0
  34. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/CONTRIBUTING.md +0 -0
  35. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/Dockerfile +0 -0
  36. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/LICENSE +0 -0
  37. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/README.md +0 -0
  38. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/SECURITY.md +0 -0
  39. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/index.html +0 -0
  40. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/package.json +0 -0
  41. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/pnpm-lock.yaml +0 -0
  42. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/public/apple-touch-icon.png +0 -0
  43. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/public/brand/Logo_Icon_Dark.png +0 -0
  44. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/public/brand/Logo_Whole.png +0 -0
  45. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/public/favicon-16x16.png +0 -0
  46. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/public/favicon-32x32.png +0 -0
  47. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/public/favicon.ico +0 -0
  48. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/app.tsx +0 -0
  49. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/approval-center-layout.test.ts +0 -0
  50. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/approval-center-layout.tsx +0 -0
  51. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/approval-center-mobile.test.ts +0 -0
  52. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/approval-center-review-cards.tsx +0 -0
  53. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/approval-center-utils.ts +0 -0
  54. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/data-flow-evidence-card.tsx +0 -0
  55. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/error-boundary.tsx +0 -0
  56. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/guard-api.test.ts +0 -0
  57. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/guard-api.ts +0 -0
  58. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/guard-demo.ts +0 -0
  59. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/guard-types.ts +0 -0
  60. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/help-modal.tsx +0 -0
  61. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/home-dashboard.test.ts +0 -0
  62. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/main.tsx +0 -0
  63. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/queue-chip-filter.tsx +0 -0
  64. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/queue-state.test.ts +0 -0
  65. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/queue-state.ts +0 -0
  66. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/receipts-workspace.test.ts +0 -0
  67. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/review-workspace.tsx +0 -0
  68. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/risk-signal-cards.test.ts +0 -0
  69. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/risk-signal-cards.tsx +0 -0
  70. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/runtime-overview.test.ts +0 -0
  71. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/runtime-overview.tsx +0 -0
  72. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/scanner-evidence-badge.tsx +0 -0
  73. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/settings-workspace.test.ts +0 -0
  74. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/styles.css +0 -0
  75. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/use-focus-trap.ts +0 -0
  76. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/vite-env.d.ts +0 -0
  77. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/src/watched-app-card.tsx +0 -0
  78. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/tsconfig.json +0 -0
  79. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/dashboard/vite.config.ts +0 -0
  80. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/docker-requirements.txt +0 -0
  81. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/docs/guard/approval-audit.md +0 -0
  82. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/docs/guard/architecture.md +0 -0
  83. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/docs/guard/get-started.md +0 -0
  84. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/docs/guard/harness-support.md +0 -0
  85. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/docs/guard/local-vs-cloud.md +0 -0
  86. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/docs/guard/release-checklist.md +0 -0
  87. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/docs/guard/release-notes.md +0 -0
  88. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/docs/guard/smoke-tests.md +0 -0
  89. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/docs/guard/testing-matrix.md +0 -0
  90. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/docs/trust/mcp-trust-draft.md +0 -0
  91. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/docs/trust/plugin-trust-draft.md +0 -0
  92. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/docs/trust/skill-trust-local.md +0 -0
  93. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/fuzzers/manifest_fuzzer.py +0 -0
  94. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/requirements.txt +0 -0
  95. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/schemas/plugin-quality.v1.json +0 -0
  96. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/schemas/scan-result.v1.json +0 -0
  97. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/schemas/verify-result.v1.json +0 -0
  98. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/__init__.py +0 -0
  99. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/action_runner.py +0 -0
  100. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/argparse_utils.py +0 -0
  101. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/checks/__init__.py +0 -0
  102. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/checks/best_practices.py +0 -0
  103. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/checks/claude.py +0 -0
  104. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/checks/code_quality.py +0 -0
  105. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/checks/ecosystem_common.py +0 -0
  106. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/checks/gemini.py +0 -0
  107. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/checks/manifest.py +0 -0
  108. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/checks/manifest_support.py +0 -0
  109. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/checks/marketplace.py +0 -0
  110. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/checks/mcp_security.py +0 -0
  111. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/checks/opencode.py +0 -0
  112. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/checks/operational_security.py +0 -0
  113. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/checks/security.py +0 -0
  114. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/checks/skill_security.py +0 -0
  115. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/cli.py +0 -0
  116. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/cli_ui.py +0 -0
  117. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/config.py +0 -0
  118. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/ecosystems/__init__.py +0 -0
  119. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/ecosystems/base.py +0 -0
  120. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/ecosystems/claude.py +0 -0
  121. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/ecosystems/codex.py +0 -0
  122. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/ecosystems/detect.py +0 -0
  123. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/ecosystems/gemini.py +0 -0
  124. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/ecosystems/opencode.py +0 -0
  125. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/ecosystems/registry.py +0 -0
  126. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/ecosystems/types.py +0 -0
  127. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/github_reporting.py +0 -0
  128. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/__init__.py +0 -0
  129. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/access_graph_events.py +0 -0
  130. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/adapters/__init__.py +0 -0
  131. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/adapters/antigravity.py +0 -0
  132. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/adapters/base.py +0 -0
  133. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/adapters/claude_code.py +0 -0
  134. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/adapters/cloud_identity.py +0 -0
  135. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/adapters/codex.py +0 -0
  136. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/adapters/contracts.py +0 -0
  137. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/adapters/copilot.py +0 -0
  138. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/adapters/cursor.py +0 -0
  139. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/adapters/gemini.py +0 -0
  140. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/adapters/hermes.py +0 -0
  141. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/adapters/mcp_servers.py +0 -0
  142. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/adapters/openclaw.py +0 -0
  143. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/adapters/openclaw_config.py +0 -0
  144. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/adapters/openclaw_support.py +0 -0
  145. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/adapters/opencode.py +0 -0
  146. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/adapters/opencode_artifacts.py +0 -0
  147. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/advisory_model.py +0 -0
  148. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/approvals.py +0 -0
  149. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/bridge/__init__.py +0 -0
  150. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/capabilities.py +0 -0
  151. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/cli/__init__.py +0 -0
  152. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/cli/approval_commands.py +0 -0
  153. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/cli/bootstrap.py +0 -0
  154. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/cli/commands.py +0 -0
  155. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/cli/connect_flow.py +0 -0
  156. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/cli/install_commands.py +0 -0
  157. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/cli/product.py +0 -0
  158. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/cli/prompt.py +0 -0
  159. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/cli/render.py +0 -0
  160. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/cli/update_commands.py +0 -0
  161. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/codex_config.py +0 -0
  162. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/config.py +0 -0
  163. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/consumer/__init__.py +0 -0
  164. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/consumer/service.py +0 -0
  165. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/daemon/__init__.py +0 -0
  166. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/daemon/client.py +0 -0
  167. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/daemon/manager.py +0 -0
  168. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/daemon/server.py +0 -0
  169. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/daemon/static/apple-touch-icon.png +0 -0
  170. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/daemon/static/brand/Logo_Icon_Dark.png +0 -0
  171. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/daemon/static/brand/Logo_Whole.png +0 -0
  172. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/daemon/static/favicon-16x16.png +0 -0
  173. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/daemon/static/favicon-32x32.png +0 -0
  174. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/daemon/static/favicon.ico +0 -0
  175. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/daemon/static/index.html +0 -0
  176. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/edge_events.py +0 -0
  177. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/incident.py +0 -0
  178. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/insights.py +0 -0
  179. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/inventory_cisco.py +0 -0
  180. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/inventory_contract.py +0 -0
  181. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/launcher.py +0 -0
  182. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/mcp_tool_calls.py +0 -0
  183. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/models.py +0 -0
  184. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/policy/__init__.py +0 -0
  185. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/policy/engine.py +0 -0
  186. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/protect.py +0 -0
  187. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/proxy/__init__.py +0 -0
  188. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/proxy/remote.py +0 -0
  189. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/proxy/runtime_mcp.py +0 -0
  190. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/proxy/stdio.py +0 -0
  191. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/receipts/__init__.py +0 -0
  192. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/receipts/manager.py +0 -0
  193. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/redaction.py +0 -0
  194. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/risk.py +0 -0
  195. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/runtime/__init__.py +0 -0
  196. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/runtime/action_identity.py +0 -0
  197. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/runtime/actions.py +0 -0
  198. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/runtime/advisory_escalation.py +0 -0
  199. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/runtime/advisory_matchers.py +0 -0
  200. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/runtime/cisco_evidence.py +0 -0
  201. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/runtime/cisco_preflight.py +0 -0
  202. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/runtime/composition_rules.py +0 -0
  203. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/runtime/data_flow.py +0 -0
  204. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/runtime/data_flow_rules.py +0 -0
  205. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/runtime/data_flow_variables.py +0 -0
  206. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/runtime/decisions.py +0 -0
  207. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/runtime/detectors.py +0 -0
  208. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/runtime/false_positive_rules.py +0 -0
  209. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/runtime/mcp_protection.py +0 -0
  210. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/runtime/persistence_rules.py +0 -0
  211. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/runtime/prompt_injection.py +0 -0
  212. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/runtime/runner.py +0 -0
  213. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/runtime/safe_decode.py +0 -0
  214. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/runtime/sandbox.py +0 -0
  215. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/runtime/scanner_cache.py +0 -0
  216. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/runtime/secret_file_requests.py +0 -0
  217. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/runtime/secret_sensitivity.py +0 -0
  218. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/runtime/secret_sources.py +0 -0
  219. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/runtime/shell_commands.py +0 -0
  220. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/runtime/signals.py +0 -0
  221. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/runtime/skill_protection.py +0 -0
  222. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/runtime/supply_chain.py +0 -0
  223. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/runtime/surface_server.py +0 -0
  224. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/runtime/temp_files.py +0 -0
  225. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/runtime/threat_intel.py +0 -0
  226. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/schemas/__init__.py +0 -0
  227. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/schemas/consumer_mode.py +0 -0
  228. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/schemas/guard_event_v1.py +0 -0
  229. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/schemas/surface_server.py +0 -0
  230. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/shims.py +0 -0
  231. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/store.py +0 -0
  232. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/store_approvals.py +0 -0
  233. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/store_connect.py +0 -0
  234. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/store_evidence.py +0 -0
  235. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/store_threat_intel.py +0 -0
  236. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/guard/types.py +0 -0
  237. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/integrations/__init__.py +0 -0
  238. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/integrations/cisco_mcp_scanner.py +0 -0
  239. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/integrations/cisco_skill_scanner.py +0 -0
  240. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/lint_fixes.py +0 -0
  241. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/marketplace_support.py +0 -0
  242. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/models.py +0 -0
  243. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/path_support.py +0 -0
  244. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/policy.py +0 -0
  245. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/quality_artifact.py +0 -0
  246. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/repo_detect.py +0 -0
  247. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/reporting.py +0 -0
  248. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/rules/__init__.py +0 -0
  249. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/rules/registry.py +0 -0
  250. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/rules/specs.py +0 -0
  251. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/scanner.py +0 -0
  252. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/submission.py +0 -0
  253. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/suppressions.py +0 -0
  254. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/trust_domain_scoring.py +0 -0
  255. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/trust_helpers.py +0 -0
  256. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/trust_mcp_scoring.py +0 -0
  257. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/trust_models.py +0 -0
  258. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/trust_plugin_scoring.py +0 -0
  259. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/trust_scoring.py +0 -0
  260. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/trust_skill_scoring.py +0 -0
  261. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/trust_specs.py +0 -0
  262. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/src/codex_plugin_scanner/verification.py +0 -0
  263. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/__init__.py +0 -0
  264. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/conftest.py +0 -0
  265. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/__init__.py +0 -0
  266. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/bad-plugin/.codex-plugin/plugin.json +0 -0
  267. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/bad-plugin/.mcp.json +0 -0
  268. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/bad-plugin/secrets.js +0 -0
  269. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/claude-plugin-good/.claude-plugin/plugin.json +0 -0
  270. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/claude-plugin-good/LICENSE +0 -0
  271. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/claude-plugin-good/README.md +0 -0
  272. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/claude-plugin-good/SECURITY.md +0 -0
  273. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/claude-plugin-good/hooks/hooks.json +0 -0
  274. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/claude-plugin-good/skills/example/SKILL.md +0 -0
  275. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/code-quality-bad/evil.js +0 -0
  276. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/code-quality-bad/inject.js +0 -0
  277. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/gemini-extension-good/GEMINI.md +0 -0
  278. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/gemini-extension-good/LICENSE +0 -0
  279. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/gemini-extension-good/README.md +0 -0
  280. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/gemini-extension-good/SECURITY.md +0 -0
  281. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/gemini-extension-good/commands/hello.toml +0 -0
  282. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/gemini-extension-good/gemini-extension.json +0 -0
  283. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/good-plugin/.codex-plugin/plugin.json +0 -0
  284. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/good-plugin/.codexignore +0 -0
  285. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/good-plugin/LICENSE +0 -0
  286. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/good-plugin/README.md +0 -0
  287. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/good-plugin/SECURITY.md +0 -0
  288. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/good-plugin/assets/icon.svg +0 -0
  289. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/good-plugin/assets/logo.svg +0 -0
  290. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/good-plugin/assets/screenshot.svg +0 -0
  291. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/good-plugin/skills/example/SKILL.md +0 -0
  292. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/guard-codex-malicious-mcp/.codex/config.toml +0 -0
  293. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/guard-red-team/README.md +0 -0
  294. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/guard-red-team/benign-docs-fake-token.py +0 -0
  295. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/guard-red-team/benign-health-endpoint.py +0 -0
  296. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/guard-red-team/benign-nvmrc-fake-creds.py +0 -0
  297. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/guard-red-team/benign-source-search.py +0 -0
  298. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/guard-red-team/canary-exfil-encoded.py +0 -0
  299. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/guard-red-team/canary-exfil.py +0 -0
  300. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/guard-red-team/expected-decisions.json +0 -0
  301. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/guard-red-team/malicious-dockerfile.txt +0 -0
  302. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/guard-red-team/malicious-encoded-shell-exfil.py +0 -0
  303. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/guard-red-team/malicious-github-action.yml +0 -0
  304. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/guard-red-team/malicious-mcp-delete.md +0 -0
  305. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/guard-red-team/malicious-mcp-secret-read.md +0 -0
  306. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/guard-red-team/malicious-mcp-skill-exfil.md +0 -0
  307. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/guard-red-team/malicious-npm-postinstall.js +0 -0
  308. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/guard-red-team/malicious-prompt-env-read.md +0 -0
  309. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/guard-red-team/malicious-prompt-guard-bypass.md +0 -0
  310. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/guard-red-team/malicious-prompt-npmrc-read.md +0 -0
  311. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/guard-red-team/malicious-python-setup.py +0 -0
  312. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/guard-red-team/smoke-evidence-template.json +0 -0
  313. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/hermes-plugin-evil/config.yaml +0 -0
  314. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/hermes-plugin-evil/mcp_servers.json +0 -0
  315. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/hermes-plugin-evil/skills/security/malicious/SKILL.md +0 -0
  316. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/hermes-plugin-evil/skills/stealth/sneaky/SKILL.md +0 -0
  317. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/hermes-plugin-evil/skills/stealth/sneaky/references/api-setup.md +0 -0
  318. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/hermes-plugin-evil/skills/stealth/sneaky/scripts/deploy.sh +0 -0
  319. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/hermes-plugin-evil/skills/utils/benign/SKILL.md +0 -0
  320. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/malformed-json/.codex-plugin/plugin.json +0 -0
  321. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/malicious-skill-plugin/.codex-plugin/plugin.json +0 -0
  322. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/malicious-skill-plugin/.codexignore +0 -0
  323. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/malicious-skill-plugin/LICENSE +0 -0
  324. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/malicious-skill-plugin/README.md +0 -0
  325. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/malicious-skill-plugin/SECURITY.md +0 -0
  326. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/malicious-skill-plugin/skills/leaky-skill/SKILL.md +0 -0
  327. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/mcp-canary-server.py +0 -0
  328. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/minimal-plugin/.codex-plugin/plugin.json +0 -0
  329. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/missing-fields/.codex-plugin/plugin.json +0 -0
  330. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/mit-license/LICENSE +0 -0
  331. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/multi-ecosystem-repo/codex-plugin/.codex-plugin/plugin.json +0 -0
  332. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/multi-ecosystem-repo/codex-plugin/LICENSE +0 -0
  333. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/multi-ecosystem-repo/codex-plugin/README.md +0 -0
  334. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/multi-ecosystem-repo/codex-plugin/SECURITY.md +0 -0
  335. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/multi-ecosystem-repo/gemini-ext/README.md +0 -0
  336. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/multi-ecosystem-repo/gemini-ext/gemini-extension.json +0 -0
  337. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/multi-plugin-repo/.agents/plugins/marketplace.json +0 -0
  338. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/multi-plugin-repo/plugins/alpha-plugin/.codex-plugin/plugin.json +0 -0
  339. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/multi-plugin-repo/plugins/alpha-plugin/.codexignore +0 -0
  340. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/multi-plugin-repo/plugins/alpha-plugin/LICENSE +0 -0
  341. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/multi-plugin-repo/plugins/alpha-plugin/README.md +0 -0
  342. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/multi-plugin-repo/plugins/alpha-plugin/SECURITY.md +0 -0
  343. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/multi-plugin-repo/plugins/alpha-plugin/skills/example/SKILL.md +0 -0
  344. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/multi-plugin-repo/plugins/beta-plugin/.codex-plugin/plugin.json +0 -0
  345. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/multi-plugin-repo/plugins/beta-plugin/skills/example/SKILL.md +0 -0
  346. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/no-version/.codex-plugin/plugin.json +0 -0
  347. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/opencode-good/.opencode/commands/hello.md +0 -0
  348. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/opencode-good/.opencode/plugins/example.ts +0 -0
  349. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/opencode-good/LICENSE +0 -0
  350. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/opencode-good/README.md +0 -0
  351. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/opencode-good/SECURITY.md +0 -0
  352. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/opencode-good/opencode.jsonc +0 -0
  353. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/skills-missing-dir/.codex-plugin/plugin.json +0 -0
  354. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/skills-no-frontmatter/.codex-plugin/plugin.json +0 -0
  355. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/skills-no-frontmatter/skills/bad-skill/SKILL.md +0 -0
  356. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/supply-chain/benign-npm-package.json +0 -0
  357. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/supply-chain/benign-pnpm-package.json +0 -0
  358. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/supply-chain/benign-pyproject.toml +0 -0
  359. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/supply-chain/malicious-Dockerfile +0 -0
  360. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/supply-chain/malicious-action.yml +0 -0
  361. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/supply-chain/malicious-npm-package.json +0 -0
  362. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/supply-chain/malicious-setup.py +0 -0
  363. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/with-marketplace/.codex-plugin/plugin.json +0 -0
  364. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/with-marketplace/marketplace-broken.json +0 -0
  365. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/fixtures/with-marketplace/marketplace.json +0 -0
  366. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test-trust-scoring.py +0 -0
  367. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test-trust-specs.py +0 -0
  368. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_action_runner.py +0 -0
  369. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_best_practices.py +0 -0
  370. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_cisco_install_surfaces.py +0 -0
  371. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_cli.py +0 -0
  372. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_code_quality.py +0 -0
  373. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_config.py +0 -0
  374. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_coverage_remaining.py +0 -0
  375. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_ecosystems.py +0 -0
  376. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_edge_cases.py +0 -0
  377. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_final_coverage.py +0 -0
  378. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_access_graph.py +0 -0
  379. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_action_identity.py +0 -0
  380. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_advisory_escalation.py +0 -0
  381. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_approval_continuity.py +0 -0
  382. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_approval_copy_commands.py +0 -0
  383. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_approval_store_dedup.py +0 -0
  384. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_approval_store_scale.py +0 -0
  385. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_approvals.py +0 -0
  386. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_bootstrap.py +0 -0
  387. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_bypass_detector.py +0 -0
  388. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_canary_fixtures.py +0 -0
  389. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_capabilities.py +0 -0
  390. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_cisco_evidence.py +0 -0
  391. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_cisco_runtime_cli.py +0 -0
  392. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_claude_adapter.py +0 -0
  393. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_cli.py +0 -0
  394. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_cloud_local_sync.py +0 -0
  395. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_codex_e2e.py +0 -0
  396. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_codex_install.py +0 -0
  397. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_codex_proxy.py +0 -0
  398. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_config_paths.py +0 -0
  399. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_connect_flow.py +0 -0
  400. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_consumer_mode.py +0 -0
  401. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_copilot_adapter.py +0 -0
  402. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_copilot_proxy.py +0 -0
  403. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_daemon_cli.py +0 -0
  404. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_daemon_manager.py +0 -0
  405. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_daemon_perf.py +0 -0
  406. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_daemon_registry.py +0 -0
  407. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_daemon_repair_perf.py +0 -0
  408. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_daemon_wake.py +0 -0
  409. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_data_flow.py +0 -0
  410. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_decision_propagation.py +0 -0
  411. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_detector_fp.py +0 -0
  412. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_event_schema_v1.py +0 -0
  413. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_events.py +0 -0
  414. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_evidence_store.py +0 -0
  415. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_harness_contracts.py +0 -0
  416. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_harness_setup.py +0 -0
  417. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_harness_smoke.py +0 -0
  418. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_insights.py +0 -0
  419. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_inventory_cisco.py +0 -0
  420. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_inventory_contract.py +0 -0
  421. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_launch_env.py +0 -0
  422. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_mcp_detectors.py +0 -0
  423. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_mcp_protection.py +0 -0
  424. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_opencode_proxy.py +0 -0
  425. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_policy_dedup.py +0 -0
  426. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_product_flow.py +0 -0
  427. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_prompt_injection.py +0 -0
  428. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_protect.py +0 -0
  429. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_queue_api_contract.py +0 -0
  430. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_queue_contract.py +0 -0
  431. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_red_team.py +0 -0
  432. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_red_team_e2e.py +0 -0
  433. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_redaction.py +0 -0
  434. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_render.py +0 -0
  435. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_resolution_copy.py +0 -0
  436. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_risk.py +0 -0
  437. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_runtime.py +0 -0
  438. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_runtime_action_harnesses.py +0 -0
  439. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_runtime_actions.py +0 -0
  440. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_runtime_decisions.py +0 -0
  441. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_runtime_detectors.py +0 -0
  442. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_runtime_signals.py +0 -0
  443. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_safe_decode.py +0 -0
  444. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_sandbox.py +0 -0
  445. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_settings_presets.py +0 -0
  446. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_skill_protection.py +0 -0
  447. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_store_migrations.py +0 -0
  448. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_supply_chain.py +0 -0
  449. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_surface_server.py +0 -0
  450. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_threat_intel.py +0 -0
  451. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_verdicts.py +0 -0
  452. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_guard_web_recovery.py +0 -0
  453. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_hermes_adapter.py +0 -0
  454. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_integration.py +0 -0
  455. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_lint_fixes.py +0 -0
  456. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_live_cisco_smoke.py +0 -0
  457. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_manifest.py +0 -0
  458. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_marketplace.py +0 -0
  459. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_mcp_security.py +0 -0
  460. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_openclaw_adapter.py +0 -0
  461. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_operational_security.py +0 -0
  462. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_policy.py +0 -0
  463. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_quality_artifact.py +0 -0
  464. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_rule_registry.py +0 -0
  465. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_scanner.py +0 -0
  466. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_schema_contracts.py +0 -0
  467. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_security.py +0 -0
  468. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_security_ops.py +0 -0
  469. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_skill_security.py +0 -0
  470. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_submission.py +0 -0
  471. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_trust_scoring.py +0 -0
  472. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_trust_specs.py +0 -0
  473. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_verification.py +0 -0
  474. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/tests/test_versioning.py +0 -0
  475. {plugin_scanner-2.0.175 → plugin_scanner-2.0.177}/uv.lock +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plugin-scanner
3
- Version: 2.0.175
3
+ Version: 2.0.177
4
4
  Summary: Lint, verify, and gate plugin ecosystems for maintainers, CI, and publish workflows.
5
5
  Project-URL: Homepage, https://github.com/hashgraph-online/ai-plugin-scanner
6
6
  Project-URL: Repository, https://github.com/hashgraph-online/ai-plugin-scanner
@@ -16,6 +16,8 @@ import {
16
16
  HiMiniCheckCircle,
17
17
  HiMiniArrowRight,
18
18
  HiMiniExclamationTriangle,
19
+ HiMiniChevronDown,
20
+ HiMiniChevronUp,
19
21
  } from "react-icons/hi2";
20
22
 
21
23
  import { guardAwareHref } from "./guard-api";
@@ -237,7 +239,7 @@ export function Surface(props: {
237
239
  const toneClass = surfaceToneClass(props.tone);
238
240
  return (
239
241
  <section
240
- className={`guard-surface-in rounded-[1.35rem] border shadow-sm p-5 sm:p-6 ${toneClass}${props.className ? ` ${props.className}` : ""}`}
242
+ className={`guard-surface-in rounded-xl border p-4 sm:p-5 ${toneClass}${props.className ? ` ${props.className}` : ""}`}
241
243
  >
242
244
  {props.children}
243
245
  </section>
@@ -296,8 +298,8 @@ export function EmptyState(props: {
296
298
  }) {
297
299
  const isTeach = props.tone === "teach";
298
300
  return (
299
- <div className={`guard-surface-in flex flex-col items-center justify-center py-12 text-center sm:py-16 ${isTeach ? "rounded-[2rem] border border-brand-blue/15 bg-gradient-to-br from-white to-brand-blue/[0.03] px-6" : "rounded-lg bg-surface-1 px-6"}`}>
300
- <div className={`mb-5 flex h-14 w-14 items-center justify-center rounded-full ${isTeach ? "bg-brand-blue/10" : "bg-white"} ring-1 ring-brand-blue/20`}>
301
+ <div className={`flex flex-col items-center justify-center py-12 text-center sm:py-16 ${isTeach ? "rounded-2xl border border-brand-blue/10 bg-gradient-to-br from-white to-brand-blue/[0.02] px-6" : "px-6"}`}>
302
+ <div className={`mb-5 flex h-14 w-14 items-center justify-center rounded-full ${isTeach ? "bg-brand-blue/10" : "bg-slate-100"}`}>
301
303
  <HiMiniInformationCircle className={`h-7 w-7 ${isTeach ? "text-brand-blue" : "text-slate-400"}`} aria-hidden="true" />
302
304
  </div>
303
305
  <h3 className="text-lg font-semibold tracking-tight text-brand-dark">{props.title}</h3>
@@ -472,12 +474,12 @@ function SidebarAction(props: { href: string; children: ReactNode; icon: ReactNo
472
474
  }
473
475
 
474
476
  function surfaceToneClass(tone: "default" | "accent" | "success" | "warning" | "danger" | "attention" | undefined): string {
475
- if (tone === "accent") return "border-brand-blue/20 bg-gradient-to-b from-white to-blue-50/40";
476
- if (tone === "success") return "border-brand-green/20 bg-brand-green-bg/30";
477
- if (tone === "warning") return "border-brand-blue/25 bg-brand-blue/[0.04]";
478
- if (tone === "danger") return "border-brand-purple/25 bg-brand-purple/[0.05]";
479
- if (tone === "attention") return "border-brand-attention/20 bg-brand-attention-bg";
480
- return "border-gray-200/50 bg-white/80";
477
+ if (tone === "accent") return "border-brand-blue/15 bg-gradient-to-b from-white to-blue-50/30";
478
+ if (tone === "success") return "border-brand-green/15 bg-brand-green-bg/20";
479
+ if (tone === "warning") return "border-brand-blue/20 bg-brand-blue/[0.03]";
480
+ if (tone === "danger") return "border-brand-purple/20 bg-brand-purple/[0.03]";
481
+ if (tone === "attention") return "border-brand-attention/15 bg-brand-attention-bg/60";
482
+ return "border-slate-100 bg-white/60";
481
483
  }
482
484
 
483
485
  function badgeToneClass(tone: "default" | "success" | "warning" | "info" | "destructive" | "attention" | undefined): string {
@@ -665,11 +667,10 @@ export function GuardHero(props: {
665
667
 
666
668
  return (
667
669
  <section
668
- className={`guard-surface-in relative overflow-hidden rounded-[2rem] border border-brand-blue/15 ${bgClass} p-5 shadow-[0_20px_60px_rgba(63,65,116,0.08)] sm:p-6 lg:p-7`}
670
+ className={`guard-surface-in relative overflow-hidden rounded-2xl border border-brand-blue/10 ${bgClass} p-5 sm:p-6 lg:p-7`}
669
671
  role="region"
670
672
  aria-label="Protection status"
671
673
  >
672
- <div className="pointer-events-none absolute right-10 top-8 h-24 w-24 rounded-full bg-brand-blue/20 blur-3xl" />
673
674
  <div className="relative space-y-4">
674
675
  <div className="flex flex-wrap items-center gap-2">
675
676
  <SectionLabel>Protection status</SectionLabel>
@@ -696,25 +697,19 @@ export function GuardHero(props: {
696
697
  }
697
698
 
698
699
  export function ProofStrip(props: {
699
- items: Array<{ label: string; value: string | number; tone?: "blue" | "green" | "purple" | "slate"; icon?: ReactNode; pulse?: boolean; hint?: string }>;
700
+ items: Array<{ label: string; value: string | number; tone?: "blue" | "green" | "purple" | "slate"; icon?: ReactNode; hint?: string }>;
700
701
  }) {
701
702
  return (
702
- <div className="guard-surface-in grid gap-3 sm:grid-cols-3">
703
- {props.items.map((item) => (
704
- <div
705
- key={item.label}
706
- className={`rounded-[1.25rem] border border-white/80 bg-white/80 px-4 py-3 shadow-sm ${item.pulse ? "guard-pulse" : ""}`}
707
- title={item.hint}
708
- >
709
- <div className="flex items-center gap-2">
710
- <p className="font-mono text-[10px] font-semibold uppercase tracking-[0.18em] text-muted-foreground">
711
- {item.label}
712
- </p>
713
- {item.icon}
703
+ <div className="grid gap-x-8 gap-y-4 sm:grid-cols-2 lg:grid-cols-4">
704
+ {props.items.map((item) => {
705
+ const toneColor = item.tone === "blue" ? "text-brand-blue" : item.tone === "green" ? "text-emerald-600" : item.tone === "purple" ? "text-brand-purple" : "text-brand-dark";
706
+ return (
707
+ <div key={item.label} className="flex flex-col" title={item.hint}>
708
+ <p className="text-[11px] font-semibold uppercase tracking-wider text-slate-400">{item.label}</p>
709
+ <p className={`text-2xl font-semibold tracking-tight ${toneColor}`}>{item.value}</p>
714
710
  </div>
715
- <p className="mt-1 text-2xl font-semibold tracking-tight text-brand-dark">{item.value}</p>
716
- </div>
717
- ))}
711
+ );
712
+ })}
718
713
  </div>
719
714
  );
720
715
  }
@@ -727,22 +722,162 @@ export function NextActionCard(props: {
727
722
  }) {
728
723
  const borderClass =
729
724
  props.tone === "green"
730
- ? "border-brand-green/25"
725
+ ? "border-brand-green/20"
731
726
  : props.tone === "purple"
732
- ? "border-brand-purple/25"
733
- : "border-brand-blue/25";
727
+ ? "border-brand-purple/20"
728
+ : "border-brand-blue/20";
734
729
  const bgClass =
735
730
  props.tone === "green"
736
- ? "bg-brand-green-bg/30"
731
+ ? "bg-brand-green-bg/20"
737
732
  : props.tone === "purple"
738
- ? "bg-brand-purple/[0.04]"
739
- : "bg-brand-blue/[0.04]";
733
+ ? "bg-brand-purple/[0.03]"
734
+ : "bg-brand-blue/[0.03]";
740
735
 
741
736
  return (
742
- <div className={`guard-surface-in rounded-[1.75rem] border ${borderClass} ${bgClass} p-5 sm:p-6`}>
737
+ <div className={`rounded-xl border ${borderClass} ${bgClass} p-4 sm:p-5`}>
743
738
  <SectionLabel>{props.title}</SectionLabel>
744
739
  <p className="mt-2 text-sm leading-relaxed text-brand-dark/70">{props.body}</p>
745
740
  <div className="mt-4">{props.cta}</div>
746
741
  </div>
747
742
  );
748
743
  }
744
+
745
+ export function SegmentedControl<T extends string>(props: {
746
+ options: Array<{ value: T; label: string }>;
747
+ value: T;
748
+ onChange: (value: T) => void;
749
+ }) {
750
+ return (
751
+ <div className="inline-flex rounded-lg border border-slate-200 bg-slate-50 p-0.5">
752
+ {props.options.map((opt) => (
753
+ <button
754
+ key={opt.value}
755
+ type="button"
756
+ onClick={() => props.onChange(opt.value)}
757
+ className={`rounded-md px-2.5 py-1 text-xs font-medium transition-colors ${
758
+ props.value === opt.value
759
+ ? "bg-white text-brand-dark shadow-sm"
760
+ : "text-slate-500 hover:text-brand-dark"
761
+ }`}
762
+ >
763
+ {opt.label}
764
+ </button>
765
+ ))}
766
+ </div>
767
+ );
768
+ }
769
+
770
+ export function ListRow(props: {
771
+ children: ReactNode;
772
+ accent?: "green" | "attention" | "blue" | "none";
773
+ onClick?: () => void;
774
+ href?: string;
775
+ }) {
776
+ const accentClass =
777
+ props.accent === "green"
778
+ ? "border-l-2 border-emerald-500 pl-3"
779
+ : props.accent === "attention"
780
+ ? "border-l-2 border-brand-attention pl-3"
781
+ : props.accent === "blue"
782
+ ? "border-l-2 border-brand-blue pl-3"
783
+ : "pl-3.5";
784
+ const clickable = props.onClick !== undefined || props.href !== undefined;
785
+ const content = (
786
+ <div
787
+ className={`flex items-center gap-3 border-b border-slate-100 py-2.5 transition-colors hover:bg-slate-50/60 ${accentClass} ${
788
+ clickable ? "cursor-pointer" : ""
789
+ }`}
790
+ onClick={props.onClick}
791
+ role={clickable ? "button" : undefined}
792
+ tabIndex={clickable ? 0 : undefined}
793
+ onKeyDown={
794
+ clickable
795
+ ? (e) => {
796
+ if (e.key === "Enter" || e.key === " ") {
797
+ e.preventDefault();
798
+ props.onClick?.();
799
+ }
800
+ }
801
+ : undefined
802
+ }
803
+ >
804
+ {props.children}
805
+ </div>
806
+ );
807
+ if (props.href) {
808
+ return (
809
+ <a href={guardAwareHref(props.href)} className="block no-underline">
810
+ {content}
811
+ </a>
812
+ );
813
+ }
814
+ return content;
815
+ }
816
+
817
+ export function TabBar<T extends string>(props: {
818
+ tabs: Array<{ value: T; label: string }>;
819
+ active: T;
820
+ onChange: (value: T) => void;
821
+ }) {
822
+ return (
823
+ <div className="flex gap-1 rounded-lg border border-slate-200 bg-slate-50 p-0.5">
824
+ {props.tabs.map((tab) => (
825
+ <button
826
+ key={tab.value}
827
+ type="button"
828
+ onClick={() => props.onChange(tab.value)}
829
+ className={`rounded-md px-3 py-1.5 text-sm font-medium transition-colors ${
830
+ props.active === tab.value
831
+ ? "bg-white text-brand-dark shadow-sm"
832
+ : "text-slate-500 hover:text-brand-dark"
833
+ }`}
834
+ >
835
+ {tab.label}
836
+ </button>
837
+ ))}
838
+ </div>
839
+ );
840
+ }
841
+
842
+ export function AccordionSection(props: {
843
+ title: string;
844
+ subtitle?: string;
845
+ expanded: boolean;
846
+ onToggle: () => void;
847
+ children: ReactNode;
848
+ }) {
849
+ return (
850
+ <div className="rounded-xl border border-slate-100 overflow-hidden">
851
+ <button
852
+ onClick={props.onToggle}
853
+ className="flex w-full items-center justify-between gap-3 px-4 py-3 text-left transition-colors hover:bg-slate-50/60"
854
+ aria-expanded={props.expanded}
855
+ >
856
+ <div>
857
+ <p className="text-sm font-semibold text-brand-dark">{props.title}</p>
858
+ {props.subtitle ? <p className="text-xs text-slate-400">{props.subtitle}</p> : null}
859
+ </div>
860
+ {props.expanded ? (
861
+ <HiMiniChevronUp className="h-4 w-4 text-slate-400" aria-hidden="true" />
862
+ ) : (
863
+ <HiMiniChevronDown className="h-4 w-4 text-slate-400" aria-hidden="true" />
864
+ )}
865
+ </button>
866
+ {props.expanded && (
867
+ <div className="border-t border-slate-100 px-4 py-4">
868
+ {props.children}
869
+ </div>
870
+ )}
871
+ </div>
872
+ );
873
+ }
874
+
875
+ export function StickyActionBar(props: {
876
+ children: ReactNode;
877
+ }) {
878
+ return (
879
+ <div className="sticky bottom-4 z-30 rounded-xl border border-slate-200 bg-white/95 p-4 shadow-lg backdrop-blur">
880
+ {props.children}
881
+ </div>
882
+ );
883
+ }
@@ -377,7 +377,7 @@ function AppOverviewTab(props: {
377
377
  return (
378
378
  <div className="grid gap-6 lg:grid-cols-[minmax(0,1.3fr)_minmax(0,0.9fr)]">
379
379
  <section className="space-y-6">
380
- <div className="rounded-[1.75rem] border border-slate-200/70 bg-white/80 p-5 shadow-sm sm:p-6">
380
+ <div className="rounded-xl border border-slate-100 p-4 sm:p-5">
381
381
  <div className="flex items-center justify-between gap-3">
382
382
  <div>
383
383
  <SectionLabel>Status</SectionLabel>
@@ -428,7 +428,7 @@ function AppOverviewTab(props: {
428
428
  </div>
429
429
 
430
430
  {props.pendingItems.length > 0 && (
431
- <div className="rounded-[1.75rem] border border-brand-blue/15 bg-brand-blue/[0.04] p-5 shadow-sm sm:p-6">
431
+ <div className="rounded-xl border border-brand-blue/10 bg-brand-blue/[0.03] p-4 sm:p-5">
432
432
  <SectionLabel>Pending review</SectionLabel>
433
433
  <p className="mt-2 text-sm text-muted-foreground">
434
434
  These actions from {harnessDisplayName(props.harness)} need your decision.
@@ -458,7 +458,7 @@ function AppOverviewTab(props: {
458
458
 
459
459
  <section className="space-y-6">
460
460
  {props.harnessReceipts.length > 0 && (
461
- <div className="rounded-[1.75rem] border border-slate-200/70 bg-white/80 p-5 shadow-sm sm:p-6">
461
+ <div className="rounded-xl border border-slate-100 p-4 sm:p-5">
462
462
  <SectionLabel>Recent events</SectionLabel>
463
463
  <p className="mt-2 text-sm text-muted-foreground">
464
464
  What Guard decided recently.
@@ -490,7 +490,7 @@ function AppOverviewTab(props: {
490
490
  )}
491
491
 
492
492
  {props.harnessInventory.length > 0 && (
493
- <div className="rounded-[1.75rem] border border-slate-200/70 bg-white/80 p-5 shadow-sm sm:p-6">
493
+ <div className="rounded-xl border border-slate-100 p-4 sm:p-5">
494
494
  <SectionLabel>Discovered items</SectionLabel>
495
495
  <p className="mt-2 text-sm text-muted-foreground">
496
496
  Tools and plugins Guard found in this app.
@@ -612,7 +612,7 @@ function AppActivityTab(props: {
612
612
  return (
613
613
  <div className="space-y-6">
614
614
  {props.queueError && (
615
- <div className="guard-fade-in rounded-[1.75rem] border border-brand-attention/20 bg-brand-attention/[0.04] p-5 shadow-sm sm:p-6">
615
+ <div className="guard-fade-in rounded-xl border border-brand-attention/10 bg-brand-attention/[0.03] p-4 sm:p-5">
616
616
  <div className="flex items-start gap-3">
617
617
  <HiMiniExclamationTriangle className="mt-0.5 h-5 w-5 shrink-0 text-brand-attention" aria-hidden="true" />
618
618
  <div className="flex-1">
@@ -628,7 +628,7 @@ function AppActivityTab(props: {
628
628
  </div>
629
629
  </div>
630
630
  )}
631
- <div className="rounded-[1.75rem] border border-slate-200/70 bg-white/80 p-5 shadow-sm sm:p-6">
631
+ <div className="rounded-xl border border-slate-100 p-4 sm:p-5">
632
632
  <div className="flex flex-wrap items-center gap-2">
633
633
  {(
634
634
  [
@@ -747,7 +747,7 @@ function AppActivityTab(props: {
747
747
  function ReceiptGroup({ title, items, selectedIds, onToggle }: { title: string; items: GuardReceipt[]; selectedIds: Set<string>; onToggle: (id: string) => void }) {
748
748
  if (items.length === 0) return null;
749
749
  return (
750
- <div className="rounded-[1.75rem] border border-slate-200/70 bg-white/80 p-5 shadow-sm sm:p-6">
750
+ <div className="rounded-xl border border-slate-100 p-4 sm:p-5">
751
751
  <div className="flex items-center justify-between">
752
752
  <SectionLabel>{title}</SectionLabel>
753
753
  <span className="text-xs text-muted-foreground">{items.length} events</span>
@@ -866,7 +866,7 @@ function AppSettingsTab(props: {
866
866
  <div className="grid gap-6 lg:grid-cols-[minmax(0,1fr)_minmax(0,0.8fr)]">
867
867
  <div className="space-y-6">
868
868
  {props.policyError && (
869
- <div className="guard-fade-in rounded-[1.75rem] border border-brand-attention/20 bg-brand-attention/[0.04] p-5 shadow-sm sm:p-6">
869
+ <div className="guard-fade-in rounded-xl border border-brand-attention/10 bg-brand-attention/[0.03] p-4 sm:p-5">
870
870
  <div className="flex items-start gap-3">
871
871
  <HiMiniExclamationTriangle className="mt-0.5 h-5 w-5 shrink-0 text-brand-attention" aria-hidden="true" />
872
872
  <div className="flex-1">
@@ -882,7 +882,7 @@ function AppSettingsTab(props: {
882
882
  </div>
883
883
  </div>
884
884
  )}
885
- <div className="rounded-[1.75rem] border border-slate-200/70 bg-white/80 p-5 shadow-sm sm:p-6">
885
+ <div className="rounded-xl border border-slate-100 p-4 sm:p-5">
886
886
  <div className="flex items-center justify-between gap-3">
887
887
  <SectionLabel>Remembered decisions</SectionLabel>
888
888
  {props.harnessPolicies.length > 0 && props.onClearAppPolicies && (
@@ -937,7 +937,7 @@ function AppSettingsTab(props: {
937
937
 
938
938
  {/* Clear confirmation */}
939
939
  {showClearConfirm && (
940
- <div ref={confirmRef} className="guard-fade-in rounded-[1.75rem] border border-brand-attention/20 bg-brand-attention/[0.04] p-5 shadow-sm sm:p-6">
940
+ <div ref={confirmRef} className="guard-fade-in rounded-xl border border-brand-attention/10 bg-brand-attention/[0.03] p-4 sm:p-5">
941
941
  <div className="flex items-start gap-3">
942
942
  <HiMiniExclamationTriangle className="mt-0.5 h-5 w-5 shrink-0 text-brand-attention" aria-hidden="true" />
943
943
  <div>
@@ -979,7 +979,7 @@ function AppSettingsTab(props: {
979
979
 
980
980
  <div className="space-y-6">
981
981
  {props.status === "needs_setup" && (
982
- <div className="rounded-[1.75rem] border border-brand-attention/15 bg-brand-attention/[0.04] p-5 shadow-sm sm:p-6">
982
+ <div className="rounded-xl border border-brand-attention/10 bg-brand-attention/[0.03] p-4 sm:p-5">
983
983
  <div className="flex items-start gap-3">
984
984
  <HiMiniExclamationTriangle className="mt-0.5 h-5 w-5 shrink-0 text-brand-attention" />
985
985
  <div>
@@ -1026,7 +1026,7 @@ function ActivitySparkline({ receipts }: { receipts: GuardReceipt[] }) {
1026
1026
  const maxVal = Math.max(...data.map((d) => d.allowed + d.blocked), 1);
1027
1027
 
1028
1028
  return (
1029
- <div className="rounded-[1.75rem] border border-slate-200/70 bg-white/80 p-5 shadow-sm sm:p-6">
1029
+ <div className="rounded-xl border border-slate-100 p-4 sm:p-5">
1030
1030
  <div className="flex items-center justify-between">
1031
1031
  <SectionLabel>Last 7 days</SectionLabel>
1032
1032
  <HiMiniChartBar className="h-4 w-4 text-slate-400" aria-hidden="true" />
@@ -1125,7 +1125,7 @@ function CloudValueBanner({
1125
1125
  cta: { label: string; href: string };
1126
1126
  }) {
1127
1127
  return (
1128
- <div className="rounded-[1.75rem] border border-brand-purple/15 bg-brand-purple/[0.04] p-5 shadow-sm sm:p-6">
1128
+ <div className="rounded-xl border border-brand-purple/10 bg-brand-purple/[0.03] p-4 sm:p-5">
1129
1129
  <div className="flex items-start gap-3">
1130
1130
  <div className="mt-0.5 shrink-0">{icon}</div>
1131
1131
  <div className="flex-1">
@@ -0,0 +1,210 @@
1
+ import { useCallback } from "react";
2
+ import {
3
+ HiMiniCheckCircle,
4
+ HiMiniExclamationCircle,
5
+ HiMiniWrenchScrewdriver,
6
+ HiMiniXCircle,
7
+ HiMiniChevronRight,
8
+ } from "react-icons/hi2";
9
+ import {
10
+ ActionButton,
11
+ EmptyState,
12
+ SectionLabel,
13
+ Tag,
14
+ GuardHero,
15
+ ProofStrip,
16
+ } from "./approval-center-primitives";
17
+ import { harnessDisplayName } from "./approval-center-utils";
18
+ import type { GuardInventoryItem, GuardPolicyDecision, GuardReceipt, GuardRuntimeSnapshot } from "./guard-types";
19
+
20
+ type FleetWorkspaceProps = {
21
+ runtime: GuardRuntimeSnapshot;
22
+ policies: GuardPolicyDecision[];
23
+ inventory:
24
+ | { kind: "idle" }
25
+ | { kind: "loading" }
26
+ | { kind: "error"; message: string }
27
+ | { kind: "ready"; items: GuardInventoryItem[] };
28
+ onConnectHarness?: (harness: string) => void;
29
+ onTestHarness?: (harness: string) => void;
30
+ onRepairHarness?: (harness: string) => void;
31
+ onOpenAppDetail?: (harness: string) => void;
32
+ };
33
+
34
+ function collectHarnesses(snapshot: GuardRuntimeSnapshot): string[] {
35
+ const harnesses = new Set<string>();
36
+ for (const item of snapshot.items) harnesses.add(item.harness);
37
+ for (const receipt of snapshot.latest_receipts) harnesses.add(receipt.harness);
38
+ return Array.from(harnesses).sort((a, b) => a.localeCompare(b));
39
+ }
40
+
41
+ function renderReceiptContext(receipt: GuardReceipt): string {
42
+ return `${harnessDisplayName(receipt.harness)} · ${receipt.policy_decision.replace(/-/g, " ")}`;
43
+ }
44
+
45
+ type AppStatus = "protected" | "found_unprotected" | "needs_repair" | "not_found";
46
+
47
+ function resolveAppStatus(
48
+ install: { active?: boolean } | undefined,
49
+ hasInventory: boolean,
50
+ hasReceipts: boolean
51
+ ): AppStatus {
52
+ if (install !== undefined) {
53
+ if (install.active) return "protected";
54
+ return "needs_repair";
55
+ }
56
+ if (!hasInventory && !hasReceipts) return "not_found";
57
+ return "found_unprotected";
58
+ }
59
+
60
+ function StatusIcon({ status }: { status: AppStatus }) {
61
+ if (status === "protected") return <HiMiniCheckCircle className="h-4 w-4 text-emerald-500" aria-hidden="true" />;
62
+ if (status === "found_unprotected") return <HiMiniExclamationCircle className="h-4 w-4 text-brand-attention" aria-hidden="true" />;
63
+ if (status === "needs_repair") return <HiMiniWrenchScrewdriver className="h-4 w-4 text-brand-purple" aria-hidden="true" />;
64
+ return <HiMiniXCircle className="h-4 w-4 text-slate-300" aria-hidden="true" />;
65
+ }
66
+
67
+ function StatusBadge({ status }: { status: AppStatus }) {
68
+ if (status === "protected") return <span className="text-xs font-medium text-emerald-600">Protected</span>;
69
+ if (status === "found_unprotected") return <span className="text-xs font-medium text-brand-attention">Found, not installed</span>;
70
+ if (status === "needs_repair") return <span className="text-xs font-medium text-brand-purple">Repair needed</span>;
71
+ return <span className="text-xs text-slate-400">Not found</span>;
72
+ }
73
+
74
+ export function FleetWorkspace(props: FleetWorkspaceProps) {
75
+ const harnesses = collectHarnesses(props.runtime);
76
+ const managedInstalls = props.runtime.managed_installs ?? [];
77
+ const activeInstalls = managedInstalls.filter((i) => i.active);
78
+ const inventory = props.inventory.kind === "ready" ? props.inventory.items : [];
79
+ const visibleHarnesses = Array.from(
80
+ new Set([
81
+ ...managedInstalls.map((i) => i.harness),
82
+ ...harnesses,
83
+ ...inventory.map((i) => i.harness),
84
+ ...props.policies.map((p) => p.harness),
85
+ ])
86
+ ).sort((a, b) => a.localeCompare(b));
87
+ const runtimeState = props.runtime.runtime_state;
88
+ const receiptHarnesses = new Set(props.runtime.latest_receipts.map((r) => r.harness));
89
+
90
+ return (
91
+ <div className="space-y-8">
92
+ <GuardHero
93
+ status={activeInstalls.length > 0 ? "clear" : "setup_gap"}
94
+ headline={activeInstalls.length > 0 ? "Your apps are covered" : "Connect an app to start"}
95
+ subheadline={
96
+ activeInstalls.length > 0
97
+ ? "Confirm that Guard is running and protecting your local AI apps."
98
+ : "Guard works with Codex, Claude Code, Cursor, Hermes, OpenClaw, and more."
99
+ }
100
+ cta={<ActionButton href={props.runtime.fleet_url}>Open Cloud Devices</ActionButton>}
101
+ secondaryCta={
102
+ <ActionButton href={props.runtime.dashboard_url} variant="outline">
103
+ Open Home
104
+ </ActionButton>
105
+ }
106
+ />
107
+
108
+ <ProofStrip
109
+ items={[
110
+ { label: "Needs review", value: `${props.runtime.pending_count}`, tone: props.runtime.pending_count > 0 ? "blue" : "slate" },
111
+ { label: "History", value: `${props.runtime.receipt_count}`, tone: "purple" },
112
+ { label: "Watched apps", value: `${activeInstalls.length > 0 ? activeInstalls.length : visibleHarnesses.length}`, tone: activeInstalls.length > 0 ? "green" : "slate" },
113
+ { label: "Runtime", value: runtimeState ? "active" : "offline", tone: runtimeState ? "green" : "slate" },
114
+ ]}
115
+ />
116
+
117
+ <div className="grid gap-8 lg:grid-cols-[minmax(0,1.4fr)_minmax(0,0.8fr)]">
118
+ <section>
119
+ <div className="mb-4">
120
+ <SectionLabel>App coverage</SectionLabel>
121
+ <p className="mt-1 text-sm text-slate-500">Which apps Guard is watching on this machine.</p>
122
+ </div>
123
+
124
+ {visibleHarnesses.length > 0 ? (
125
+ <div className="divide-y divide-slate-100 border-t border-slate-100">
126
+ {visibleHarnesses.map((harness) => {
127
+ const install = managedInstalls.find((i) => i.harness === harness);
128
+ const harnessInventory = inventory.filter((i) => i.harness === harness && i.present);
129
+ const harnessPolicies = props.policies.filter((p) => p.harness === harness);
130
+ const hasReceipts = receiptHarnesses.has(harness);
131
+ const status = resolveAppStatus(install, harnessInventory.length > 0, hasReceipts);
132
+ const isClickable = props.onOpenAppDetail !== undefined;
133
+
134
+ return (
135
+ <div
136
+ key={harness}
137
+ className={`flex items-center justify-between gap-3 py-3 transition-colors ${
138
+ isClickable ? "cursor-pointer hover:bg-slate-50/60" : ""
139
+ }`}
140
+ onClick={isClickable ? () => props.onOpenAppDetail?.(harness) : undefined}
141
+ role={isClickable ? "button" : undefined}
142
+ tabIndex={isClickable ? 0 : undefined}
143
+ onKeyDown={
144
+ isClickable
145
+ ? (e) => {
146
+ if (e.key === "Enter" || e.key === " ") {
147
+ e.preventDefault();
148
+ props.onOpenAppDetail?.(harness);
149
+ }
150
+ }
151
+ : undefined
152
+ }
153
+ >
154
+ <div className="flex min-w-0 items-center gap-3">
155
+ <StatusIcon status={status} />
156
+ <div className="min-w-0">
157
+ <p className="text-sm font-medium text-brand-dark">{harnessDisplayName(harness)}</p>
158
+ <p className="text-xs text-slate-400">
159
+ {harnessInventory.length} actions · {harnessPolicies.length} decisions
160
+ </p>
161
+ </div>
162
+ </div>
163
+ <div className="flex items-center gap-2">
164
+ <StatusBadge status={status} />
165
+ {isClickable && <HiMiniChevronRight className="h-4 w-4 text-slate-300" aria-hidden="true" />}
166
+ </div>
167
+ </div>
168
+ );
169
+ })}
170
+ </div>
171
+ ) : (
172
+ <EmptyState
173
+ title="No watched apps yet"
174
+ body="Run HOL Guard once with Codex, Claude Code, Cursor, Hermes, or another supported app and this machine will show coverage here."
175
+ tone="teach"
176
+ />
177
+ )}
178
+
179
+ {props.inventory.kind === "error" ? (
180
+ <p className="mt-3 text-xs text-slate-500">{props.inventory.message}</p>
181
+ ) : null}
182
+ </section>
183
+
184
+ <section>
185
+ <div className="mb-4">
186
+ <SectionLabel>Recent choices</SectionLabel>
187
+ <p className="mt-1 text-sm text-slate-500">What Guard decided recently.</p>
188
+ </div>
189
+ {props.runtime.latest_receipts.length > 0 ? (
190
+ <div className="space-y-0 divide-y divide-slate-100 border-t border-slate-100">
191
+ {props.runtime.latest_receipts.slice(0, 6).map((receipt) => (
192
+ <div key={receipt.receipt_id} className="py-2.5">
193
+ <p className="truncate text-sm font-medium text-brand-dark">
194
+ {receipt.artifact_name ?? receipt.artifact_id}
195
+ </p>
196
+ <p className="text-xs text-slate-400">{renderReceiptContext(receipt)}</p>
197
+ </div>
198
+ ))}
199
+ </div>
200
+ ) : (
201
+ <EmptyState
202
+ title="No choices yet"
203
+ body="Allow or block an action once and HOL Guard will start building local history for this machine."
204
+ />
205
+ )}
206
+ </section>
207
+ </div>
208
+ </div>
209
+ );
210
+ }