Back to Home
intelligent-ears icon

pd-tools-mcp

Verified Safe

by intelligent-ears

Overview

Automated bug bounty reconnaissance and vulnerability scanning by integrating ProjectDiscovery security tools.

Installation

Run Command
npm start

Security Notes

The server uses 'child_process.spawn' to execute external ProjectDiscovery tools. While this method is generally safer than 'exec' as it avoids shell interpretation of arguments by default, the wrapper does not perform explicit input sanitization for all user-provided arguments (e.g., 'ports' for naabu, 'scope' for katana). If a highly specific malicious input were crafted that exploits a parsing vulnerability in an underlying ProjectDiscovery tool, it could potentially lead to unexpected behavior. The 'httpx' tool uses a hardcoded path based on the Go home directory, which introduces a dependency on that specific installation location. Overall, the security relies heavily on the integrity and security of the installed ProjectDiscovery tools and the host system's PATH configuration.

Similar Servers

Stats

Interest Score55
Security Score7
Cost ClassMedium
Avg Tokens10000
Stars1
Forks0
Last Update2025-12-06

Tags

ProjectDiscoveryBug BountySecurityReconnaissanceVulnerability Scanning