guiding-users
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill includes utility scripts that facilitate the processing of external JSON data, creating a potential ingestion path for indirect prompt injection attacks.
- Ingestion points: The
scripts/analyze_onboarding_metrics.pyscript ingestsanalytics.json, andscripts/generate_tour_config.jsprocessesuser-flows/onboarding.jsonas part of their standard execution flow. - Boundary markers: There are no explicit delimiters or boundary instructions provided in the skill documentation or script stubs to isolate untrusted data.
- Capability inventory: The skill provides instructions for the agent to execute local Python and Node.js scripts which can perform file system operations.
- Sanitization: The current script implementations are functional stubs and do not yet include input validation, schema enforcement, or data sanitization logic to handle potentially malicious payload content.
Audit Metadata