API Test Case Generator
PassAudited by VirusTotal on Mar 31, 2026.
Findings (1)
The skill bundle is a legitimate API test case generator that combines static analysis via Python with semantic analysis via an AI agent. The Python script (api_case_gen.py) parses OpenAPI/Swagger specifications, resolves local file references, and generates test matrices in Markdown and YAML formats; it contains no network calls, obfuscation, or unauthorized file access. The instructions in SKILL.md correctly guide the AI agent to supplement the script's output by reading field descriptions, which is the intended functional workflow and does not constitute a malicious prompt injection.
