from Hacker News

Show HN: Open-source behavioural code auditor for Python

by aditikothari on 7/10/24, 3:10 AM with 1 comments

  • by aditikothari on 7/10/24, 3:14 AM

    hey there!

    We are launching momentum.sh a behavioral code auditor that analysesthe necessary code behavior and tests it at every git push to ensure the code is ready for production. It does this by performing these steps

    Blast radius detection - this will be a list of endpoints that could potentially be affected by the changes you made in your code. This will also be a starting point to decide what parts of your code need to be tested before shipping to production.

    Dependency Visualization: Visualize code dependencies and relationships.

    Behaviour identification: Automatically identify behaviors written in your code and generate a plan to test their functionality

    Code generation to test functionality: Generate code to test all behaviors identified and run it in your local environment through momentum

    Run code in local dev environment: No need for yet another yaml, our cli works with your existing dev environment to run code.

    Debug code: Based on the stack trace of the run, momentum can diagnose and propose a solution.

    We currently support python but will add Java support by the end of July and Javascript in the following month.

    Any feedback is highly appreciated! Thanks in advance for giving momentum a try!