codex-plugin-mcp-manager — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited codex-plugin-mcp-manager (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Bundled commands use $PLUGIN_ROOT ($env:PLUGIN_ROOT in PowerShell; same path suffix) for the plugin root. Set it once: use the host's plugin-root variable when defined (Claude Code: PLUGIN_ROOT="$CLAUDE_PLUGIN_ROOT"), otherwise the absolute path of this plugin's root directory.
Use this skill for codex plugin ... and codex mcp ... work. It covers installed plugin visibility, marketplace sources, plugin add/remove/list, marketplace add/list/upgrade/remove, MCP server list/get/add/remove/login/logout, stdio and streamable HTTP MCP server configuration, and bearer-token environment variable wiring.
Check the local command surface:
python3 "$PLUGIN_ROOT/scripts/codex_cli_inspector.py" --commands plugin "plugin marketplace" mcp --jsonThen read current state before mutating it:
codex plugin marketplace list
codex plugin list
codex mcp listUse codex mcp get <name> before changing an existing server.
For plugin visibility questions:
codex plugin marketplace list.codex plugin list. python3 scripts/install-codex-plugins.py --dry-run
python3 scripts/install-codex-plugins.py --plugin <plugin-name>
python3 scripts/install-codex-plugins.py --plugin <plugin-name> --check-only codex plugin add <plugin>@<marketplace> --jsonFor marketplace source changes, require a clear marketplace name and source:
codex plugin marketplace add <name> <source>
codex plugin marketplace upgrade <name>
codex plugin marketplace remove <name>Do not remove or upgrade marketplaces speculatively. These operations can alter plugin discovery for unrelated work.
For stdio MCP servers:
codex mcp add <name> -- <command> <args>
codex mcp add <name> --env KEY=VALUE -- <command> <args>For streamable HTTP MCP servers:
codex mcp add <name> --url https://example.com/mcp
codex mcp add <name> --url https://example.com/mcp --bearer-token-env-var MCP_TOKENFor OAuth-backed servers:
codex mcp add <name> --url https://example.com/mcp --oauth-client-id <client-id> --oauth-resource <resource>
codex mcp login <name>Never put bearer token values, OAuth secrets, cookies, API keys, or passwords in the command. Reference environment variable names only.
plugin remove, marketplace remove, marketplace upgrade, mcp remove, mcp logout, and logout-style actions need explicit user intent.--check-only visibility checks before claiming a repo-authored plugin is usable.--check-only.codex mcp get <name>, verify command path, environment variable names, and server stdout/stderr outside secret-bearing output.Report the current marketplace/MCP state inspected, exact commands run, any source or cache path touched, install/check-only proof when applicable, and any remaining user action such as logging in or setting an environment variable.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.