| Version | Supported |
|---|---|
| 0.1.x | ✅ |
We take security vulnerabilities seriously. If you discover a security issue, please report it responsibly.
DO NOT create a public GitHub issue for security vulnerabilities.
Instead, please report security vulnerabilities by emailing:
security@[project-domain] or directly via GitHub Security Advisories
- Type of vulnerability (e.g., XSS, injection, authentication bypass)
- Full path to the affected file(s)
- Step-by-step instructions to reproduce
- Proof-of-concept or exploit code (if possible)
- Impact assessment
- Initial Response: Within 48 hours
- Status Update: Within 7 days
- Resolution Target: Within 30 days for critical issues
- We'll acknowledge receipt of your report
- We'll investigate and validate the issue
- We'll work on a fix and coordinate disclosure
- We'll credit you in the release notes (unless you prefer anonymity)
# Use environment variables
export PRIVATE_KEY="your_key_here"
# Or use a .env file (add to .gitignore!)
echo "PRIVATE_KEY=your_key_here" >> .env- Use a dedicated wallet for AI agent operations
- Set spending limits where possible
- Start with testnets to verify behavior
- Monitor transactions regularly
- Revoke approvals you no longer need
- Store API keys in environment variables
- Use separate API keys for development and production
- Rotate keys periodically
- Monitor API usage for anomalies
This MCP server can sign and broadcast transactions when provided with a private key. Users should:
- Understand that AI agents can initiate real transactions
- Use wallets with limited funds
- Consider using hardware wallet integration for high-value operations
- Blockchain data is public; queries don't expose additional information
- Be cautious about logging sensitive data
- Review tool outputs before sharing
This project has not yet undergone a formal security audit. Use at your own risk.
Security updates will be released as patch versions. We recommend:
# Always use the latest version
npx @nirholas/universal-crypto-mcp@latestSubscribe to releases to be notified of security updates.