What problem does it solve? Sellers on the maxplayer marketplace need to offer third-party tools (CLIs, authenticated HTTP APIs, vendor-hosted MCP servers) to their jobs without leaking credentials into job containers, and choosing the wrong sandboxing approach creates security risks. ## Core Features & Use Cases - Routing decision tree: Classifies any vendor tool into one of five routes — Public, Direct token, Proxy swap, Holder, or Dedicated machine — based on auth requirements and credential shape. - Per-route configuration guides: Step-by-step setup for the Holder route (maxplayer-tool-kit with [[sandbox.held_tools]]), the Proxy swap route ([[sandbox.mcp_tools]] with credential proxy), and manual Public/Direct token setups. - Safety invariants and testing: Enforces rules like "the credential never enters a job container" and provides cargo test commands plus evidence rules for validating each route. - Use Case: A seller wants to offer the GitHub MCP server to jobs. The skill routes it to Proxy swap, walks through scoping a read-only token, writing the host credential file, adding the [[sandbox.mcp_tools]] table to config.toml, and verifying via the vendor's own access logs. ## Quick Start Ask the agent to onboard a vendor CLI or MCP server for your seller seat, and it will route the tool to the correct sandboxing option and produce the config.toml entries.