router-core/path-params
Pass
Audited by Gen Agent Trust Hub on Jun 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security risks were identified. The skill's instructions and code snippets are standard implementations of the TanStack Router library.
- [EXTERNAL_DOWNLOADS]: The skill references documentation and source code from TanStack's official GitHub repository. These references are for documentation purposes and target a well-known service.
- [DATA_EXPOSURE]: The provided code examples show standard data fetching patterns (e.g., using a
postIdto fetch post data). No sensitive file access or unauthorized network exfiltration attempts were found. - [INDIRECT_PROMPT_INJECTION]:
- Ingestion points: The skill processes URL path parameters via
useParams()and route definition parameters (e.g.,SKILL.md). - Boundary markers: The skill documentation notes that path parameters are automatically encoded with
encodeURIComponentby the router. - Capability inventory: Parameters are used within loaders for data fetching (
fetchPost) and navigation (Link,navigate). No dangerous system-level capabilities are exposed. - Sanitization: The skill explicitly recommends using the router's
paramsproperty for navigation to ensure proper encoding and type safety, rather than manual string interpolation.
Audit Metadata