Security & Responsible Disclosure

Found a vulnerability?

We take security seriously. If you discover a vulnerability in MeshInfer.AI, please report it responsibly via this page.

1

How to report

Do not open a public GitHub issue or disclose the vulnerability on social media. Instead, email us directly:

Security Email
support@dosfi.ai

Include a clear description of the vulnerability, steps to reproduce, and potential impact. We will acknowledge your report within 24 hours.

2

Responsible disclosure policy

Our commitment

  • 90-day window: We commit to investigating and patching valid vulnerabilities within 90 days of your initial report.
  • Credit: You will be credited in our security advisory (unless you request anonymity).
  • No legal action: We will not pursue legal action against researchers acting in good faith within the scope of this policy.
  • Confidentiality: We will not disclose your report to third parties without your consent, except as required by law.

What we're looking for

Authentication bypassCircumventing API key validation, session hijacking, or privilege escalation
Data exposureUnauthorized access to user prompts, API keys, or billing data
Cryptographic weaknessesFlaws in TLS, signing, encryption, or verification mechanisms
Node exploitationAttacks that compromise peer mesh nodes or coordinator systems
Rate limiting bypassCircumventing usage limits or quota enforcement
Denial of serviceCrashes, infinite loops, or resource exhaustion attacks

What we're not looking for

Social engineeringWe cannot reward phishing or pretexting attacks.
Theoretical issuesHypothetical flaws without proof-of-concept are lower priority.
Third-party vulnerabilitiesIssues in upstream dependencies (report directly to vendor).
Content policy violationsMisuse of the service (report via abuse form instead).
Brute-force enumerationScanning API endpoints for valid IDs without demonstrating impact.
3

Bug bounty program

We offer monetary rewards for valid, reported vulnerabilities. Bounty amounts depend on severity and impact:

Critical (CVSS 9โ€“10)$5,000โ€“$15,000
High (CVSS 7โ€“8.9)$1,000โ€“$5,000
Medium (CVSS 4โ€“6.9)$250โ€“$1,000
Low (CVSS 0โ€“3.9)Acknowledgment
Eligibility
To be eligible for a bounty, you must: (1) be the first to report the vulnerability, (2) provide enough detail for us to reproduce it, (3) not publicly disclose it before we patch, and (4) comply with this policy. Employees and contractors of MeshInfer.AI are not eligible.
4

PGP key

For highly sensitive reports, you may encrypt your disclosure using our PGP public key:

bash
# Download our PGP key from Keybase:
curl https://keybase.io/meshinfer_security/pgp_keys.asc | gpg --import

# Encrypt your report:
gpg --armor --encrypt -r meshinfer_security your-report.txt

# Send the encrypted file to support@dosfi.ai
5

Timeline example

Here's what you can expect after submitting a report:

Day 1We acknowledge receipt and assign a severity level.
Days 2โ€“7We investigate, reproduce the issue, and develop a fix.
Days 7โ€“60The fix is tested, deployed, and a security advisory is prepared.
Day 60โ€“90Public disclosure in our security advisories (you're credited).
Post-disclosureWe remain available to answer follow-up questions.
Questions?
Email support@dosfi.ai if you have questions about this policy or need clarification on reporting a vulnerability.