react-typescript-development

Pass

Audited by Gen Agent Trust Hub on Mar 10, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill provides legitimate guidance and code snippets for React 19, TypeScript 5, and Tauri frontend development. No malicious patterns or security risks were identified in the instructional content or code samples.
  • [COMMAND_EXECUTION]: Code snippets in SKILL.md demonstrate interacting with a Tauri backend through custom commands (e.g., commands.getMaterials, commands.createMaterial). This is standard architectural practice for Tauri-based desktop applications where the frontend communicates with the host system.
  • [PROMPT_INJECTION]: The skill provides patterns for handling external data, which represents a standard application attack surface.
  • Ingestion points: User inputs in Ant Design forms and file contents read from the filesystem using @tauri-apps/plugin-fs (as shown in SKILL.md).
  • Boundary markers: None explicitly defined in the provided generic code templates.
  • Capability inventory: Local filesystem access (read/write), backend command invocation, and network requests via TanStack Query (described in SKILL.md).
  • Sanitization: Includes form validation rules and TypeScript type guards to ensure data integrity and validation.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 10, 2026, 12:25 AM