Language:JapaneseEnglish

aikido Claude Code Plugin

Topics
Security, Auth & Compliance · Claude Code Customization & Workflow
First cataloged
2026-07-09 (UTC)
Explanation last updated
2026-07-16 (UTC)
Source (GitHub) last updated
2026-08-25 (UTC) (2 days ago)

The explanation below is AI-generated. Please verify it against the sources.

The aikido plugin connects Claude Code to the Aikido Security platform through the Aikido MCP server. According to the README, it scans code being written or modified for vulnerabilities and secrets, and can also check infrastructure-as-code configurations for issues. It additionally lets a user pull findings from their existing Aikido security feed directly into the Claude Code session. Setup requires following Aikido's own installation guide to configure the MCP server connection.

About the service

Aikido Security is a security platform, described on its homepage as covering protection from source code through cloud infrastructure to runtime. It combines capabilities such as static code analysis (SAST), dependency/supply-chain scanning (SCA), secrets detection, cloud security posture management, and automated penetration testing under one system.

What you can do with aikido

  • Scan code you are writing or editing for security vulnerabilities (SAST)
  • Detect exposed secrets such as API keys, passwords, or certificates in your code
  • Check Infrastructure-as-Code definitions for vulnerabilities
  • Pull existing findings from your Aikido security feed into a Claude Code session

Sources

Back to list