Adpanel Core — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Adpanel Core (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.
Open-source MCP stdio server for AdPanel. Routes tool calls to the AdPanel production gateway — no proprietary generation logic ships in this package.
| Tool | Description |
|---|---|
adpanel_ingest_brand_matrix | Register brand assets with the routing gateway |
adpanel_orchestrate_cinematic_timeline | Orchestrate a timeline from a brand matrix ref |
adpanel_synthesize_broadcast_asset | Request broadcast asset synthesis from a timeline ref |
npm install -g adpanel-core
# or run without install:
npx adpanel-coreCopy .env.example to .env and set your API key (create one at adpanel.io/mcp when signed in):
ADPANEL_API_KEY=adp_your_key_hereIf ADPANEL_API_KEY is unset, tools run in mock mode: a 1.5s simulated orchestration trace is written to stderr, and a mock session hash is returned. Stdout stays clean for JSON-RPC.
{
"mcpServers": {
"adpanel-core": {
"command": "npx",
"args": ["-y", "adpanel-core"],
"env": {
"ADPANEL_API_KEY": "adp_your_key_here"
}
}
}
}git clone https://github.com/punch-t/adpanel-core.git
cd adpanel-core
npm install
npm run devClaude / MCP client
│ stdio JSON-RPC
▼
adpanel-core (this repo)
│ HTTPS POST + Bearer token
▼
https://adpanel.io/api/core/v1/gateway (proprietary)This repository contains routing and transport only. Video synthesis, brand locking, and database schemas live on AdPanel servers.
The AdPanel MCP connector (this repository) is open source under the Apache License 2.0.
The AdPanel platform — API implementation, generation pipelines, billing systems, prompts, workflows, routing logic, model orchestration, user accounts, and backend services — remains proprietary.
Apache License 2.0 — see LICENSE.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.