429 skills found · Page 1 of 15
marshmallow-code / WebargsA friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, Pyramid, webapp2, Falcon, and aiohttp.
thedevsaddam / GovalidatorValidate Golang request data with simple rules. Highly inspired by Laravel's request validation.
cdimascio / Express Openapi Validator🦋 Auto-validates api requests, responses, and securities using ExpressJS and an OpenAPI 3.1.x or 3.0.x specification
heartcombo / Mail FormSend e-mail straight from forms in Rails with I18n, validations, attachments and request information.
CrestApps / Laravel Code GeneratorAn efficient Laravel code generator, saving time by automating the creation of resources such as views, controllers, routes, migrations, languages, and form-requests. Highly flexible and customizable, it includes a cross-browser compatible template and client-side validation for application modernization.
wallarm / Api FirewallFast and light-weight API proxy firewall for request and response validation by OpenAPI specs.
thephpleague / Openapi Psr7 ValidatorIt validates PSR-7 messages (HTTP request/response) against OpenAPI specifications
instantcommerce / Next Api DecoratorsCollection of decorators to create typed Next.js API routes, with easy request validation and transformation.
AndrewKeig / Express Validationexpress-validation is an express middleware that validates a request and returns a response with errors; if any of the configured validation rules fail.
EXXETA / Openapi CopA proxy that validates responses and requests against an OpenAPI document. https://www.npmjs.com/package/openapi-cop https://hub.docker.com/r/lxlu/openapi-cop
Dviros / CredsLeakerCredsleaker allows an attacker to craft a highly convincing credentials prompt using Windows Security, validate it against the DC and in turn leak it via an HTTP request.
sunchayn / NimbusNimbus automatically analyzes your routes and validation rules to build interactive request schemas and a native interface for testing and exploring your APIs
RocksonZeta / Koa Validatevalidate koa request params and format request params
anjishnu / Ask Alexa PykitA minimalist SDK for developing skills for the Amazon Echo's ASK - Alexa Skills Kit using Amazon Web Services's Python Lambda Functions. Currently supported profiles are for Linux servers and AWS Lambda. Check the appropriate release branch. The cherrypy release branches have added components for request validation.
ikechukwukalu / RequirepinA laravel package for pin confirmation and validation before processing requests to a specified route
Flangvik / AzureC2RelayAzureC2Relay is an Azure Function that validates and relays Cobalt Strike beacon traffic by verifying the incoming requests based on a Cobalt Strike Malleable C2 profile.
ahx / Openapi Firstopenapi_first is a Ruby gem for request / response validation and contract-testing against an OpenAPI API description. It makes APIFirst easy and reliable.
dive-be / Laravel Dry RequestsCheck if your requests would pass validation if you executed them normally
rsinger86 / Drf Typed ViewsUse type annotations to validate/deserialize request parameters in Dango REST Framework.
cdimascio / Kotlin Openapi Spring Functional Template🍃 Kotlin Spring 5 Webflux functional application with api request validation and interactive api doc