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 postId to 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 encodeURIComponent by 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 params property for navigation to ensure proper encoding and type safety, rather than manual string interpolation.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 6, 2026, 03:41 AM
Security Audit — agent-trust-hub — router-core/path-params