Add Mantis to Tools & Integrations#34
Conversation
Autonomous bug bounty hunter for authorized engagements. Adds README entry and matching plugins.json record under Tools & Integrations. - README.md: alphabetical entry between Launch Fast and Mobazha - plugins.json: full record with install_url pointing to the canonical .codex-plugin/plugin.json - plugins.json: bump total 83 -> 84 Repo: https://github.com/deonmenezes/mantishack Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Code Review SummaryStatus: No Issues Found | Recommendation: Merge This PR adds the Mantis plugin - an autonomous bug bounty hunter for authorized engagements. The changes are correctly formatted:
The JSON structure follows the existing schema and patterns used by other plugins in the collection. Files Reviewed (2 files)
Reviewed by laguna-m.1-20260312:free · 148,198 tokens |
There was a problem hiding this comment.
Code Review
This pull request adds the 'Mantis' plugin, an autonomous bug bounty hunter, to the project's documentation and plugin registry. Changes include updating the README.md list and adding a detailed entry to plugins.json, along with incrementing the total plugin count. A review comment identifies an inconsistency in the 'ecosystems' field for the new entry, suggesting it be restricted to 'codex' to match existing plugins and ensure compatibility with automation scripts.
| "ecosystems": [ | ||
| "codex", | ||
| "claude-code" | ||
| ] |
There was a problem hiding this comment.
The ecosystems array for the Mantis entry includes claude-code, which is inconsistent with all other entries in this file. Even plugins that explicitly mention Claude Code support in their descriptions (e.g., Espresso, HOL Guard Plugin, Session Orchestrator) only list codex in their ecosystems array. To maintain consistency and ensure the entry remains compatible with existing automation and the generate_plugins_json.py script (which defaults to the platform name), please update this to only include codex.
"ecosystems": [
"codex"
]
Summary
plugins.jsonrecord withinstall_urlpointing to the canonical.codex-plugin/plugin.jsonplugins.jsontotal: 83 → 84What is Mantis?
Mantis is an autonomous bug bounty hunter for authorized engagements only. It runs a 7-phase FSM (RECON → AUTH → HUNT → CHAIN → VERIFY → GRADE → REPORT) with parallel hunter sub-agents, cryptographic scope enforcement, and BLAKE3/Ed25519 Merkle event logs. Works with Claude Code, Codex CLI, and any MCP-capable host via
npx -y -p mantishack mantis-mcp.Test plan
plugins.jsonparses as valid JSON (total bumped, alphabetical position preserved)🤖 Generated with Claude Code