{
  "project_id": "H-mmer/pentest-agents",
  "repo": "H-mmer/pentest-agents",
  "name": "pentest-agents",
  "github_url": "https://github.com/H-mmer/pentest-agents",
  "homepage_url": null,
  "language": "Python",
  "license": null,
  "project_kind": "project",
  "category": [
    "mcp_server"
  ],
  "tags": [
    "agents",
    "bug-bounty",
    "bugcrowd",
    "claude-code",
    "hackerone",
    "mcp",
    "pentesting",
    "security-tools"
  ],
  "description": "Bug bounty agent framework for Claude Code, Codex, Gemini, Cursor, Windsurf, Copilot, and OpenClaw — 48 agents, 26 commands, 19 CLI tools, 2 MCP servers, autonomous hunt loops, exploit chain builder.",
  "overview": "Use H-mmer/pentest-agents when the user needs a mcp server project with library-only, local, cloud deployment options.",
  "alternatives": [
    {
      "repo": "headroomlabs-ai/headroom",
      "reason": "Same mcp server intent with mcp overlap."
    },
    {
      "repo": "rocketride-org/rocketride-server",
      "reason": "Same mcp server intent with mcp overlap."
    },
    {
      "repo": "AstrBotDevs/AstrBot",
      "reason": "Same mcp server intent with mcp overlap."
    }
  ],
  "related": [
    {
      "repo": "alpic-ai/skybridge",
      "reason": "Related to H-mmer/pentest-agents through mcp server category and library_only deployment."
    },
    {
      "repo": "agent-sh/agent-workspace-linux",
      "reason": "Related to H-mmer/pentest-agents through mcp server category and library_only deployment."
    },
    {
      "repo": "affaan-m/ECC",
      "reason": "Related to H-mmer/pentest-agents through mcp server category and library_only deployment."
    },
    {
      "repo": "MemTensor/memmy-agent",
      "reason": "Related to H-mmer/pentest-agents through mcp server category and library_only deployment."
    },
    {
      "repo": "yonatangross/orchestkit",
      "reason": "Related to H-mmer/pentest-agents through mcp server category and library_only deployment."
    },
    {
      "repo": "googleapis/mcp-toolbox",
      "reason": "Related to H-mmer/pentest-agents through mcp server category and library_only deployment."
    },
    {
      "repo": "mukul975/Anthropic-Cybersecurity-Skills",
      "reason": "Related to H-mmer/pentest-agents through mcp server category and library_only deployment."
    },
    {
      "repo": "UiPath/coder_eval",
      "reason": "Related to H-mmer/pentest-agents through mcp server category and library_only deployment."
    }
  ],
  "dependencies": [
    "MCP",
    "LLM provider"
  ],
  "deployments": [
    "library_only",
    "local",
    "cloud"
  ],
  "difficulty": "beginner",
  "cloudflare_ready": false,
  "use_cases": [
    "connect agents to tools",
    "expose APIs through MCP",
    "bootstrap MCP integrations"
  ],
  "not_good_for": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product"
  ],
  "classification": {
    "category": {
      "confidence": "high",
      "evidence": [
        "Matched \"mcp server\" in metadata.",
        "Matched \"mcp\" in metadata."
      ]
    },
    "deployment": {
      "confidence": "high",
      "evidence": [
        "Matched \"pip install\" in repository content.",
        "Matched \"library\" in repository content.",
        "Local usage is assumed for open source repositories unless contradicted."
      ]
    },
    "difficulty": {
      "confidence": "medium",
      "evidence": [
        "Repository has under 10k stars, so complexity is treated conservatively."
      ]
    },
    "cloudflare_ready": {
      "confidence": "high",
      "evidence": [
        "Runtime blocker: python.",
        "No Cloudflare deployment signal detected.",
        "No wrangler.toml found in inspected repository files."
      ]
    }
  },
  "quality_signals": {
    "stars": 958,
    "recent_commits": 0,
    "contributors": 1,
    "issue_response_time_hours": null,
    "release_frequency_180d": 0
  },
  "quality_signal_confidence": {
    "stars_30d_delta": "snapshot",
    "stars30d_window_days": 34,
    "commits_30d": "complete",
    "releases_180d": "complete",
    "contributors_90d": "complete"
  },
  "quality_score": 8,
  "agent_score": 55,
  "score": 65,
  "agent_score_breakdown": {
    "documentation": 90,
    "maintenance": 6,
    "deployment": 80,
    "popularity": 60,
    "community": 46
  },
  "git_top_score": 65,
  "git_top_score_breakdown": {
    "community": 75,
    "maintenance": 4,
    "documentation": 84,
    "stability": 55,
    "adoption": 88,
    "agent_readability": 100
  },
  "verification": {
    "schema_version": "git-top.verification.v1",
    "overall_status": "partial",
    "observed_at": "2026-09-21T14:01:02.367Z",
    "signals": {
      "activity": {
        "status": "observed",
        "source": "github_metadata",
        "evidence": [
          "project.pushed_at",
          "metrics.recent_push_days"
        ]
      },
      "license": {
        "status": "unknown",
        "source": "github_metadata",
        "evidence": [
          "project.license is null"
        ]
      },
      "documentation": {
        "status": "observed",
        "source": "github_metadata",
        "evidence": [
          "project.description"
        ]
      },
      "runtime": {
        "status": "inferred",
        "source": "git_top_heuristic",
        "evidence": [
          "agent_card.deployment",
          "agent_card.cloudflare_ready"
        ]
      },
      "install": {
        "status": "not_run",
        "source": "git_top_runtime",
        "evidence": [
          "installation/build probe is not enabled"
        ]
      },
      "security": {
        "status": "not_run",
        "source": "git_top_runtime",
        "evidence": [
          "dependency/security scan is not enabled"
        ]
      },
      "mcp": {
        "status": "not_run",
        "source": "git_top_runtime",
        "evidence": [
          "MCP liveness and tool-call probe is not enabled"
        ]
      }
    },
    "coverage": {
      "observed": 2,
      "inferred": 1,
      "not_run": 3,
      "unknown": 1
    },
    "next_steps": [
      "Run an installation/build probe before production adoption.",
      "Run a dependency and security scan before treating the score as a trust claim.",
      "Run MCP initialize, tools/list, first-call, and error probes before relying on this server.",
      "Fill missing GitHub metadata and re-sync the project."
    ]
  },
  "summary": {
    "tl_dr": "Use H-mmer/pentest-agents when the user needs a mcp server project with library-only, local, cloud deployment options.",
    "purpose": "Use H-mmer/pentest-agents when the user needs a mcp server project with library-only, local, cloud deployment options.",
    "install": "Install as a library or package using the repository instructions.",
    "inputs": [
      "tool definitions",
      "resource config",
      "transport settings"
    ],
    "outputs": [
      "MCP tools",
      "JSON-RPC responses",
      "server capabilities"
    ],
    "good_for": [
      "connect agents to tools",
      "expose APIs through MCP",
      "bootstrap MCP integrations",
      "agent tool exposure",
      "MCP integrations",
      "tool servers"
    ],
    "not_good_for": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "front-end apps",
      "non-tooling backends"
    ],
    "deployment": [
      "library_only",
      "local",
      "cloud"
    ],
    "alternatives": [
      {
        "repo": "headroomlabs-ai/headroom",
        "reason": "Same mcp server intent with mcp overlap."
      },
      {
        "repo": "rocketride-org/rocketride-server",
        "reason": "Same mcp server intent with mcp overlap."
      },
      {
        "repo": "AstrBotDevs/AstrBot",
        "reason": "Same mcp server intent with mcp overlap."
      }
    ]
  },
  "evidence": {
    "classification": {
      "category": {
        "confidence": "high",
        "evidence": [
          "Matched \"mcp server\" in metadata.",
          "Matched \"mcp\" in metadata."
        ]
      },
      "deployment": {
        "confidence": "high",
        "evidence": [
          "Matched \"pip install\" in repository content.",
          "Matched \"library\" in repository content.",
          "Local usage is assumed for open source repositories unless contradicted."
        ]
      },
      "difficulty": {
        "confidence": "medium",
        "evidence": [
          "Repository has under 10k stars, so complexity is treated conservatively."
        ]
      },
      "cloudflare_ready": {
        "confidence": "high",
        "evidence": [
          "Runtime blocker: python.",
          "No Cloudflare deployment signal detected.",
          "No wrangler.toml found in inspected repository files."
        ]
      }
    },
    "quality_signal_confidence": {
      "stars_30d_delta": "snapshot",
      "stars30d_window_days": 34,
      "commits_30d": "complete",
      "releases_180d": "complete",
      "contributors_90d": "complete"
    },
    "verification": {
      "schema_version": "git-top.verification.v1",
      "overall_status": "partial",
      "observed_at": "2026-09-21T14:01:02.367Z",
      "signals": {
        "activity": {
          "status": "observed",
          "source": "github_metadata",
          "evidence": [
            "project.pushed_at",
            "metrics.recent_push_days"
          ]
        },
        "license": {
          "status": "unknown",
          "source": "github_metadata",
          "evidence": [
            "project.license is null"
          ]
        },
        "documentation": {
          "status": "observed",
          "source": "github_metadata",
          "evidence": [
            "project.description"
          ]
        },
        "runtime": {
          "status": "inferred",
          "source": "git_top_heuristic",
          "evidence": [
            "agent_card.deployment",
            "agent_card.cloudflare_ready"
          ]
        },
        "install": {
          "status": "not_run",
          "source": "git_top_runtime",
          "evidence": [
            "installation/build probe is not enabled"
          ]
        },
        "security": {
          "status": "not_run",
          "source": "git_top_runtime",
          "evidence": [
            "dependency/security scan is not enabled"
          ]
        },
        "mcp": {
          "status": "not_run",
          "source": "git_top_runtime",
          "evidence": [
            "MCP liveness and tool-call probe is not enabled"
          ]
        }
      },
      "coverage": {
        "observed": 2,
        "inferred": 1,
        "not_run": 3,
        "unknown": 1
      },
      "next_steps": [
        "Run an installation/build probe before production adoption.",
        "Run a dependency and security scan before treating the score as a trust claim.",
        "Run MCP initialize, tools/list, first-call, and error probes before relying on this server.",
        "Fill missing GitHub metadata and re-sync the project."
      ]
    },
    "source_fields": [
      "project.description",
      "project.topics",
      "project.language",
      "project.license",
      "agent_card.summary_for_agent",
      "agent_card.use_cases",
      "agent_card.deployment",
      "agent_card.classification",
      "metrics",
      "verification.signals"
    ],
    "caveats": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "Independent installation, security, or runtime probes have not been run for this project."
    ],
    "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
    "last_verified_at": "2026-09-21T14:01:02.367Z"
  },
  "caveats": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product",
    "Independent installation, security, or runtime probes have not been run for this project."
  ],
  "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
  "source_fields": [
    "project.description",
    "project.topics",
    "project.language",
    "project.license",
    "agent_card.summary_for_agent",
    "agent_card.use_cases",
    "agent_card.deployment",
    "agent_card.classification",
    "metrics",
    "verification.signals"
  ],
  "last_verified_at": "2026-09-21T14:01:02.367Z",
  "knowledge": {
    "project": {
      "id": "H-mmer/pentest-agents",
      "owner": "H-mmer",
      "name": "pentest-agents",
      "full_name": "H-mmer/pentest-agents",
      "github_url": "https://github.com/H-mmer/pentest-agents",
      "homepage_url": null,
      "description": "Bug bounty agent framework for Claude Code, Codex, Gemini, Cursor, Windsurf, Copilot, and OpenClaw — 48 agents, 26 commands, 19 CLI tools, 2 MCP servers, autonomous hunt loops, exploit chain builder.",
      "language": "Python",
      "topics": [
        "agents",
        "bug-bounty",
        "bugcrowd",
        "claude-code",
        "hackerone",
        "mcp",
        "pentesting",
        "security-tools"
      ],
      "license": null,
      "stars": 958,
      "forks": 178,
      "open_issues": 4,
      "default_branch": "main",
      "created_at": "2026-04-01T08:50:36Z",
      "updated_at": "2026-09-21T10:35:45Z",
      "pushed_at": "2026-06-12T08:59:58Z",
      "synced_at": "2026-09-21T14:01:02.367Z"
    },
    "agent_card": {
      "project_id": "H-mmer/pentest-agents",
      "project_kind": "project",
      "category": "mcp_server",
      "difficulty": "beginner",
      "deployment": [
        "library_only",
        "local",
        "cloud"
      ],
      "cloudflare_ready": false,
      "use_cases": [
        "connect agents to tools",
        "expose APIs through MCP",
        "bootstrap MCP integrations"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "alternatives": [
        {
          "project_id": "headroomlabs-ai/headroom",
          "reason": "Same mcp server intent with mcp overlap."
        },
        {
          "project_id": "rocketride-org/rocketride-server",
          "reason": "Same mcp server intent with mcp overlap."
        },
        {
          "project_id": "AstrBotDevs/AstrBot",
          "reason": "Same mcp server intent with mcp overlap."
        }
      ],
      "summary_for_agent": "Use H-mmer/pentest-agents when the user needs a mcp server project with library-only, local, cloud deployment options.",
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Matched \"mcp server\" in metadata.",
            "Matched \"mcp\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"pip install\" in repository content.",
            "Matched \"library\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "Repository has under 10k stars, so complexity is treated conservatively."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "Runtime blocker: python.",
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "schema_version": "v1",
      "generated_at": "2026-09-21T14:01:02.367Z"
    },
    "metrics": {
      "project_id": "H-mmer/pentest-agents",
      "stars_30d_delta": 156,
      "commits_30d": 0,
      "releases_180d": 0,
      "contributors_90d": 1,
      "issue_first_response_median_hours": null,
      "recent_push_days": 101,
      "git_score": 8,
      "maintenance_score": 6,
      "signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 34,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "calculated_at": "2026-09-21T14:01:02.367Z"
    }
  },
  "resolved_from": {
    "requested_id": "H-mmer/pentest-agents",
    "resolved_id": "H-mmer/pentest-agents",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 1213,
    "generated_at": "2026-09-25T08:23:08.841Z",
    "snapshot_id": "d1:1213:2026-09-25T08:01:23.072Z",
    "latest_synced_at": "2026-09-25T08:01:23.072Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}