Spektion security telemetry and analytics for Claude Code
npx claudepluginhub spektioninc/marketplaceSecurity posture management with native MCP tool access — 16 tools for vulnerability, asset, software, detection, and remediation analysis plus 6 guided analyst workflows.
Security posture management for Claude Code. Native MCP integration gives you conversational access to vulnerability, asset, software, runtime detection, and remediation data from Spektion.
# Add the marketplace
/plugin marketplace add SpektionInc/marketplace
# Install the plugin
/plugin install spektion
export SPEKTION_API_KEY="your-api-key-here"
export SPEKTION_MCP_URL="https://mcp.spektion.com/mcp"
Add these to your shell profile (~/.zshrc, ~/.bashrc) or your project's .env file.
Once installed, Claude can directly call these Spektion tools:
| Category | Tools |
|---|---|
| Search | search_vulnerabilities, search_endpoints, search_software, search_detections, search_network_activity |
| Details | get_vulnerability_details, get_endpoint_details, get_software_details |
| Analytics | get_security_posture, get_remediation_metrics, get_vulnerability_trends, get_tenant_settings |
| Paginated Queries | query_sensors, query_software_inventory, query_detection_events, query_vulnerability_data |
| Resource | Description |
|---|---|
spektion://platforms | Active platforms with endpoint counts |
spektion://software-categories | Software category taxonomy |
spektion://software-publishers | Publisher list |
spektion://detection-rules | Detection rule index (use search_detections for queries) |
spektion://sla-policy | SLA remediation policy (coming soon) |
Skills provide guided, multi-step workflows for common analyst tasks:
| Skill | Use Case |
|---|---|
cve-triage | Investigate and prioritize CVEs with SSVC-style triage |
asset-risk-assessment | Deep-dive endpoint risk analysis with hardening recommendations |
software-risk-analysis | Rank software portfolio risk by CVE + runtime + network exposure |
remediation-tracking | Track SLA compliance, remediation velocity, and blindspots |
runtime-detection-analysis | Translate behavioral detections into actionable threat narratives |
security-reporting | Generate executive and operational security reports |
CVE Triage:
"Triage CVE-2025-21298 — is it in our environment and how urgent is it?"
Asset Risk:
"Assess the risk on endpoint PROD-WEB-01"
Software Risk:
"What are the top 10 riskiest software products in our environment?"
Remediation:
"Are we meeting SLA on critical vulnerability remediation this quarter?"
Runtime Detections:
"What critical runtime detections are active and do any correlate with known CVEs?"
Reporting:
"Generate an executive security posture summary for leadership"
This plugin is designed to work standalone or combined with other marketplace plugins:
marketplace/
├── .claude-plugin/
│ └── marketplace.json
├── plugins/
│ └── spektion/
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── .mcp.json
│ └── skills/
│ ├── cve-triage/
│ ├── asset-risk-assessment/
│ ├── software-risk-analysis/
│ ├── remediation-tracking/
│ ├── runtime-detection-analysis/
│ └── security-reporting/
├── scripts/
│ └── validate_plugins.py
├── LICENSE
└── README.md
python3 scripts/validate_plugins.py . --verbose
Or use the built-in Claude Code validator:
claude plugin validate .
plugins/spektion/skills/<skill-name>/SKILL.md with YAML frontmatter (name, description)^[a-z0-9]+(-[a-z0-9]+)*$ (1-64 chars)Apache-2.0
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage