error-boundary-creator
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard React and Next.js code patterns for error handling and reporting. All documented practices, such as centralizing error reporting to a local API endpoint and using well-known libraries like
react-error-boundary, follow industry standards. - [DATA_EXPOSURE]: The
reportErrormodule inreferences/async-and-reporting.mddemonstrates how to send error metadata (message, stack trace, user agent) to a local/api/errorsendpoint. This is a common practice for application monitoring and does not involve exfiltration to external or untrusted domains. - [EXTERNAL_DOWNLOADS]: The skill recommends the use of the
react-error-boundarypackage. This is a well-known, established library for React error handling and is considered a safe dependency for this use case.
Audit Metadata