
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
MCP server for Aikido — security analysis for Aiken smart contracts (Cardano)
MCP server for Aikido — security analysis for Aiken smart contracts (Cardano).
Lets any MCP-compatible AI assistant (Claude Code, Cursor, Windsurf) run security scans on Aiken projects inline during development.
Add to ~/.claude/settings.json:
{
"mcpServers": {
"aikido": {
"command": "npx",
"args": ["-y", "aikido-mcp"]
}
}
}
Add to .cursor/mcp.json or equivalent:
{
"mcpServers": {
"aikido": {
"command": "npx",
"args": ["-y", "aikido-mcp"]
}
}
}
The aikido-aiken binary must be available. Install via:
npm install -g aikido-aiken
Or set AIKIDO_BINARY env var to point to the binary.
Scan an Aiken project for security vulnerabilities.
| Parameter | Type | Required | Description |
|---|---|---|---|
project_path | string | yes | Path to Aiken project (must contain aiken.toml) |
min_severity | enum | no | Minimum severity: info, low, medium, high, critical |
static_only | boolean | no | Skip multi-lane analysis for speed |
diff | string | no | Git ref for incremental analysis |
config | string | no | Path to .aikido.toml config |
List all 75 detectors with severity, category, CWE mapping, and tier.
| Parameter | Type | Required | Description |
|---|---|---|---|
severity | enum | no | Filter by minimum severity |
category | string | no | Filter by category |
Detailed explanation of a specific detector.
| Parameter | Type | Required | Description |
|---|---|---|---|
detector | string | yes | Detector name (e.g., missing-signature-check) |
Search the Cardano Weakness Classification registry.
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | yes | CWC ID, severity, detector name, or keyword |
The server spawns the aikido binary with --format json and parses the structured output. Binary discovery checks (in order):
AIKIDO_BINARY environment variableaikido-aiken package)aikido or aikido-aiken on PATHThe CWC lookup tool uses a static registry and does not require the binary.
MIT
FAQs
MCP server for Aikido — security analysis for Aiken smart contracts (Cardano)
The npm package aikido-mcp receives a total of 41 weekly downloads. As such, aikido-mcp popularity was classified as not popular.
We found that aikido-mcp 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.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.