Treat the userId as untrusted input. Type the route parameter, validate its format before the request, and handle a missing or unauthorized record as an explicit not-found or error state instead of assuming the fetch succeeds. Render loading, error, and 404 or redirect-to-Home states without dereferencing missing data. The linking configuration should map the URL to the typed route, while the screen or service performs validation and the backend remains authoritative. Avoid manual URL parsing...
Scanned 9/5/2026
Install to Claude Code
npx -y skills add HoangNguyen0403/agent-skills-standard --skill react-native-navigation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of React Native Navigation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hoangnguyen0403-react-native-navigation-e7d4a85e)More formats (shields.io, HTML) on the badges page.
Treat the userId as untrusted input. Type the route parameter, validate its format before the request, and handle a missing or unauthorized record as an explicit not-found or error state instead of assuming the fetch succeeds. Render loading, error, and 404 or redirect-to-Home states without dereferencing missing data.
The linking configuration should map the URL to the typed route, while the screen or service performs validation and the backend remains authoritative. Avoid manual URL parsing and never let an invalid deep link crash the navigation tree.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.