| Version | Supported |
|---|---|
| 2.0.x | ✅ |
| 1.0.x | ❌ |
If you discover a security vulnerability in peekaboo-mcp, please report it by:
- DO NOT open a public issue
- Email security concerns to: [Create an issue marked as security]
- Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
-
Path Traversal Prevention
- Multiple validation layers
- Rejects
..sequences - Validates resolved paths
-
Automatic Root Detection
- No user-configurable root directory
- Restricts access to project directory only
- Must be run as installed npm package
-
Read-Only Access
- No write operations
- No file modification
- No deletion capabilities
-
Resource Limits
- Configurable timeouts
- File size limits
- Total size limits
- Keep the package updated
- Use appropriate resource limits
- Monitor server logs
- Run with minimal privileges
- Avoid exposing to untrusted networks
- Using latest version
- Resource limits configured
- Logging enabled
- Running with minimal privileges
- Not exposed to public internet
- Regular security updates applied