api-guidelines
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill acts as an instructional guide and template for secure API development, emphasizing industry-standard security protocols.
- [SAFE]: It explicitly provides code examples to prevent SQL injection by using parameterized queries and warns against dangerous practices like string concatenation in database calls.
- [SAFE]: The instructions mandate the use of authentication and permission-based wrappers (
withAuth,withPermission), ensuring that sensitive endpoints are protected by default. - [SAFE]: The skill includes extensive checklists and templates for input validation, data exposure prevention, and proper error handling, which are defensive measures against common web vulnerabilities.
- [SAFE]: No malicious obfuscation, credential exfiltration, or unauthorized remote code execution patterns were detected within the provided markdown and code snippets.
Audit Metadata