This report is designed to be parsed by AI coding assistants. Copy this entire report and paste it to your AI agent with: "Fix these security issues"
Target: https://www.mensorai.com Scanned: 2026-02-02T05:33:47.699Z Grade: A (98/100)
- ID: cors-wildcard
- Category: CORS
- Description: Access-Control-Allow-Origin: * allows any website to read responses from your API
- Fix: Restrict to specific trusted origins: Access-Control-Allow-Origin: https://yourdomain.com
- ID: dns-no-spf
- Category: Email Security
- Description: Without SPF, anyone can send emails pretending to be from your domain. This is like having no caller ID on your phone. (Your domain has no MX records, so this is lower priority.)
- Fix: Add a TXT record to your DNS: v=spf1 include:_spf.google.com ~all (adjust based on your email provider)
- ID: dns-no-dmarc
- Category: Email Security
- Description: DMARC tells email servers what to do when SPF/DKIM checks fail. Without it, spoofed emails may still be delivered. (Your domain has no MX records, so this is lower priority.)
- Fix: Add a TXT record for _dmarc.www.mensorai.com: v=DMARC1; p=quarantine; rua=mailto:[email protected]
- ID: robots-sensitive-paths
- Category: Information Disclosure
- Description: Found 11 potentially sensitive paths: /dashboard/, /api/auth/, /api/checkout/, /api/webhooks/, /api/internal/...
- Fix: While hiding paths in robots.txt is not a security measure, be aware that this reveals your directory structure to attackers. Ensure these paths are properly secured.
- Grade: B+
- Score: 80/100
- Tests Passed: 9
- Tests Failed: 1
- Full Report: https://developer.mozilla.org/en-US/observatory/analyze?host=www.mensorai.com
These tools require manual verification:
Confidence: medium
Our scan found issues that external tools did not flag (they may check different things).
Issues found by our scan:
- CORS allows any origin
- Vercel (hosting)
- Next.js (framework)
Address issues in this order:
- CRITICAL - Fix immediately (security breach risk)
- HIGH - Fix soon (significant vulnerability)
- MEDIUM - Fix when possible (best practice)
- LOW - Nice to have (hardening)
To fix these issues:
- Start with CRITICAL and HIGH severity issues
- For each issue, implement the fix described
- Test the fix locally before deploying
- After deploying, the user should re-scan to verify
Domain: www.mensorai.com Total Issues: 4 Critical: 0, High: 0, Medium: 1, Low: 3