If you discover a security vulnerability, please report it by emailing security@caffeinebounce.com rather than opening a public issue.
Please include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Any suggested fixes
We will acknowledge receipt within 48 hours and provide a detailed response within 7 days.
| Version | Supported |
|---|---|
| 0.x.x | ✅ |
When using this MCP server:
- Never commit credentials: Use environment variables or
.envfiles (which are gitignored) - Use sandbox for development: Bill.com provides sandbox environments
- Restrict API permissions: Use the minimum required permissions for your Bill.com API credentials
- Keep dependencies updated: Regularly update npm dependencies
This server requires Bill.com API credentials. These should be provided via environment variables:
BILLCOM_DEV_KEY- Your Bill.com developer keyBILLCOM_USERNAME- Your Bill.com usernameBILLCOM_PASSWORD- Your Bill.com passwordBILLCOM_ORG_ID- Your Bill.com organization IDBILLCOM_API_TOKEN- Your Bill.com v3 API token (for Spend API)
Never hardcode these values or commit them to version control.