/ Diretório / Playground / Claude Bug Bounty
● Comunidade shuvonsec ⚡ Instantâneo

Claude Bug Bounty

por shuvonsec · shuvonsec/claude-bug-bounty

Bug bounty skill pack — recon, 20 vuln-class playbooks, report generation, all inside Claude Code.

Bug bounty skill pack — recon, 20 vuln-class playbooks, report generation, all inside Claude Code.

Demo ao vivo

Como fica na prática

claude-bug-bounty.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "claude-bug-bounty": {
      "command": "npx",
      "args": [
        "-y",
        "claude-bug-bounty"
      ]
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "claude-bug-bounty": {
      "command": "npx",
      "args": [
        "-y",
        "claude-bug-bounty"
      ]
    }
  }
}

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "claude-bug-bounty": {
      "command": "npx",
      "args": [
        "-y",
        "claude-bug-bounty"
      ]
    }
  }
}

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "claude-bug-bounty": {
      "command": "npx",
      "args": [
        "-y",
        "claude-bug-bounty"
      ]
    }
  }
}

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "claude-bug-bounty",
      "command": "npx",
      "args": [
        "-y",
        "claude-bug-bounty"
      ]
    }
  ]
}

O Continue usa um array de objetos de servidor em vez de um map.

~/.config/zed/settings.json
{
  "context_servers": {
    "claude-bug-bounty": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "claude-bug-bounty"
        ]
      }
    }
  }
}

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add claude-bug-bounty -- npx -y claude-bug-bounty

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: Claude Bug Bounty

Get started with Claude Bug Bounty

Quando usar: When you want to bring Claude Bug Bounty into your Claude workflow.

Fluxo
  1. Install the skill in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use Claude Bug Bounty to help me with a task.✓ Copiado

Resultado: Claude can interact with Claude Bug Bounty directly from your IDE.

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills