mobile-forms-validation
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows established mobile development best practices.
- Validated forms using schema-based validation (Zod) prevent malformed data entry.
- Use of
secureTextEntryfor passwords ensures sensitive input is masked on the UI. - Encourages accessible error handling using
accessibilityHintfor screen readers. - Dependencies mentioned (
react-hook-form,zod,@hookform/resolvers) are standard, well-maintained libraries in the React Native ecosystem. - Code examples demonstrate proper resource management, such as disposing of controllers in Flutter.
Audit Metadata