typescript-style-guide
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill requires the execution of multiple shell commands to perform linting, type-checking, and testing (e.g.,
npm test,pnpm test,tsc,eslint). Runningnpm teston an untrusted repository can lead to arbitrary code execution via malicious scripts defined inpackage.json. Additionally, the skill references internal scriptsscripts/resolve_style_guides.pyandscripts/validate_trigger_matrix_sync.pythat are not present in the provided files. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection (Category 8) because it processes external, potentially untrusted code artifacts.
- Ingestion points: Files with extensions
.ts,.tsx,.d.ts, andtsconfig*.jsonas defined inSKILL.mdandreferences/trigger-matrix.md. - Boundary markers: No explicit boundary markers or instructions to ignore embedded instructions in the processed data were found.
- Capability inventory: Shell command execution capabilities including
npm,pnpm,tsc,eslint, andpython3. - Sanitization: There is no evidence of sanitization or filtering of the content from the ingested files before they are used in command-line operations.
Audit Metadata