putio-frontend-patterns
Pass
Audited by Gen Agent Trust Hub on May 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructs the AI agent to follow "Parse at the boundary" principles, ensuring that all external data such as API responses, local storage, and URL parameters are validated and typed before being processed. This is a robust defense against injection attacks and data corruption.
- [SAFE]: The instructions include explicit requirements for secret redaction. The skill mandates that sensitive information like authentication tokens and Bearer headers are removed from data objects before they are sent to logs, UI displays, or telemetry services.
- [SAFE]: The skill promotes the "Make Impossible States Impossible" pattern via discriminated unions and exhaustive pattern matching. This reduces the risk of logic vulnerabilities and unhandled edge cases in complex state transitions.
- [SAFE]: Referenced external libraries including Effect, TanStack Query, and XState are well-known, industry-standard tools for functional programming, data fetching, and state management.
- [SAFE]: Repository and package references (e.g., "putio-sdk-typescript", "@putdotio/sdk") are consistent with the vendor's identity and represent standard internal tooling for the platform.
Audit Metadata