turborepo
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- SAFE (SAFE): The skill provides structured guidance for Turborepo, including configuration of
turbo.json, optimization of build pipelines, and CI setup. No security violations were found. - Prompt Injection (SAFE): No evidence of instructions attempting to bypass safety filters or override system prompts. The workflow uses clear boundary markers (
<user-request>) for user input. - Data Exposure & Exfiltration (SAFE): The skill discusses the use of environment variables like
TURBO_TOKENandAWS_SECRET_KEYpurely in a documentation context, demonstrating how to properly handle them in a monorepo (e.g., usingpassThroughEnvor GitHub Secrets). There are no commands that attempt to leak or exfiltrate these values. - Obfuscation (SAFE): No use of Base64, zero-width characters, homoglyphs, or other encoding techniques to hide malicious intent.
- Unverifiable Dependencies & Remote Code Execution (SAFE): All suggested package installations (e.g.,
turbo,syncpack,manypkg,sherif) and command invocations (npx turbo-ignore) are standard tools within the Vercel/Node.js ecosystem for monorepo management. - Indirect Prompt Injection (LOW): The skill processes untrusted user input via the
$ARGUMENTSvariable to determine which Turborepo tasks to perform. While this is a high-capability surface (file modification and command generation), the risk is mitigated by explicit boundary markers and a strictly defined workflow that adheres to known build system patterns.
Audit Metadata