claudeindex
ArmisSecurity's avatar
Author

Armis Security

@ArmisSecurity
2
Marketplaces
7
Plugins
0
Skills
0
Agents
0
Commands

Marketplaces

Marketplace

armis-appsec-mcp

AI-powered security scanner — scans code, files, and diffs for vulnerabilities using MCP

Plugins:1
Skills:0
6
2
Marketplace

armis-knowledge

Query the Armis Knowledge base — organizational standards, CWE remediation, framework and technology guidance — directly from your coding agent. Ships an MCP variant (works with Claude Code, Claude Desktop, Cursor, etc.) and a Claude-Code-only shell-skills variant (no MCP runtime, no Python install) for each environment. Both variants read ARMIS_CLIENT_ID/ARMIS_CLIENT_SECRET. Pick one variant per environment — both register the same slash commands, so installing both simultaneously will collide.

Plugins:6
Skills:0
0
0

Plugins

Plugin

armis-appsec

AI-powered security scanner that finds vulnerabilities in code, files, and diffs. Automatically scans before git commit, push, and PR creation.

Plugin

armis-knowledge

MCP variant, PROD environment (knowledge-mcp.moose.armis.com). Adds /knowledge, /ask, /cwe-fix, /cwe-fix-report, /framework-guidance, /tech-guidance, and /threat-model. /threat-model is powered by a bundled local code-intelligence MCP server (codebase-memory-mcp, downloaded on first use). Reads ARMIS_CLIENT_ID and ARMIS_CLIENT_SECRET; exchanges them for a short-lived JWT on startup (tenant routing resolved server-side). Tenant isolation enforced server-side; no knowledge data stored on disk.

Plugin

armis-knowledge-stage

MCP variant, STAGE environment (knowledge-mcp.moose-stg.armis.com). Adds /knowledge-stage, /ask-stage, /cwe-fix-stage, /cwe-fix-report-stage, /framework-guidance-stage, /tech-guidance-stage, and /threat-model-stage. /threat-model-stage is powered by a bundled local code-intelligence MCP server (codebase-memory-mcp, downloaded on first use). Reads ARMIS_CLIENT_ID and ARMIS_CLIENT_SECRET; exchanges them for a short-lived JWT on startup (tenant routing resolved server-side). Tenant isolation enforced server-side; no knowledge data stored on disk.

Plugin

armis-knowledge-dev

MCP variant, DEV environment (knowledge-mcp.moose-dev.armis.com). Adds /knowledge-dev, /ask-dev, /cwe-fix-dev, /cwe-fix-report-dev, /framework-guidance-dev, /tech-guidance-dev, and /threat-model-dev. /threat-model-dev is powered by a bundled local code-intelligence MCP server (codebase-memory-mcp, downloaded on first use). Reads ARMIS_CLIENT_ID and ARMIS_CLIENT_SECRET; exchanges them for a short-lived JWT on startup (tenant routing resolved server-side). Tenant isolation enforced server-side; no knowledge data stored on disk.

Plugin

armis-knowledge-skills

Shell-skills variant, PROD environment (knowledge-api.moose.armis.com). Same /knowledge, /cwe-fix, /cwe-fix-report, /framework-guidance, /tech-guidance commands as the MCP variant, but implemented as pure shell skills that hit the REST API directly via curl — no MCP runtime, no Python install. Reads ARMIS_CLIENT_ID and ARMIS_CLIENT_SECRET. Claude Code only. Don't install alongside armis-knowledge — same slash commands.

Plugin

armis-knowledge-skills-stage

Shell-skills variant, STAGE environment (knowledge-api.moose-stg.armis.com). Same /knowledge-stage, /cwe-fix-stage, /cwe-fix-report-stage, /framework-guidance-stage, /tech-guidance-stage commands as the MCP variant, but implemented as pure shell skills that hit the REST API directly via curl — no MCP runtime, no Python install. Reads ARMIS_CLIENT_ID and ARMIS_CLIENT_SECRET. Claude Code only. Don't install alongside armis-knowledge-stage — same slash commands.

Plugin

armis-knowledge-skills-dev

Shell-skills variant, DEV environment (knowledge-api.moose-dev.armis.com). Same /knowledge-dev, /cwe-fix-dev, /cwe-fix-report-dev, /framework-guidance-dev, /tech-guidance-dev commands as the MCP variant, but implemented as pure shell skills that hit the REST API directly via curl — no MCP runtime, no Python install. Reads ARMIS_CLIENT_ID and ARMIS_CLIENT_SECRET. Claude Code only. Don't install alongside armis-knowledge-dev — same slash commands.