typescript
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a comprehensive style guide for TypeScript and JavaScript. It recommends using well-known and community-standard tools such as ESLint (typescript-eslint), Prettier, and standard tsconfig bases.
- [SAFE]: No suspicious command execution, network operations, or sensitive file access patterns were found. The mention of configuration files like
.editorconfig,.prettierrc, andtsconfig.jsonis appropriate for the skill's stated purpose of providing development conventions. - [SAFE]: The instructions are exclusively focused on best practices for code quality and reliability, such as enabling strict compiler flags, avoiding unsafe types like
any, and using proper error handling patterns.
Audit Metadata