typescript
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill documents the use of standard development CLI tools such as
tsc,eslint,prettier,vitest, andplaywright. These are listed as part of a pre-commit checklist and quick reference guide for developers to ensure code quality and are not used for malicious purposes. - [EXTERNAL_DOWNLOADS]: The skill references several well-known and trusted Node.js packages and utilities, including
vitest,msw,dompurify, androllup-plugin-visualizer. It also mentions usingnpm auditandnpxto run utilities likemadgeandnpm-check-updates, which are standard industry practices for dependency management and auditing. - [DATA_EXFILTRATION]: No patterns related to unauthorized data access or exfiltration were found. The skill specifically provides guidance on preventing XSS via
DOMPurifyand managing CSRF protection, which enhances the security posture of applications following these guidelines.
Audit Metadata