kafka-mcp-enterprise-server: Skill for Cursor

.cursor/skills/kafka-mcp-security-review/SKILL.md

kafka-mcp-security-review is a skill for Cursor from vaquarkhan/kafka-mcp-enterprise-server. It costs 58 tokens per session (318 once invoked), scanned A, original, Apache-2.0.

A security review checklist for changes to Kafka MCP, a tool interface for working with Apache Kafka messaging systems.

In plain words
What is it for?
Use it when reviewing pull requests, answering security questions, or hardening this repository's Kafka tools.
Why use it?
It checks that authentication, permissions, data-loss prevention, approvals, rate limits, and failure handling happen in the required order and fail safely.

Skill for Cursor

Written for Cursor: installed under .cursor/.

This is vaquarkhan/kafka-mcp-enterprise-server's own configuration. It tells Cursor how to work on kafka-mcp-enterprise-server itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything kafka-mcp-enterprise-server configures →

Reuse

Borrowing it

Nothing to install: this file belongs to vaquarkhan/kafka-mcp-enterprise-server. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/vaquarkhan/kafka-mcp-enterprise-server/main/.cursor/skills/kafka-mcp-security-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/vaquarkhan/kafka-mcp-enterprise-server

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for kafka-mcp-security-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/vaquarkhan/kafka-mcp-enterprise-server/kafka-mcp-security-review/github.svg)](https://agentmods.dev/skills/vaquarkhan/kafka-mcp-enterprise-server/kafka-mcp-security-review)
Your own site
<a href="https://agentmods.dev/skills/vaquarkhan/kafka-mcp-enterprise-server/kafka-mcp-security-review"><img src="https://agentmods.dev/badge/skills/vaquarkhan/kafka-mcp-enterprise-server/kafka-mcp-security-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for kafka-mcp-security-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/vaquarkhan/kafka-mcp-enterprise-server/kafka-mcp-security-review"><img src="https://agentmods.dev/badge/skills/vaquarkhan/kafka-mcp-enterprise-server/kafka-mcp-security-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 318 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00058 $0.00318
Opus 5 $0.00029 $0.00159
Sonnet 5 $0.00012 $0.00064
Haiku 4.5 $0.00006 $0.00032

Measured 12d ago against content hash 0bf4b54b4dc0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

kafka-mcp-security-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/skills/kafka-mcp-security-review/SKILL.md · 38 lines

What it actually says

Kafka MCP security review skill

Review order (must match runtime)

  1. Auth (bearer aud/iss) → -32001
  2. Deny-list → -32044
  3. Allow-list / readonly → -32044
  4. Topic/group scope → -32041
  5. Policy engine (fail-closed) → -32044
  6. Taint / IFC (destructive; approval bypasses) → -32040
  7. Approval → -32042
  8. Rate limit → -32029
  9. Execute via module circuit breaker → -32043

Also: validation -32046, egress -32045, quarantine -32047.

Fail the review if

  • Execute happens before policy checks
  • Docs claim taint fully stops prompt injection
  • Destructive tools enabled by default without calling out operator allow-list
  • New third-party deps added to core without explicit user request
  • Tests drop below 302/302 or omit new control paths

Pass criteria

  • Guardrails framed as complement to broker ACLs
  • Audit ALLOW/DENY retained
  • Examples/docs updated when behavior changes
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 38 lines · 58 tokens per session scan A 0bf4b54b4dc0

Subscribe to this mod's changes

kafka-mcp-security-review is a skill published in the GitHub repository vaquarkhan/kafka-mcp-enterprise-server (2 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 58 tokens to every session and 318 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

analyzing-certificate-transparency-for-phishing

Monitor Certificate Transparency logs using crt.sh and Certstream to detect phishing domains, lookalike certificates, and unauthorized certificate issuance targeting your organization.

mukul975/Anthropic-Cybersecurity-Skills · 39 tokens

analyzing-dns-logs-for-exfiltration

Analyzes DNS query logs to detect data exfiltration via DNS tunneling, DGA domain communication, and covert C2 channels using entropy analysis, query volume anomalies, and subdomain length detection in SIEM platforms. Use when SOC teams need to identify DNS-based threats that bypass traditional network security…

mukul975/Anthropic-Cybersecurity-Skills · 73 tokens

analyzing-network-traffic-of-malware

Analyzes network traffic generated by malware during sandbox execution or live incident response to identify C2 protocols, data exfiltration channels, payload downloads, and lateral movement patterns using Wireshark, Zeek, and Suricata. Activates for requests involving malware network analysis, C2 traffic decoding…

mukul975/Anthropic-Cybersecurity-Skills · 81 tokens

analyzing-cyber-kill-chain

Analyzes intrusion activity against the Lockheed Martin Cyber Kill Chain framework to identify which phases an adversary has completed, where defenses succeeded or failed, and what controls would have interrupted the attack at earlier phases. Use when conducting post-incident analysis, building prevention-focused…

mukul975/Anthropic-Cybersecurity-Skills · 99 tokens

analyzing-ios-app-security-with-objection

Runtime iOS app security testing with Objection (Frida): inspect keychain and filesystem data, explore app internals at runtime, and validate/bypass client-side protections during authorized mobile assessments.

mukul975/Anthropic-Cybersecurity-Skills · 49 tokens

analyzing-powershell-script-block-logging

Parse Windows PowerShell Script Block Logs (Event ID 4104) from EVTX files to detect obfuscated commands, encoded payloads, and living-off-the-land techniques. Uses python-evtx to extract and reconstruct multi-block scripts, applies entropy analysis and pattern matching for Base64-encoded commands, Invoke-Expression…

mukul975/Anthropic-Cybersecurity-Skills · 88 tokens