Skip to content

Add Mantis to Tools & Integrations#34

Merged
internet-dot merged 1 commit into
hashgraph-online:mainfrom
deonmenezes:add-mantis
May 25, 2026
Merged

Add Mantis to Tools & Integrations#34
internet-dot merged 1 commit into
hashgraph-online:mainfrom
deonmenezes:add-mantis

Conversation

@deonmenezes
Copy link
Copy Markdown
Contributor

Summary

  • Add Mantis (https://github.com/deonmenezes/mantishack) entry under Tools & Integrations
  • Alphabetical placement between Launch Fast and Mobazha
  • Matching plugins.json record with install_url pointing to the canonical .codex-plugin/plugin.json
  • Bump plugins.json total: 83 → 84

What 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

🤖 Generated with Claude Code

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>
@kilo-code-bot
Copy link
Copy Markdown

kilo-code-bot Bot commented May 25, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

This PR adds the Mantis plugin - an autonomous bug bounty hunter for authorized engagements. The changes are correctly formatted:

  1. README.md: Entry added in correct alphabetical position between Launch Fast and Mobazha
  2. plugins.json: Complete plugin entry with all required fields (name, url, owner, repo, description, category, source, install_url, platform, ecosystems)
  3. total count: Correctly incremented from 83 to 84

The JSON structure follows the existing schema and patterns used by other plugins in the collection.

Files Reviewed (2 files)
  • README.md - 1 new entry added
  • plugins.json - 1 new plugin entry added (16 lines)

Reviewed by laguna-m.1-20260312:free · 148,198 tokens

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread plugins.json
Comment on lines +933 to +936
"ecosystems": [
"codex",
"claude-code"
]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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"
      ]

Copy link
Copy Markdown
Collaborator

@internet-dot internet-dot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Merging.

@internet-dot internet-dot merged commit 2f70b40 into hashgraph-online:main May 25, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants