cometchat-theming
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches and executes the
@cometchat/skills-clipackage from the official npm registry usingnpxat runtime. - [COMMAND_EXECUTION]: Shell commands are executed via
executeBashto run CLI tools for theme application, state verification, and diagnostic checks. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by reading untrusted data from local configuration files and using it to construct shell commands.
- Ingestion points: Reads
tailwind.config.js,tailwind.config.ts, and root CSS files (e.g.,index.css). - Boundary markers: None identified; tokens are extracted directly from the files.
- Capability inventory: Full shell access via
executeBashfor CLI commands. - Sanitization: No explicit validation or sanitization is performed on extracted design tokens (colors, font families) before they are passed as arguments to the
npxcommand.
Audit Metadata