cpln-81f2aa — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited cpln-81f2aa (Plugin) 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.
<p align="center"> <a href="https://controlplane.com"> <img src="https://cdn.jsdelivr.net/gh/controlplane-com/brand@main/logo/Control_Plane_logo_full_light.svg" alt="Control Plane" width="240"> </a> </p>
Run containerized workloads across AWS, GCP, Azure, OCI, and your own hardware under one API. It loads Control Plane's domain knowledge, production guardrails, and live MCP tools into Claude Code, Codex, and Antigravity CLI so your assistant can deploy, troubleshoot, secure, and migrate workloads with verified cpln commands.
/plugin marketplace add https://github.com/controlplane-com/ai-plugin.git
/plugin install cpln@controlplane
/reload-pluginsUpdate with /plugin marketplace update controlplane then /reload-plugins (third-party marketplaces don't auto-update unless you enable it in /plugin → Marketplaces).
codex plugin marketplace add https://github.com/controlplane-com/ai-plugin.gitStart Codex, open /plugins, and install cpln. Guardrail injection needs plugin hooks, which Codex gates off by default — enable them in ~/.codex/config.toml and restart:
[features]
plugins = true
plugin_hooks = trueUpdate with codex plugin marketplace upgrade controlplane, then restart Codex.
Install the plugin with Antigravity CLI (agy):
agy plugin install https://github.com/controlplane-com/ai-plugin/plugins/cplnPoint any other MCP client at the hosted server:
{
"mcpServers": {
"cpln": {
"type": "http",
"url": "https://mcp.cpln.io/mcp?toolsets=full"
}
}
}MCP uses OAuth 2.1 + PKCE. Sign in to let the assistant act on your Control Plane organizations — you choose which orgs it may operate on, and the token is scoped to those orgs and enforced server-side on every call. Sign in again to change the grant. Treat MCP access as production access to the orgs you grant. How to sign in:
/mcp, select cpln, sign in (or claude mcp login cpln).codex mcp login cpln./mcp, select cpln, authenticate.Optional — only for the cpln CLI workflows some skills generate (CI/CD, Terraform, Pulumi). See .env.example.
| Variable | Purpose |
|---|---|
CPLN_TOKEN | Service-account token for cpln CLI calls (sensitive). |
CPLN_ORG | Default organization. |
CPLN_GVC | Default GVC. |
CPLN_PROFILE | Local cpln CLI profile. |
Ask in natural language — the assistant routes to the right skill or agent:
payments-api workload in production keeps restarting."app.example.com in front of my web workload with auto-TLS."analytics workload credential-free read access to S3 bucket prod-event-logs — no IAM keys."kustomization.yaml to Control Plane and apply it to staging after I confirm."Two workflows also have slash commands in Claude Code — /cpln:troubleshoot WORKLOAD and /cpln:migrate-k8s FILE; in other clients, ask for the same workflows by name.
reveal permission — use least privilege.Report vulnerabilities per SECURITY.md.
[email protected] or Slack~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.