restapi
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains informational content regarding REST API design principles, including HTTP methods, status codes, and resource naming conventions.
- [CREDENTIALS_SAFE]: Code examples for JWT and API Key authentication correctly utilize placeholders such as
SECRET_KEY,TOKEN, andVALID_API_KEYrather than including hardcoded credentials. - [COMMAND_EXECUTION]: Includes standard
curlcommands for testing API endpoints; these are targeted atlocalhostand are intended for local development verification. - [EXTERNAL_DOWNLOADS]: No remote script execution, unauthorized downloads, or external dependency installations were detected.
- [INDIRECT_PROMPT_INJECTION]: The skill promotes secure coding practices by demonstrating the use of Pydantic models for request validation and schema enforcement, reducing the surface area for injection attacks in developed APIs.
Audit Metadata