abc-backend-guide
Pass
Audited by Gen Agent Trust Hub on Mar 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and code templates for internal development standards.
- [SAFE]: Coding guidelines emphasize security best practices, such as using MyBatis parameter binding (
#{param}) to prevent SQL injection and avoiding raw string concatenation in SQL queries. - [SAFE]: References to internal service names (e.g.,
abc-cis-xxx-service), package names (cn.abcyun.*), and cloud infrastructure (Alibaba Cloud SLS) are appropriate for an internal guide and consistent with the vendor context. - [SAFE]: The skill defines a clear architecture and uses standard tools (Gradle, Git, Spring Cloud) for managing backend services.
- [SAFE]: Sensitive data handling is addressed through custom annotations like
@SensitiveFieldand@ApiEncrypt, indicating a focus on data protection.
Audit Metadata