tech-preferences
Fail
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructions in
SKILL.mddirect the agent to install a tool using a high-risk remote execution pattern. Specifically, it usescurl -fsSL https://vite.plus | bash. This command downloads a script from an external, unknown domain and executes it immediately in the shell without any verification, integrity checks, or version pinning. This represents a significant risk as the remote content can be modified to execute arbitrary malicious code. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to analyze project evidence and user preferences to generate executable configurations and run toolchain verification commands, creating a vulnerability surface.
- Ingestion points: The skill reads project-specific evidence and directory structures from
~/workspaceto inform its technical recommendations and configuration generation. - Boundary markers: There are no explicit delimiters or instructions to prevent the agent from obeying malicious instructions embedded within the analyzed project "evidence."
- Capability inventory: The skill possesses the capability to modify
pyproject.tomlfiles and execute a variety of CLI tools includinguv,ruff,ty,pytest, and the untrustedvptool. - Sanitization: No sanitization or validation of the input evidence is performed before it is used to influence the generation of local commands and configuration files.
Recommendations
- HIGH: Downloads and executes remote code from: https://vite.plus - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata