apply-phoenix-controller-conventions
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities detected. The skill focuses on established coding conventions for the Phoenix framework.
- [SAFE]: The skill promotes security-positive practices, such as preventing Open Redirect vulnerabilities by using Phoenix verified routes (
~p"...") instead of interpolating user input into redirect paths. - [SAFE]: The instructions mandate authentication and authorization checks for sensitive resources and recommend using context modules for parameter validation (strong parameters), which helps prevent mass assignment vulnerabilities.
Audit Metadata