turborepo
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [Indirect Prompt Injection] (LOW): The skill processes user-provided
$ARGUMENTSto select relevant reference documentation. While it lacks explicit boundary markers, the resulting actions (modifying configuration files) are restricted to the intended purpose of workspace orchestration. - Ingestion points:
$ARGUMENTSvariable incommand/turborepo.mdused for task selection. - Boundary markers: Absent.
- Capability inventory: Modification of
package.jsonandturbo.jsonfiles; execution ofturbo runcommands. - Sanitization: Absent.
- [Unverifiable Dependencies & Remote Code Execution] (SAFE): The documentation mentions several standard ecosystem tools such as
syncpack,manypkg, andsherif. These are well-known community tools for monorepo maintenance and are presented as optional best-practice recommendations. - [Data Exposure & Exfiltration] (SAFE): The skill references environment variables like
TURBO_TOKENandGITHUB_TOKEN, but correctly identifies them as secrets to be handled by CI provider vault systems (e.g., GitHub Secrets). No hardcoded credentials or unauthorized network exfiltration patterns were found.
Audit Metadata