agency-api-tester

Automates API functional validation, performance benchmarking, and security assessment for CI/CD pipelines.

Updated Jul 24, 2026
One-click install
npx skills add https://github.com/imMamdouhaboammar/kaku-chatgpt-harness --skill agency-api-tester-immamdouhaboammar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-api-tester
Source: https://github.com/imMamdouhaboammar/kaku-chatgpt-harness/tree/main/.agents/skills/testing-api-tester
Command: npx skills add https://github.com/imMamdouhaboammar/kaku-chatgpt-harness --skill agency-api-tester-immamdouhaboammar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, perf_hooks.

What problem does it solve?

This Skill addresses the critical gap between API development and production reliability by automating functional, performance, and security testing to prevent system failures and vulnerabilities.

Core Features & Use Cases

  • Automated Test Suites: Develops and executes comprehensive test suites covering functional requirements, performance SLAs, and security protocols.
  • Security-First Validation: Conducts rigorous checks against the OWASP API Security Top 10, including authentication, authorization, and input sanitization.
  • Use Case: When deploying a new microservice, use this Skill to automatically verify that all endpoints meet response time SLAs, handle concurrent traffic without degradation, and remain resilient against common injection attacks.

Quick Start

Use the agency-api-tester skill to run a full security and performance audit on the API endpoint defined in your current environment configuration.

Frequently Asked Questions about agency-api-tester

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate API testing for functional validation, performance benchmarking, and security assessment?

Automated API testing for functional validation, performance benchmarking, and security assessment is executed by developing comprehensive test suites that verify endpoint requirements, SLA response times, and OWASP security protocols. This prevents system failures and vulnerabilities during software deployment.

Does this API testing approach check for OWASP API Security Top 10 vulnerabilities?

Yes, OWASP API Security Top 10 vulnerabilities are rigorously checked during API testing, including specific validations for authentication, authorization, and input sanitization to ensure high-availability and secure service integrations.

Can I use Playwright for API performance benchmarking and SLA monitoring?

Playwright is used alongside perf_hooks for API performance benchmarking and SLA monitoring, executing automated test suites to verify that endpoints meet response time SLAs and handle concurrent traffic without degradation.

What is the best way to validate microservice endpoints against concurrent traffic and injection attacks?

Validating microservice endpoints against concurrent traffic and injection attacks is best achieved through automated security-first validation, which applies comprehensive test suites to verify resilience and compliance within CI/CD quality gates.

How do I integrate API security and performance tests into automated CI/CD quality gates?

API security and performance tests are integrated into automated CI/CD quality gates by executing comprehensive test suites that enforce OWASP compliance and SLA monitoring, ensuring secure service integrations before production deployment.