1
2 Comments

Show IH : OpenAPI .Security, a free security checker for REST-based API [No registration]

tl;dr we released openapi.security, an online tool that performs a dozen of security tests on any given openapi/swagger-based API, with no signup or email required. You can try it for free and without registration here: https://openapi.security

Hello IH :)

My team at Escape (YC W23) is mainly focused on securing GraphQL APIs. For this, we developed a new approach called Feedback driven API Exploration.

Basically, we infer the right security test cases to run using the specification and a carefully crafted in-house graph traversal algorithm. It's a bit long to describe here but we published a more in-depth explanation of how this algorithm works in our blog!

We recently wondered if this Feedback Driven Exploration approach could also efficiently apply to good old REST APIs. From our experience, well-designed GraphQL and REST APIs are similar: both have an organized data structure and explicit relationships between objects. So why wouldn't it work?

We often organize internal hackathons. So this time, we focused on this experiment, adapting our algorithm to REST and ending up creating our last side project: OpenAPI.security.

It is a very simple tool: anybody can enter an OpenAPI / Swagger spec, and openapi.security will run many security tests on it and give back a report. It's designed to be fast and smart in analyzing input specs.

I can't wait for your feedback IH!!

on March 8, 2023
  1. 3

    Congrats for becoming a VIP @iCarossio 🎉
    This is really cool to see OpenAPI.Security here :)

  2. 1

    Hi @iCarossio, so pumped that you are sharing openapi.security on IH. More news will come soon !