-
Notifications
You must be signed in to change notification settings - Fork 116
Add Mantis (autonomous bug bounty hunter) to Tools & Integrations #154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,44 @@ | ||
| { | ||
| "name": "mantis", | ||
| "version": "0.1.0", | ||
| "description": "Mantis offensive-security daemon — autonomous bug bounty hunter with 7-phase FSM (RECON → AUTH → HUNT → CHAIN → VERIFY → GRADE → REPORT), parallel hunter sub-agents, cryptographic scope enforcement, and BLAKE3/Ed25519 Merkle event logs. Use only against assets you own or have explicit written authorization to test.", | ||
| "author": { | ||
| "name": "Deon Menezes", | ||
| "url": "https://github.com/deonmenezes" | ||
| }, | ||
| "homepage": "https://mantishack.com", | ||
| "repository": "https://github.com/deonmenezes/mantishack", | ||
| "license": "Apache-2.0 OR MIT", | ||
| "keywords": [ | ||
| "security", | ||
| "pentest", | ||
| "bug-bounty", | ||
| "offensive-security", | ||
| "vulnerability-scanner", | ||
| "mcp" | ||
| ], | ||
| "mcpServers": "./.mcp.json", | ||
| "interface": { | ||
| "displayName": "Mantis", | ||
| "shortDescription": "Autonomous bug bounty hunting for authorized engagements.", | ||
| "longDescription": "Mantis runs a 7-phase finite-state machine — RECON → AUTH → HUNT → CHAIN → VERIFY → GRADE → REPORT — with parallel hunter sub-agents, cryptographic scope enforcement, and BLAKE3/Ed25519 Merkle event logs. Generates disclosure-ready reports in Markdown, PDF, HackerOne, Bugcrowd, SARIF, and OpenVEX formats. AUTHORIZED USE ONLY — never run against assets you do not own or have explicit written authorization to test.", | ||
| "developerName": "Deon Menezes", | ||
| "category": "Security", | ||
| "capabilities": [ | ||
| "Interactive", | ||
| "MCP", | ||
| "Security" | ||
| ], | ||
| "composerIcon": "./assets/icon.svg", | ||
| "logo": "./assets/icon.svg", | ||
| "websiteURL": "https://mantishack.com", | ||
| "privacyPolicyURL": "https://github.com/deonmenezes/mantishack/blob/main/SECURITY.md", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| "termsOfServiceURL": "https://github.com/deonmenezes/mantishack/blob/main/DISCLAIMER_BOB_STYLE.md", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| "defaultPrompt": [ | ||
| "Start a Mantis hunt for example.com", | ||
| "Show Mantis status for the latest run", | ||
| "Generate a disclosure-ready report for the latest finding" | ||
| ], | ||
| "brandColor": "#0F1419" | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "mcpServers": { | ||
| "mantis": { | ||
| "command": "npx", | ||
| "args": ["-y", "-p", "mantishack", "mantis-mcp"] | ||
| } | ||
| } | ||
| } |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SUGGESTION: Inconsistent link format - use GitHub URL like other plugin entries
All other plugins in the list use direct GitHub URLs (e.g., https://github.com/...), but this entry uses a relative link (./plugins/deonmenezes/mantishack). For consistency and correctness, please use the same GitHub URL as specified in plugins.json: https://github.com/deonmenezes/mantishack