Status:
This project uses several legitimate patterns that heuristic scanners sometimes misidentify:
| Pattern | Why It Triggers | Actual Purpose |
|---|---|---|
Multiple AI SDKs (@anthropic-ai/sdk, openai) |
Resembles "multi-stage downloader" | Supports multiple AI providers (Claude, GPT, DeepSeek, Qwen, etc.) |
HTTP server (express + cors) |
Looks like "command & control server" | Provides standalone web UI for test case generation |
File upload handling (multer) |
Flagged as "data exfiltration risk" | Accepts PDF, DOCX, images for analysis |
| Dynamic API endpoint routing | Matches "C2 communication" patterns | Routes requests to different AI vendor APIs |
Compiled JavaScript (dist/) |
Obfuscated code detection | TypeScript build output |
β Open Source - Full source code available at: https://github.com/XuXuClassMate/testcase-generator
β Official Dependencies - All npm packages are from verified publishers:
@anthropic-ai/sdk- Anthropic official SDKopenai- OpenAI official SDKexpress,multer,cors- Standard Node.js ecosystem packages
β No Malicious Behavior:
- No system command execution
- No file system writes outside output directory
- No network calls except to documented AI vendor APIs
- No data collection or telemetry
If you are evaluating this project for enterprise use:
- Review source code - All code is auditable on GitHub
- Check dependencies - Run
npm auditfor vulnerability scan - Sandbox testing - Deploy in isolated environment first
- Network monitoring - All outbound calls go to documented AI vendor endpoints only
If you find a genuine security vulnerability, please report it responsibly:
- DO NOT open a public issue
- GitHub Issues: https://github.com/XuXuClassMate/testcase-generator/issues
- GitHub Security Advisories: https://github.com/XuXuClassMate/testcase-generator/security/advisories
If VirusTotal flags this project:
- Submit to VirusTotal - https://www.virustotal.com/gui/contact-upload
- Reference this document - Link to this SECURITY.md
- Include project URL - https://github.com/XuXuClassMate/testcase-generator
Last Updated: 2026-04-03 Package: @classmatexuxu/testcase-generator Current Version: 10.0.3