Show HN: Morpheus – Adaptive Code Security Analyzer

morpheus-security.ai

1 points by jdslatermd 14 hours ago

Hi HN, I’ve built MORPHEUS, an adaptive code security analyzer that uses a morphing neural network (“M-Net”) to detect and explain vulnerabilities in real time.

It currently supports Python and JavaScript, detects SQLi and XSS (CWE-89, CWE-79), and adapts based on false-positive feedback.

Demo: https://morpheus-security.ai

I’d love feedback from developers and security researchers on: – Accuracy on real projects – Ease of integrating the CLI / API – Ideas for new detectors (Command Injection, Path Traversal next!)

Thanks! — Jeremy Slater