Found 1000 skills for "api" Page 20 of 84

validating-api-contracts

Validate API contracts between services using consumer-driven contract testing to prevent breaking changes in microservice architectures. Supports Pac...

github 9 files

generating-api-contracts

Generate OpenAPI 3.0/3.1 specifications and consumer-driven contract tests from existing API implementations, design documents, or database schemas. P...

github 5 files

managing-api-cache

Implement intelligent API response caching using Redis, Memcached, or in-memory stores with cache key generation, TTL management, cache invalidation s...

github 4 files

testing-api-authentication-weaknesses

Assessing REST API authentication mechanisms for bypass vulnerabilities before production deployment Testing JWT token implementation for common weakn...

github 4 files

performing-api-rate-limiting-bypass

Testing whether API rate limiting can be circumvented to enable brute force attacks on authentication endpoints Assessing the effectiveness of API thr...

github 4 files

performing-api-security-testing-with-postman

Building repeatable API security test suites for OWASP API Security Top 10 coverage Creating automated security regression tests that run in CI/CD pip...

github 4 files

implementing-api-rate-limiting-and-throttling

Protecting authentication endpoints against brute force and credential stuffing attacks Preventing API abuse and resource exhaustion from automated sc...

github 4 files

implementing-api-abuse-detection-with-rate-limiting

API rate limiting is a critical security control that restricts the number of requests a client can make within a defined time period. It defends agai...

github 4 files

performing-api-fuzzing-with-restler

Performing automated security testing of REST APIs using their OpenAPI/Swagger specifications Discovering bugs that only manifest through specific seq...

github 4 files

performing-api-inventory-and-discovery

Mapping the complete API attack surface of an organization before a security assessment Identifying shadow APIs deployed by development teams without ...

github 4 files

implementing-api-security-testing-with-42crunch

42Crunch is an API security platform that combines Shift-Left security testing with Shield-Right runtime protection. It provides API Audit for static ...

github 4 files

exploiting-api-injection-vulnerabilities

Testing API endpoints that accept user input for database queries, system commands, or external requests Assessing APIs that interact with SQL databas...

github 4 files