connector-platform — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited connector-platform (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.
Add 100+ pre-built integrations (Notion, Slack, Linear, GitHub, …) to your Next.js app with one slash command. Powered by Connector Platform.
/plugin marketplace add danielsalles/connector-platform-marketplace
/plugin install connector-platform@danielsallesYou'll need a builder token (cpt_*) from the platform admin.
/connector login cpt_xxxxxxxxxxxxxxxxxxxxxxxxThis writes .env.local and .mcp.json at your project root.
/connector listLists available integrations.
/connector add notionScaffolds two Next.js App Router handlers:
src/app/api/connect/notion/route.ts — redirects users to authorize Notionsrc/app/api/execute/notion/route.ts — server-side proxy to invoke Notion toolsYou can then drop a button in your UI:
<a href="/api/connect/notion?user_id={YOUR_USER_ID}">Connect Notion</a>| Command | Description |
|---|---|
/connector login <token> | Save credentials and configure MCP |
/connector list | Show available integrations |
/connector add <slug> | Scaffold connect + execute handlers |
/connector logout | Remove credentials and MCP config |
Express / FastAPI / others — open an issue if you need them.
The plugin is just markdown — instructions for the Claude Code agent. The actual integration runtime lives in Connector Platform (multi-tenant API + MCP server). When you run /connector add notion, the agent generates handlers that call the platform's REST API with fetch. No SDK — your code stays free of dependencies on this plugin.
MIT — see LICENSE.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.