
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
conduit-design
Advanced tools
Design at the speed of thought
https://github.com/user-attachments/assets/27fb8080-a4f6-46d4-a016-60ba3f0208e8
Model Context Protocol (MCP) is the framework that allows an AI agent to communicate with external applications. This implementation enables any AI agent to send commands to and receive information from Figma in real-time.
+------------+ +-----+ +------------------------+ +--------------+
| AI Agent | <-> | MCP | <-> | Local WebSocket Server | <-> | Figma Plugin |
+------------+ +-----+ +------------------------+ +--------------+
curl -fsSL https://bun.sh/install | bash
irm bun.sh/install.ps1 | iex
git clone https://github.com/eonist/conduit.git
cd path-to-conduitnpm install -> Builds dependenciesbun run build:all -> Builds the Server and Pluginbun socket -> Starts the Server
Plugins > Development > Import plugin from manifest...conduit/src/plugin/manifest.json~/.app-name/mcp.json{
"mcpServers": {
"ConduitMCPServer": {
"command": "bunx",
"args": ["conduit-design@latest"]
}
}
}
User: Talk to figma on channel "xxxxxxx"
Agent: Connecting to Figma. Connected on channel "xxxxxxxx"
User: "Create a responsive navigation bar with our brand color #3366FF and add 5 menu items"
Agent: [executes commands in Figma and displays the results]
bun socket).[!TIP] In VSCode command pallet:
> Reload Windowthis restarts cline and refreshes your MCP servers (To get new updates)
To run integration tests:
bun run test
See TESTING.md for more details.
[!NOTE] There is also Unit-tests in the
/tests/path
feature/amazing-feature).See MCP protocol design best pratice: https://gist.github.com/eonist/eb8d5628aad07fc57ce339e518158c20
MIT License – see the LICENSE file for details.
FAQs
Conduit Figma MCP
We found that conduit-design demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.