API Test Case Generator

PassAudited by ClawScan on Mar 31, 2026.

Overview

The skill's code, instructions, and requirements are coherent with its stated purpose (generating API test cases from OpenAPI specs); it requires only python3/pyyaml and runs a local script that parses spec files and asks the AI to supplement description-derived constraints.

This skill appears internally consistent, but exercise normal caution before running any third‑party script: 1) Ensure python3 and pyyaml are installed in a controlled environment (virtualenv/container). 2) When running, point the tool only at OpenAPI/spec directories you trust — the script will traverse referenced files and could read other files in the same repo. 3) Review the full api_case_gen.py yourself (or run it in a sandbox) to confirm there are no unexpected network calls or external uploads before letting an agent run it autonomously. 4) No credentials are required by the skill, but if you integrate outputs with external services or LLMs, consider what data (possibly sensitive API descriptions) will be sent externally. If you want higher assurance, run the tool manually on a sample spec first and inspect generated outputs.