search-params
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and implementation patterns for the TanStack Router library. All referenced repositories and organizations are well-known and trusted within the developer community.
- [SAFE]: Mentions of package installations (npm install) refer to standard, legitimate libraries such as zod, valibot, and arktype.
- [INDIRECT_PROMPT_INJECTION]: The skill describes processing search parameters directly from the URL. While this represents a surface for untrusted data ingestion, the skill explicitly mandates the use of validation schemas (Zod, Valibot, ArkType) to sanitize and type-check this data before it is used by the application, effectively mitigating common injection risks.
- [SAFE]: Internal documentation labels such as 'CRITICAL' or 'HIGH' are used exclusively to highlight technical best practices for TypeScript type inference and library-specific functional correctness, not security risks.
Audit Metadata