plugin-scanner 2.0.73__tar.gz → 2.0.74__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.
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/PKG-INFO +2 -2
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/docker-requirements.txt +50 -50
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/pyproject.toml +2 -2
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/pyproject.toml.bak +2 -2
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/version.py +1 -1
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/uv.lock +52 -52
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/.clusterfuzzlite/Dockerfile +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/.clusterfuzzlite/build.sh +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/.clusterfuzzlite/project.yaml +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/.clusterfuzzlite/requirements-atheris.txt +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/.dockerignore +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/.github/CODEOWNERS +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/.github/ISSUE_TEMPLATE/bug-report.yml +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/.github/ISSUE_TEMPLATE/feature-request.yml +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/.github/dependabot.yml +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/.github/workflows/ci.yml +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/.github/workflows/codeql.yml +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/.github/workflows/dependabot-uv-lock.yml +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/.github/workflows/fuzz.yml +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/.github/workflows/harness-smoke.yml +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/.github/workflows/publish.yml +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/.github/workflows/scorecard.yml +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/.gitignore +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/.pre-commit-hooks.yaml +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/CONTRIBUTING.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/Dockerfile +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/LICENSE +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/README.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/SECURITY.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/dashboard/index.html +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/dashboard/package.json +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/dashboard/pnpm-lock.yaml +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/dashboard/public/apple-touch-icon.png +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/dashboard/public/brand/Logo_Icon_Dark.png +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/dashboard/public/brand/Logo_Whole.png +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/dashboard/public/favicon-16x16.png +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/dashboard/public/favicon-32x32.png +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/dashboard/public/favicon.ico +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/dashboard/src/app.tsx +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/dashboard/src/approval-center-layout.tsx +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/dashboard/src/approval-center-primitives.tsx +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/dashboard/src/approval-center-utils.ts +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/dashboard/src/fleet-workspace.tsx +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/dashboard/src/guard-api.ts +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/dashboard/src/guard-demo.ts +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/dashboard/src/guard-types.ts +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/dashboard/src/main.tsx +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/dashboard/src/receipts-workspace.tsx +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/dashboard/src/runtime-overview.tsx +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/dashboard/src/settings-workspace.tsx +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/dashboard/src/styles.css +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/dashboard/src/vite-env.d.ts +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/dashboard/tsconfig.json +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/dashboard/vite.config.ts +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/docs/guard/approval-audit.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/docs/guard/architecture.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/docs/guard/get-started.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/docs/guard/harness-support.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/docs/guard/local-vs-cloud.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/docs/guard/testing-matrix.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/docs/trust/mcp-trust-draft.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/docs/trust/plugin-trust-draft.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/docs/trust/skill-trust-local.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/fuzzers/manifest_fuzzer.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/requirements.txt +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/schemas/plugin-quality.v1.json +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/schemas/scan-result.v1.json +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/schemas/verify-result.v1.json +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/__init__.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/action_runner.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/argparse_utils.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/checks/__init__.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/checks/best_practices.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/checks/claude.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/checks/code_quality.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/checks/ecosystem_common.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/checks/gemini.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/checks/manifest.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/checks/manifest_support.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/checks/marketplace.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/checks/mcp_security.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/checks/opencode.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/checks/operational_security.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/checks/security.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/checks/skill_security.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/cli.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/cli_ui.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/config.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/ecosystems/__init__.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/ecosystems/base.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/ecosystems/claude.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/ecosystems/codex.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/ecosystems/detect.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/ecosystems/gemini.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/ecosystems/opencode.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/ecosystems/registry.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/ecosystems/types.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/github_reporting.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/__init__.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/adapters/__init__.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/adapters/antigravity.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/adapters/base.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/adapters/claude_code.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/adapters/codex.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/adapters/copilot.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/adapters/cursor.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/adapters/gemini.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/adapters/hermes.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/adapters/mcp_servers.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/adapters/opencode.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/adapters/opencode_artifacts.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/approvals.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/bridge/__init__.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/capabilities.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/cli/__init__.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/cli/approval_commands.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/cli/bootstrap.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/cli/commands.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/cli/connect_flow.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/cli/install_commands.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/cli/product.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/cli/prompt.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/cli/render.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/cli/update_commands.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/codex_config.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/config.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/consumer/__init__.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/consumer/service.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/daemon/__init__.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/daemon/client.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/daemon/manager.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/daemon/server.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/daemon/static/apple-touch-icon.png +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/daemon/static/assets/guard-dashboard.js +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/daemon/static/assets/index.css +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/daemon/static/brand/Logo_Icon_Dark.png +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/daemon/static/brand/Logo_Whole.png +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/daemon/static/favicon-16x16.png +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/daemon/static/favicon-32x32.png +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/daemon/static/favicon.ico +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/daemon/static/index.html +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/edge_events.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/incident.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/launcher.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/mcp_tool_calls.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/models.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/policy/__init__.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/policy/engine.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/protect.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/proxy/__init__.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/proxy/remote.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/proxy/runtime_mcp.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/proxy/stdio.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/receipts/__init__.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/receipts/manager.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/risk.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/runtime/__init__.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/runtime/runner.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/runtime/secret_file_requests.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/runtime/surface_server.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/schemas/__init__.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/schemas/consumer_mode.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/schemas/guard_event_v1.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/schemas/surface_server.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/shims.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/store.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/store_approvals.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/store_connect.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/guard/types.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/integrations/__init__.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/integrations/cisco_mcp_scanner.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/integrations/cisco_skill_scanner.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/lint_fixes.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/marketplace_support.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/models.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/path_support.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/policy.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/quality_artifact.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/repo_detect.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/reporting.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/rules/__init__.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/rules/registry.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/rules/specs.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/scanner.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/submission.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/suppressions.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/trust_domain_scoring.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/trust_helpers.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/trust_mcp_scoring.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/trust_models.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/trust_plugin_scoring.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/trust_scoring.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/trust_skill_scoring.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/trust_specs.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/verification.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/__init__.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/conftest.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/__init__.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/bad-plugin/.codex-plugin/plugin.json +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/bad-plugin/.mcp.json +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/bad-plugin/secrets.js +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/claude-plugin-good/.claude-plugin/plugin.json +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/claude-plugin-good/LICENSE +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/claude-plugin-good/README.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/claude-plugin-good/SECURITY.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/claude-plugin-good/hooks/hooks.json +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/claude-plugin-good/skills/example/SKILL.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/code-quality-bad/evil.js +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/code-quality-bad/inject.js +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/gemini-extension-good/GEMINI.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/gemini-extension-good/LICENSE +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/gemini-extension-good/README.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/gemini-extension-good/SECURITY.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/gemini-extension-good/commands/hello.toml +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/gemini-extension-good/gemini-extension.json +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/good-plugin/.codex-plugin/plugin.json +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/good-plugin/.codexignore +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/good-plugin/LICENSE +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/good-plugin/README.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/good-plugin/SECURITY.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/good-plugin/assets/icon.svg +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/good-plugin/assets/logo.svg +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/good-plugin/assets/screenshot.svg +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/good-plugin/skills/example/SKILL.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/guard-codex-malicious-mcp/.codex/config.toml +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/hermes-plugin-evil/config.yaml +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/hermes-plugin-evil/mcp_servers.json +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/hermes-plugin-evil/skills/security/malicious/SKILL.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/hermes-plugin-evil/skills/stealth/sneaky/SKILL.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/hermes-plugin-evil/skills/stealth/sneaky/references/api-setup.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/hermes-plugin-evil/skills/stealth/sneaky/scripts/deploy.sh +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/hermes-plugin-evil/skills/utils/benign/SKILL.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/malformed-json/.codex-plugin/plugin.json +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/malicious-skill-plugin/.codex-plugin/plugin.json +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/malicious-skill-plugin/.codexignore +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/malicious-skill-plugin/LICENSE +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/malicious-skill-plugin/README.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/malicious-skill-plugin/SECURITY.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/malicious-skill-plugin/skills/leaky-skill/SKILL.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/mcp-canary-server.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/minimal-plugin/.codex-plugin/plugin.json +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/missing-fields/.codex-plugin/plugin.json +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/mit-license/LICENSE +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/multi-ecosystem-repo/codex-plugin/.codex-plugin/plugin.json +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/multi-ecosystem-repo/codex-plugin/LICENSE +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/multi-ecosystem-repo/codex-plugin/README.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/multi-ecosystem-repo/codex-plugin/SECURITY.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/multi-ecosystem-repo/gemini-ext/README.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/multi-ecosystem-repo/gemini-ext/gemini-extension.json +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/multi-plugin-repo/.agents/plugins/marketplace.json +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/multi-plugin-repo/plugins/alpha-plugin/.codex-plugin/plugin.json +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/multi-plugin-repo/plugins/alpha-plugin/.codexignore +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/multi-plugin-repo/plugins/alpha-plugin/LICENSE +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/multi-plugin-repo/plugins/alpha-plugin/README.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/multi-plugin-repo/plugins/alpha-plugin/SECURITY.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/multi-plugin-repo/plugins/alpha-plugin/skills/example/SKILL.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/multi-plugin-repo/plugins/beta-plugin/.codex-plugin/plugin.json +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/multi-plugin-repo/plugins/beta-plugin/skills/example/SKILL.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/no-version/.codex-plugin/plugin.json +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/opencode-good/.opencode/commands/hello.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/opencode-good/.opencode/plugins/example.ts +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/opencode-good/LICENSE +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/opencode-good/README.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/opencode-good/SECURITY.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/opencode-good/opencode.jsonc +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/skills-missing-dir/.codex-plugin/plugin.json +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/skills-no-frontmatter/.codex-plugin/plugin.json +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/skills-no-frontmatter/skills/bad-skill/SKILL.md +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/with-marketplace/.codex-plugin/plugin.json +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/with-marketplace/marketplace-broken.json +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/fixtures/with-marketplace/marketplace.json +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test-trust-scoring.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test-trust-specs.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_action_runner.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_best_practices.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_cisco_install_surfaces.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_cli.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_code_quality.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_config.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_coverage_remaining.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_ecosystems.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_edge_cases.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_final_coverage.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_guard_approvals.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_guard_bootstrap.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_guard_capabilities.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_guard_claude_adapter.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_guard_cli.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_guard_codex_e2e.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_guard_codex_install.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_guard_codex_proxy.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_guard_config_paths.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_guard_connect_flow.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_guard_consumer_mode.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_guard_copilot_adapter.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_guard_copilot_proxy.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_guard_daemon_manager.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_guard_event_schema_v1.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_guard_events.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_guard_launch_env.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_guard_opencode_proxy.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_guard_product_flow.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_guard_protect.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_guard_render.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_guard_risk.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_guard_runtime.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_guard_store_migrations.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_guard_surface_server.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_guard_verdicts.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_hermes_adapter.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_integration.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_lint_fixes.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_live_cisco_smoke.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_manifest.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_marketplace.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_mcp_security.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_operational_security.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_policy.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_quality_artifact.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_rule_registry.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_scanner.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_schema_contracts.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_security.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_security_ops.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_skill_security.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_submission.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_trust_scoring.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_trust_specs.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_verification.py +0 -0
- {plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/tests/test_versioning.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: plugin-scanner
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.74
|
|
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
|
|
@@ -22,7 +22,7 @@ Classifier: Topic :: Security
|
|
|
22
22
|
Classifier: Topic :: Software Development :: Quality Assurance
|
|
23
23
|
Requires-Python: >=3.10
|
|
24
24
|
Requires-Dist: cisco-ai-skill-scanner~=2.0.9
|
|
25
|
-
Requires-Dist: cryptography>=
|
|
25
|
+
Requires-Dist: cryptography>=47.0.0
|
|
26
26
|
Requires-Dist: rich>=13.0
|
|
27
27
|
Requires-Dist: tomli>=2.0; python_version < '3.11'
|
|
28
28
|
Provides-Extra: cisco
|
|
@@ -366,56 +366,56 @@ confusable-homoglyphs==3.3.1 \
|
|
|
366
366
|
--hash=sha256:84c92cb79dc7f55aa290d0762b2349abd8dee4c16fbe6f99eac978d394e2e6a1 \
|
|
367
367
|
--hash=sha256:b995001c9b2e1b4cea0cf5f3840a7c79188a8cbbad053d693572bd8c1c1ec460
|
|
368
368
|
# via cisco-ai-skill-scanner
|
|
369
|
-
cryptography==
|
|
370
|
-
--hash=sha256:
|
|
371
|
-
--hash=sha256:
|
|
372
|
-
--hash=sha256:
|
|
373
|
-
--hash=sha256:
|
|
374
|
-
--hash=sha256:
|
|
375
|
-
--hash=sha256:
|
|
376
|
-
--hash=sha256:
|
|
377
|
-
--hash=sha256:
|
|
378
|
-
--hash=sha256:
|
|
379
|
-
--hash=sha256:
|
|
380
|
-
--hash=sha256:
|
|
381
|
-
--hash=sha256:
|
|
382
|
-
--hash=sha256:
|
|
383
|
-
--hash=sha256:
|
|
384
|
-
--hash=sha256:
|
|
385
|
-
--hash=sha256:
|
|
386
|
-
--hash=sha256:
|
|
387
|
-
--hash=sha256:
|
|
388
|
-
--hash=sha256:
|
|
389
|
-
--hash=sha256:
|
|
390
|
-
--hash=sha256:
|
|
391
|
-
--hash=sha256:
|
|
392
|
-
--hash=sha256:
|
|
393
|
-
--hash=sha256:
|
|
394
|
-
--hash=sha256:
|
|
395
|
-
--hash=sha256:
|
|
396
|
-
--hash=sha256:
|
|
397
|
-
--hash=sha256:
|
|
398
|
-
--hash=sha256:
|
|
399
|
-
--hash=sha256:
|
|
400
|
-
--hash=sha256:
|
|
401
|
-
--hash=sha256:
|
|
402
|
-
--hash=sha256:
|
|
403
|
-
--hash=sha256:
|
|
404
|
-
--hash=sha256:
|
|
405
|
-
--hash=sha256:
|
|
406
|
-
--hash=sha256:
|
|
407
|
-
--hash=sha256:
|
|
408
|
-
--hash=sha256:
|
|
409
|
-
--hash=sha256:
|
|
410
|
-
--hash=sha256:
|
|
411
|
-
--hash=sha256:
|
|
412
|
-
--hash=sha256:
|
|
413
|
-
--hash=sha256:
|
|
414
|
-
--hash=sha256:
|
|
415
|
-
--hash=sha256:
|
|
416
|
-
--hash=sha256:
|
|
417
|
-
--hash=sha256:
|
|
418
|
-
--hash=sha256:
|
|
369
|
+
cryptography==47.0.0 \
|
|
370
|
+
--hash=sha256:0024b87d47ae2399165a6bfb20d24888881eeab83ae2566d62467c5ff0030ce7 \
|
|
371
|
+
--hash=sha256:07efe86201817e7d3c18781ca9770bc0db04e1e48c994be384e4602bc38f8f27 \
|
|
372
|
+
--hash=sha256:09f6d7bf6724f8db8b32f11eccf23efc8e759924bc5603800335cf8859a3ddbd \
|
|
373
|
+
--hash=sha256:11438c7518132d95f354fa01a4aa2f806d172a061a7bed18cf18cbdacdb204d7 \
|
|
374
|
+
--hash=sha256:11dbb9f50a0f1bb9757b3d8c27c1101780efb8f0bdecfb12439c22a74d64c001 \
|
|
375
|
+
--hash=sha256:14432c8a9bcb37009784f9594a62fae211a2ae9543e96c92b2a8e4c3cd5cd0c4 \
|
|
376
|
+
--hash=sha256:1581aef4219f7ca2849d0250edaa3866212fb74bf5667284f46aa92f9e65c1ca \
|
|
377
|
+
--hash=sha256:160ad728f128972d362e714054f6ba0067cab7fb350c5202a9ae8ae4ce3ef1a0 \
|
|
378
|
+
--hash=sha256:1a405c08857258c11016777e11c02bacbe7ef596faf259305d282272a3a05cbe \
|
|
379
|
+
--hash=sha256:1e47422b5557bb82d3fff997e8d92cff4e28b9789576984f08c248d2b3535d93 \
|
|
380
|
+
--hash=sha256:20fdbe3e38fb67c385d233c89371fa27f9909f6ebca1cecc20c13518dae65475 \
|
|
381
|
+
--hash=sha256:2207a498b03275d0051589e326b79d4cf59985c99031b05bb292ac52631c37fe \
|
|
382
|
+
--hash=sha256:256d07c78a04d6b276f5df935a9923275f53bd1522f214447fdf365494e2d515 \
|
|
383
|
+
--hash=sha256:2b45761c6ec22b7c726d6a829558777e32d0f1c8be7c3f3480f9c912d5ee8a10 \
|
|
384
|
+
--hash=sha256:2ebd84adf0728c039a3be2700289378e1c164afc6748df1a5ed456767bef9ba7 \
|
|
385
|
+
--hash=sha256:34b4358b925a5ea3e14384ca781a2c0ef7ac219b57bb9eacc4457078e2b19f92 \
|
|
386
|
+
--hash=sha256:3fb8fa48075fad7193f2e5496135c6a76ac4b2aa5a38433df0a539296b377829 \
|
|
387
|
+
--hash=sha256:4e1de79e047e25d6e9f8cea71c86b4a53aced64134f0f003bbcbf3655fd172c8 \
|
|
388
|
+
--hash=sha256:4f7722c97826770bab8ae92959a2e7b20a5e9e9bf4deae68fd86c3ca457bab52 \
|
|
389
|
+
--hash=sha256:51c9313e90bd1690ec5a75ed047c27c0b8e6c570029712943d6116ef9a90620b \
|
|
390
|
+
--hash=sha256:5d0e362ff51041b0c0d219cc7d6924d7b8996f57ce5712bdcef71eb3c65a59cc \
|
|
391
|
+
--hash=sha256:6651d32eff255423503aa276739da98c30f26c40cbeffcc6048e0d54ef704c0c \
|
|
392
|
+
--hash=sha256:6eebcaf0df1d21ce1f90605c9b432dd2c4f4ab665ac29a40d5e3fc68f51b5e63 \
|
|
393
|
+
--hash=sha256:6f29f36582e6151d9686235e586dd35bb67491f024767d10b842e520dc6a07ac \
|
|
394
|
+
--hash=sha256:7a02675e2fabd0c0fc04c868b8781863cbf1967691543c22f5470500ff840b31 \
|
|
395
|
+
--hash=sha256:7f1207974a904e005f762869996cf620e9bf79ecb4622f148550bb48e0eb35a7 \
|
|
396
|
+
--hash=sha256:7f68d6fbc7fbbcfb0939fea72c3b96a9f9a6edfc0e1b1d29778a2066030418b1 \
|
|
397
|
+
--hash=sha256:7fda2f02c9015db3f42bb8a22324a454516ed10a8c29ca6ece6cdbb5efe2a203 \
|
|
398
|
+
--hash=sha256:80887c5cbd1774683cb126f0ab4184567f080071d5acf62205acb354b4b753b7 \
|
|
399
|
+
--hash=sha256:835d2d7f47cdc53b3224e90810fb1d36ca94ea29cc1801fb4c1bc43876735769 \
|
|
400
|
+
--hash=sha256:8c1a736bbb3288005796c3f7ccb9453360d7fed483b13b9f468aea5171432923 \
|
|
401
|
+
--hash=sha256:9af828c0d5a65c70ec729cd7495a4bf1a67ecb66417b8f02ff125ab8a6326a74 \
|
|
402
|
+
--hash=sha256:9c59ab0e0fa3a180a5a9c59f3a5abe3ef90d474bc56d7fadfbe80359491b615b \
|
|
403
|
+
--hash=sha256:9f8e55fe4e63613a5e1cc5819030f27b97742d720203a087802ce4ce9ceb52bb \
|
|
404
|
+
--hash=sha256:9fe6b7c64926c765f9dff301f9c1b867febcda5768868ca084e18589113732ab \
|
|
405
|
+
--hash=sha256:a49a3eb5341b9503fa3000a9a0db033161db90d47285291f53c2a9d2cd1b7f76 \
|
|
406
|
+
--hash=sha256:a9b761f012a943b7de0e828843c5688d0de94a0578d44d6c85a1bae32f87791f \
|
|
407
|
+
--hash=sha256:b1c76fca783aa7698eb21eb14f9c4aa09452248ee54a627d125025a43f83e7a7 \
|
|
408
|
+
--hash=sha256:b9a8943e359b7615db1a3ba587994618e094ff3d6fa5a390c73d079ce18b3973 \
|
|
409
|
+
--hash=sha256:be12cb6a204f77ed968bcefe68086eb061695b540a3dd05edac507a3111b25f0 \
|
|
410
|
+
--hash=sha256:cffbba3392df0fa8629bb7f43454ee2925059ee158e23c54620b9063912b86c8 \
|
|
411
|
+
--hash=sha256:ed67ea4e0cfb5faa5bc7ecb6e2b8838f3807a03758eec239d6c21c8769355310 \
|
|
412
|
+
--hash=sha256:edd4da498015da5b9f26d38d3bfc2e90257bfa9cbed1f6767c282a0025ae649b \
|
|
413
|
+
--hash=sha256:ef6b3634087f18d2155b1e8ce264e5345a753da2c5fa9815e7d41315c90f8318 \
|
|
414
|
+
--hash=sha256:f1557695e5c2b86e204f6ce9470497848634100787935ab7adc5397c54abd7ab \
|
|
415
|
+
--hash=sha256:f5c15764f261394b22aef6b00252f5195f46f2ca300bec57149474e2538b31f8 \
|
|
416
|
+
--hash=sha256:f5c3296dab66202f1b18a91fa266be93d6aa0c2806ea3d67762c69f60adc71aa \
|
|
417
|
+
--hash=sha256:f7db373287273d8af1414cf95dc4118b13ffdc62be521997b0f2b270771fef50 \
|
|
418
|
+
--hash=sha256:f9a034b642b960767fb343766ae5ba6ad653f2e890ddd82955aef288ffea8736
|
|
419
419
|
# via
|
|
420
420
|
# hol-guard
|
|
421
421
|
# msoffcrypto-tool
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "plugin-scanner"
|
|
7
|
-
version = "2.0.
|
|
7
|
+
version = "2.0.74"
|
|
8
8
|
description = "Lint, verify, and gate plugin ecosystems for maintainers, CI, and publish workflows."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "Apache-2.0"
|
|
@@ -28,7 +28,7 @@ classifiers = [
|
|
|
28
28
|
]
|
|
29
29
|
dependencies = [
|
|
30
30
|
"rich>=13.0",
|
|
31
|
-
"cryptography>=
|
|
31
|
+
"cryptography>=47.0.0",
|
|
32
32
|
"tomli>=2.0; python_version < '3.11'",
|
|
33
33
|
"cisco-ai-skill-scanner~=2.0.9",
|
|
34
34
|
]
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "hol-guard"
|
|
7
|
-
version = "2.0.
|
|
7
|
+
version = "2.0.74"
|
|
8
8
|
description = "Protect local AI harnesses with HOL Guard and run scanner checks for Codex, Claude, Cursor, Gemini, and OpenCode."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "Apache-2.0"
|
|
@@ -28,7 +28,7 @@ classifiers = [
|
|
|
28
28
|
]
|
|
29
29
|
dependencies = [
|
|
30
30
|
"rich>=13.0",
|
|
31
|
-
"cryptography>=
|
|
31
|
+
"cryptography>=47.0.0",
|
|
32
32
|
"tomli>=2.0; python_version < '3.11'",
|
|
33
33
|
"cisco-ai-skill-scanner~=2.0.9",
|
|
34
34
|
]
|
|
@@ -689,62 +689,62 @@ toml = [
|
|
|
689
689
|
|
|
690
690
|
[[package]]
|
|
691
691
|
name = "cryptography"
|
|
692
|
-
version = "
|
|
692
|
+
version = "47.0.0"
|
|
693
693
|
source = { registry = "https://pypi.org/simple" }
|
|
694
694
|
dependencies = [
|
|
695
695
|
{ name = "cffi", marker = "platform_python_implementation != 'PyPy'" },
|
|
696
696
|
{ name = "typing-extensions", marker = "python_full_version < '3.11'" },
|
|
697
697
|
]
|
|
698
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
699
|
-
wheels = [
|
|
700
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
701
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
702
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
703
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
704
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
705
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
706
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
707
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
708
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
709
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
710
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
711
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
712
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
713
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
714
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
715
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
716
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
717
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
718
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
719
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
720
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
721
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
722
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
723
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
724
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
725
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
726
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
727
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
728
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
729
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
730
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
731
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
732
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
733
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
734
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
735
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
736
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
737
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
738
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
739
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
740
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
741
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
742
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
743
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
744
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
745
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
746
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
747
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
698
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ef/b2/7ffa7fe8207a8c42147ffe70c3e360b228160c1d85dc3faff16aaa3244c0/cryptography-47.0.0.tar.gz", hash = "sha256:9f8e55fe4e63613a5e1cc5819030f27b97742d720203a087802ce4ce9ceb52bb", size = 830863, upload-time = "2026-04-24T19:54:57.056Z" }
|
|
699
|
+
wheels = [
|
|
700
|
+
{ url = "https://files.pythonhosted.org/packages/a4/98/40dfe932134bdcae4f6ab5927c87488754bf9eb79297d7e0070b78dd58e9/cryptography-47.0.0-cp311-abi3-macosx_10_9_universal2.whl", hash = "sha256:160ad728f128972d362e714054f6ba0067cab7fb350c5202a9ae8ae4ce3ef1a0", size = 7912214, upload-time = "2026-04-24T19:53:03.864Z" },
|
|
701
|
+
{ url = "https://files.pythonhosted.org/packages/34/c6/2733531243fba725f58611b918056b277692f1033373dcc8bd01af1c05d4/cryptography-47.0.0-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:b9a8943e359b7615db1a3ba587994618e094ff3d6fa5a390c73d079ce18b3973", size = 4644617, upload-time = "2026-04-24T19:53:06.909Z" },
|
|
702
|
+
{ url = "https://files.pythonhosted.org/packages/00/e3/b27be1a670a9b87f855d211cf0e1174a5d721216b7616bd52d8581d912ed/cryptography-47.0.0-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:f5c15764f261394b22aef6b00252f5195f46f2ca300bec57149474e2538b31f8", size = 4668186, upload-time = "2026-04-24T19:53:09.053Z" },
|
|
703
|
+
{ url = "https://files.pythonhosted.org/packages/81/b9/8443cfe5d17d482d348cee7048acf502bb89a51b6382f06240fd290d4ca3/cryptography-47.0.0-cp311-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:9c59ab0e0fa3a180a5a9c59f3a5abe3ef90d474bc56d7fadfbe80359491b615b", size = 4651244, upload-time = "2026-04-24T19:53:11.217Z" },
|
|
704
|
+
{ url = "https://files.pythonhosted.org/packages/5d/5e/13ed0cdd0eb88ba159d6dd5ebfece8cb901dbcf1ae5ac4072e28b55d3153/cryptography-47.0.0-cp311-abi3-manylinux_2_28_ppc64le.whl", hash = "sha256:34b4358b925a5ea3e14384ca781a2c0ef7ac219b57bb9eacc4457078e2b19f92", size = 5252906, upload-time = "2026-04-24T19:53:13.532Z" },
|
|
705
|
+
{ url = "https://files.pythonhosted.org/packages/64/16/ed058e1df0f33d440217cd120d41d5dda9dd215a80b8187f68483185af82/cryptography-47.0.0-cp311-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:0024b87d47ae2399165a6bfb20d24888881eeab83ae2566d62467c5ff0030ce7", size = 4701842, upload-time = "2026-04-24T19:53:15.618Z" },
|
|
706
|
+
{ url = "https://files.pythonhosted.org/packages/02/e0/3d30986b30fdbd9e969abbdf8ba00ed0618615144341faeb57f395a084fe/cryptography-47.0.0-cp311-abi3-manylinux_2_31_armv7l.whl", hash = "sha256:1e47422b5557bb82d3fff997e8d92cff4e28b9789576984f08c248d2b3535d93", size = 4289313, upload-time = "2026-04-24T19:53:17.755Z" },
|
|
707
|
+
{ url = "https://files.pythonhosted.org/packages/df/fd/32db38e3ad0cb331f0691cb4c7a8a6f176f679124dee746b3af6633db4d9/cryptography-47.0.0-cp311-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:6f29f36582e6151d9686235e586dd35bb67491f024767d10b842e520dc6a07ac", size = 4650964, upload-time = "2026-04-24T19:53:20.062Z" },
|
|
708
|
+
{ url = "https://files.pythonhosted.org/packages/86/53/5395d944dfd48cb1f67917f533c609c34347185ef15eb4308024c876f274/cryptography-47.0.0-cp311-abi3-manylinux_2_34_ppc64le.whl", hash = "sha256:a9b761f012a943b7de0e828843c5688d0de94a0578d44d6c85a1bae32f87791f", size = 5207817, upload-time = "2026-04-24T19:53:22.498Z" },
|
|
709
|
+
{ url = "https://files.pythonhosted.org/packages/34/4f/e5711b28e1901f7d480a2b1b688b645aa4c77c73f10731ed17e7f7db3f0d/cryptography-47.0.0-cp311-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:4e1de79e047e25d6e9f8cea71c86b4a53aced64134f0f003bbcbf3655fd172c8", size = 4701544, upload-time = "2026-04-24T19:53:24.356Z" },
|
|
710
|
+
{ url = "https://files.pythonhosted.org/packages/22/22/c8ddc25de3010fc8da447648f5a092c40e7a8fadf01dd6d255d9c0b9373d/cryptography-47.0.0-cp311-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:ef6b3634087f18d2155b1e8ce264e5345a753da2c5fa9815e7d41315c90f8318", size = 4783536, upload-time = "2026-04-24T19:53:26.665Z" },
|
|
711
|
+
{ url = "https://files.pythonhosted.org/packages/66/b6/d4a68f4ea999c6d89e8498579cba1c5fcba4276284de7773b17e4fa69293/cryptography-47.0.0-cp311-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:11dbb9f50a0f1bb9757b3d8c27c1101780efb8f0bdecfb12439c22a74d64c001", size = 4926106, upload-time = "2026-04-24T19:53:28.686Z" },
|
|
712
|
+
{ url = "https://files.pythonhosted.org/packages/54/ed/5f524db1fade9c013aa618e1c99c6ed05e8ffc9ceee6cda22fed22dda3f4/cryptography-47.0.0-cp311-abi3-win32.whl", hash = "sha256:7fda2f02c9015db3f42bb8a22324a454516ed10a8c29ca6ece6cdbb5efe2a203", size = 3258581, upload-time = "2026-04-24T19:53:31.058Z" },
|
|
713
|
+
{ url = "https://files.pythonhosted.org/packages/b2/dc/1b901990b174786569029f67542b3edf72ac068b6c3c8683c17e6a2f5363/cryptography-47.0.0-cp311-abi3-win_amd64.whl", hash = "sha256:f5c3296dab66202f1b18a91fa266be93d6aa0c2806ea3d67762c69f60adc71aa", size = 3775309, upload-time = "2026-04-24T19:53:33.054Z" },
|
|
714
|
+
{ url = "https://files.pythonhosted.org/packages/14/88/7aa18ad9c11bc87689affa5ce4368d884b517502d75739d475fc6f4a03c7/cryptography-47.0.0-cp314-cp314t-macosx_10_9_universal2.whl", hash = "sha256:be12cb6a204f77ed968bcefe68086eb061695b540a3dd05edac507a3111b25f0", size = 7904299, upload-time = "2026-04-24T19:53:35.003Z" },
|
|
715
|
+
{ url = "https://files.pythonhosted.org/packages/07/55/c18f75724544872f234678fdedc871391722cb34a2aee19faa9f63100bb2/cryptography-47.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:2ebd84adf0728c039a3be2700289378e1c164afc6748df1a5ed456767bef9ba7", size = 4631180, upload-time = "2026-04-24T19:53:37.517Z" },
|
|
716
|
+
{ url = "https://files.pythonhosted.org/packages/ee/65/31a5cc0eaca99cec5bafffe155d407115d96136bb161e8b49e0ef73f09a7/cryptography-47.0.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:7f68d6fbc7fbbcfb0939fea72c3b96a9f9a6edfc0e1b1d29778a2066030418b1", size = 4653529, upload-time = "2026-04-24T19:53:39.775Z" },
|
|
717
|
+
{ url = "https://files.pythonhosted.org/packages/e5/bc/641c0519a495f3bfd0421b48d7cd325c4336578523ccd76ea322b6c29c7a/cryptography-47.0.0-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:6651d32eff255423503aa276739da98c30f26c40cbeffcc6048e0d54ef704c0c", size = 4638570, upload-time = "2026-04-24T19:53:42.129Z" },
|
|
718
|
+
{ url = "https://files.pythonhosted.org/packages/2b/f2/300327b0a47f6dc94dd8b71b57052aefe178bb51745073d73d80604f11ab/cryptography-47.0.0-cp314-cp314t-manylinux_2_28_ppc64le.whl", hash = "sha256:3fb8fa48075fad7193f2e5496135c6a76ac4b2aa5a38433df0a539296b377829", size = 5238019, upload-time = "2026-04-24T19:53:44.577Z" },
|
|
719
|
+
{ url = "https://files.pythonhosted.org/packages/e9/5a/5b5cf994391d4bf9d9c7efd4c66aabe4d95227256627f8fea6cff7dfadbd/cryptography-47.0.0-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:11438c7518132d95f354fa01a4aa2f806d172a061a7bed18cf18cbdacdb204d7", size = 4686832, upload-time = "2026-04-24T19:53:47.015Z" },
|
|
720
|
+
{ url = "https://files.pythonhosted.org/packages/dc/2c/ae950e28fd6475c852fc21a44db3e6b5bcc1261d1e370f2b6e42fa800fef/cryptography-47.0.0-cp314-cp314t-manylinux_2_31_armv7l.whl", hash = "sha256:8c1a736bbb3288005796c3f7ccb9453360d7fed483b13b9f468aea5171432923", size = 4269301, upload-time = "2026-04-24T19:53:48.97Z" },
|
|
721
|
+
{ url = "https://files.pythonhosted.org/packages/67/fb/6a39782e150ffe5cc1b0018cb6ddc48bf7ca62b498d7539ffc8a758e977d/cryptography-47.0.0-cp314-cp314t-manylinux_2_34_aarch64.whl", hash = "sha256:f1557695e5c2b86e204f6ce9470497848634100787935ab7adc5397c54abd7ab", size = 4638110, upload-time = "2026-04-24T19:53:51.011Z" },
|
|
722
|
+
{ url = "https://files.pythonhosted.org/packages/8e/d7/0b3c71090a76e5c203164a47688b697635ece006dcd2499ab3a4dbd3f0bd/cryptography-47.0.0-cp314-cp314t-manylinux_2_34_ppc64le.whl", hash = "sha256:f9a034b642b960767fb343766ae5ba6ad653f2e890ddd82955aef288ffea8736", size = 5194988, upload-time = "2026-04-24T19:53:52.962Z" },
|
|
723
|
+
{ url = "https://files.pythonhosted.org/packages/63/33/63a961498a9df51721ab578c5a2622661411fc520e00bd83b0cc64eb20c4/cryptography-47.0.0-cp314-cp314t-manylinux_2_34_x86_64.whl", hash = "sha256:b1c76fca783aa7698eb21eb14f9c4aa09452248ee54a627d125025a43f83e7a7", size = 4686563, upload-time = "2026-04-24T19:53:55.274Z" },
|
|
724
|
+
{ url = "https://files.pythonhosted.org/packages/b7/bf/5ee5b145248f92250de86145d1c1d6edebbd57a7fe7caa4dedb5d4cf06a1/cryptography-47.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:4f7722c97826770bab8ae92959a2e7b20a5e9e9bf4deae68fd86c3ca457bab52", size = 4770094, upload-time = "2026-04-24T19:53:57.753Z" },
|
|
725
|
+
{ url = "https://files.pythonhosted.org/packages/92/43/21d220b2da5d517773894dacdcdb5c682c28d3fffce65548cb06e87d5501/cryptography-47.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:09f6d7bf6724f8db8b32f11eccf23efc8e759924bc5603800335cf8859a3ddbd", size = 4913811, upload-time = "2026-04-24T19:54:00.236Z" },
|
|
726
|
+
{ url = "https://files.pythonhosted.org/packages/31/98/dc4ad376ac5f1a1a7d4a83f7b0c6f2bcad36b5d2d8f30aeb482d3a7d9582/cryptography-47.0.0-cp314-cp314t-win32.whl", hash = "sha256:6eebcaf0df1d21ce1f90605c9b432dd2c4f4ab665ac29a40d5e3fc68f51b5e63", size = 3237158, upload-time = "2026-04-24T19:54:02.606Z" },
|
|
727
|
+
{ url = "https://files.pythonhosted.org/packages/bc/da/97f62d18306b5133468bc3f8cc73a3111e8cdc8cf8d3e69474d6e5fd2d1b/cryptography-47.0.0-cp314-cp314t-win_amd64.whl", hash = "sha256:51c9313e90bd1690ec5a75ed047c27c0b8e6c570029712943d6116ef9a90620b", size = 3758706, upload-time = "2026-04-24T19:54:04.433Z" },
|
|
728
|
+
{ url = "https://files.pythonhosted.org/packages/e0/34/a4fae8ae7c3bc227460c9ae43f56abf1b911da0ec29e0ebac53bb0a4b6b7/cryptography-47.0.0-cp38-abi3-macosx_10_9_universal2.whl", hash = "sha256:14432c8a9bcb37009784f9594a62fae211a2ae9543e96c92b2a8e4c3cd5cd0c4", size = 7904072, upload-time = "2026-04-24T19:54:06.411Z" },
|
|
729
|
+
{ url = "https://files.pythonhosted.org/packages/01/64/d7b1e54fdb69f22d24a64bb3e88dc718b31c7fb10ef0b9691a3cf7eeea6e/cryptography-47.0.0-cp38-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:07efe86201817e7d3c18781ca9770bc0db04e1e48c994be384e4602bc38f8f27", size = 4635767, upload-time = "2026-04-24T19:54:08.519Z" },
|
|
730
|
+
{ url = "https://files.pythonhosted.org/packages/8b/7b/cca826391fb2a94efdcdfe4631eb69306ee1cff0b22f664a412c90713877/cryptography-47.0.0-cp38-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:2b45761c6ec22b7c726d6a829558777e32d0f1c8be7c3f3480f9c912d5ee8a10", size = 4654350, upload-time = "2026-04-24T19:54:10.795Z" },
|
|
731
|
+
{ url = "https://files.pythonhosted.org/packages/4c/65/4b57bcc823f42a991627c51c2f68c9fd6eb1393c1756aac876cba2accae2/cryptography-47.0.0-cp38-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:edd4da498015da5b9f26d38d3bfc2e90257bfa9cbed1f6767c282a0025ae649b", size = 4643394, upload-time = "2026-04-24T19:54:13.275Z" },
|
|
732
|
+
{ url = "https://files.pythonhosted.org/packages/f4/c4/2c5fbeea70adbbca2bbae865e1d605d6a4a7f8dbd9d33eaf69645087f06c/cryptography-47.0.0-cp38-abi3-manylinux_2_28_ppc64le.whl", hash = "sha256:9af828c0d5a65c70ec729cd7495a4bf1a67ecb66417b8f02ff125ab8a6326a74", size = 5225777, upload-time = "2026-04-24T19:54:15.18Z" },
|
|
733
|
+
{ url = "https://files.pythonhosted.org/packages/7e/b8/ac57107ef32749d2b244e36069bb688792a363aaaa3acc9e3cf84c130315/cryptography-47.0.0-cp38-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:256d07c78a04d6b276f5df935a9923275f53bd1522f214447fdf365494e2d515", size = 4688771, upload-time = "2026-04-24T19:54:17.835Z" },
|
|
734
|
+
{ url = "https://files.pythonhosted.org/packages/56/fc/9f1de22ff8be99d991f240a46863c52d475404c408886c5a38d2b5c3bb26/cryptography-47.0.0-cp38-abi3-manylinux_2_31_armv7l.whl", hash = "sha256:5d0e362ff51041b0c0d219cc7d6924d7b8996f57ce5712bdcef71eb3c65a59cc", size = 4270753, upload-time = "2026-04-24T19:54:19.963Z" },
|
|
735
|
+
{ url = "https://files.pythonhosted.org/packages/00/68/d70c852797aa68e8e48d12e5a87170c43f67bb4a59403627259dd57d15de/cryptography-47.0.0-cp38-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:1581aef4219f7ca2849d0250edaa3866212fb74bf5667284f46aa92f9e65c1ca", size = 4642911, upload-time = "2026-04-24T19:54:21.818Z" },
|
|
736
|
+
{ url = "https://files.pythonhosted.org/packages/a5/51/661cbee74f594c5d97ff82d34f10d5551c085ca4668645f4606ebd22bd5d/cryptography-47.0.0-cp38-abi3-manylinux_2_34_ppc64le.whl", hash = "sha256:a49a3eb5341b9503fa3000a9a0db033161db90d47285291f53c2a9d2cd1b7f76", size = 5181411, upload-time = "2026-04-24T19:54:24.376Z" },
|
|
737
|
+
{ url = "https://files.pythonhosted.org/packages/94/87/f2b6c374a82cf076cfa1416992ac8e8ec94d79facc37aec87c1a5cb72352/cryptography-47.0.0-cp38-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:2207a498b03275d0051589e326b79d4cf59985c99031b05bb292ac52631c37fe", size = 4688262, upload-time = "2026-04-24T19:54:26.946Z" },
|
|
738
|
+
{ url = "https://files.pythonhosted.org/packages/14/e2/8b7462f4acf21ec509616f0245018bb197194ab0b65c2ea21a0bdd53c0eb/cryptography-47.0.0-cp38-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:7a02675e2fabd0c0fc04c868b8781863cbf1967691543c22f5470500ff840b31", size = 4775506, upload-time = "2026-04-24T19:54:28.926Z" },
|
|
739
|
+
{ url = "https://files.pythonhosted.org/packages/70/75/158e494e4c08dc05e039da5bb48553826bd26c23930cf8d3cd5f21fa8921/cryptography-47.0.0-cp38-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:80887c5cbd1774683cb126f0ab4184567f080071d5acf62205acb354b4b753b7", size = 4912060, upload-time = "2026-04-24T19:54:30.869Z" },
|
|
740
|
+
{ url = "https://files.pythonhosted.org/packages/06/bd/0a9d3edbf5eadbac926d7b9b3cd0c4be584eeeae4a003d24d9eda4affbbd/cryptography-47.0.0-cp38-abi3-win32.whl", hash = "sha256:ed67ea4e0cfb5faa5bc7ecb6e2b8838f3807a03758eec239d6c21c8769355310", size = 3248487, upload-time = "2026-04-24T19:54:33.494Z" },
|
|
741
|
+
{ url = "https://files.pythonhosted.org/packages/60/80/5681af756d0da3a599b7bdb586fac5a1540f1bcefd2717a20e611ddade45/cryptography-47.0.0-cp38-abi3-win_amd64.whl", hash = "sha256:835d2d7f47cdc53b3224e90810fb1d36ca94ea29cc1801fb4c1bc43876735769", size = 3755737, upload-time = "2026-04-24T19:54:35.408Z" },
|
|
742
|
+
{ url = "https://files.pythonhosted.org/packages/1b/a0/928c9ce0d120a40a81aa99e3ba383e87337b9ac9ef9f6db02e4d7822424d/cryptography-47.0.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:7f1207974a904e005f762869996cf620e9bf79ecb4622f148550bb48e0eb35a7", size = 3909893, upload-time = "2026-04-24T19:54:38.334Z" },
|
|
743
|
+
{ url = "https://files.pythonhosted.org/packages/81/75/d691e284750df5d9569f2b1ce4a00a71e1d79566da83b2b3e5549c84917f/cryptography-47.0.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:1a405c08857258c11016777e11c02bacbe7ef596faf259305d282272a3a05cbe", size = 4587867, upload-time = "2026-04-24T19:54:40.619Z" },
|
|
744
|
+
{ url = "https://files.pythonhosted.org/packages/07/d6/1b90f1a4e453009730b4545286f0b39bb348d805c11181fc31544e4f9a65/cryptography-47.0.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:20fdbe3e38fb67c385d233c89371fa27f9909f6ebca1cecc20c13518dae65475", size = 4627192, upload-time = "2026-04-24T19:54:42.849Z" },
|
|
745
|
+
{ url = "https://files.pythonhosted.org/packages/dc/53/cb358a80e9e359529f496870dd08c102aa8a4b5b9f9064f00f0d6ed5b527/cryptography-47.0.0-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl", hash = "sha256:f7db373287273d8af1414cf95dc4118b13ffdc62be521997b0f2b270771fef50", size = 4587486, upload-time = "2026-04-24T19:54:44.908Z" },
|
|
746
|
+
{ url = "https://files.pythonhosted.org/packages/8b/57/aaa3d53876467a226f9a7a82fd14dd48058ad2de1948493442dfa16e2ffd/cryptography-47.0.0-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl", hash = "sha256:9fe6b7c64926c765f9dff301f9c1b867febcda5768868ca084e18589113732ab", size = 4626327, upload-time = "2026-04-24T19:54:47.813Z" },
|
|
747
|
+
{ url = "https://files.pythonhosted.org/packages/ab/9c/51f28c3550276bcf35660703ba0ab829a90b88be8cd98a71ef23c2413913/cryptography-47.0.0-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:cffbba3392df0fa8629bb7f43454ee2925059ee158e23c54620b9063912b86c8", size = 3698916, upload-time = "2026-04-24T19:54:49.782Z" },
|
|
748
748
|
]
|
|
749
749
|
|
|
750
750
|
[[package]]
|
|
@@ -1102,7 +1102,7 @@ requires-dist = [
|
|
|
1102
1102
|
{ name = "build", marker = "extra == 'dev'", specifier = ">=1.2.2" },
|
|
1103
1103
|
{ name = "cisco-ai-mcp-scanner", marker = "python_full_version >= '3.11' and extra == 'cisco'", specifier = "~=4.6" },
|
|
1104
1104
|
{ name = "cisco-ai-skill-scanner", specifier = "~=2.0.9" },
|
|
1105
|
-
{ name = "cryptography", specifier = ">=
|
|
1105
|
+
{ name = "cryptography", specifier = ">=47.0.0" },
|
|
1106
1106
|
{ name = "jsonschema", marker = "extra == 'dev'", specifier = ">=4.23.0" },
|
|
1107
1107
|
{ name = "pytest", marker = "extra == 'dev'", specifier = ">=9.0.3" },
|
|
1108
1108
|
{ name = "pytest-cov", marker = "extra == 'dev'", specifier = ">=7.1.0" },
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/dashboard/src/approval-center-primitives.tsx
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/checks/best_practices.py
RENAMED
|
File without changes
|
|
File without changes
|
{plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/checks/code_quality.py
RENAMED
|
File without changes
|
{plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/checks/ecosystem_common.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/checks/manifest_support.py
RENAMED
|
File without changes
|
{plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/checks/marketplace.py
RENAMED
|
File without changes
|
{plugin_scanner-2.0.73 → plugin_scanner-2.0.74}/src/codex_plugin_scanner/checks/mcp_security.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|