gtm-onboarding
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection and potential path manipulation because it interpolates user-supplied arguments directly into file paths and document headers without sanitization.
- Ingestion points: The
$ARGUMENTSvariable (project name) and the content ofprojects/<project>/gtm-context.md(read via theReadtool). - Boundary markers: None are used when reading or writing the GTM context files.
- Capability inventory: The skill utilizes
Read,Write, andGlobtools to manage project documentation. - Sanitization: There is no evidence of path sanitization or validation to prevent a user from providing a project name like
../../sensitive-dir, which could lead the agent to read or write files outside the intended directory.
Audit Metadata