本技能用于分析 Java 微服务项目中 Controller 层的完整调用链路,能够自动追溯到 Service、Mapper、Repository 层,并提取完整的 SQL 语句。最终生成结构化的 JSON 文件,便于 API 文档生成、代码审计或架构理解。
PassAudited by VirusTotal on May 11, 2026.
Findings (1)
The skill bundle is designed for automated Java code analysis, specifically tracing call chains from Controllers to SQL statements in Spring Boot projects. The instructions in SKILL.md guide the agent to parse local source files, identify service implementations, and extract MyBatis/JPA queries to generate a structured JSON report. No evidence of data exfiltration, malicious command execution, or unauthorized access was found; the behavior is consistent with its stated purpose of code auditing and documentation.
