web-error-handling-result-types
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical guide for implementing functional programming patterns in TypeScript. All code samples are transparent and follow standard development practices.
- [DATA_EXPOSURE]: No hardcoded credentials, API keys, or sensitive environment file paths were found. Network operations within the examples (using
fetch) target relative API paths, which is standard for web application development. - [REMOTE_CODE_EXECUTION]: The skill does not perform or instruct the agent to perform remote script execution or download untrusted binaries. It does not include commands for package installation from unknown registries.
- [OBFUSCATION]: All files are written in clear Markdown and TypeScript. No Base64 encoding, zero-width characters, or homoglyph attacks were identified.
- [INDIRECT_PROMPT_INJECTION]: While the skill describes processing external data (e.g.,
apiRequestandsafeJsonParse), it provides robust mitigations. It specifically demonstrates usingtryCatchat boundaries, input truncation to prevent log injection/overflow, andencodeURIComponentfor safe URL construction, effectively managing the attack surface.
Audit Metadata