lx-url-route
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill requires and executes the
lxCLI binary to perform operations based on user-provided URLs, such as fetching page details or listing team spaces. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by ingesting and parsing untrusted data (user-provided URLs) to extract parameters for CLI commands.
- Ingestion points: The skill parses external URLs from
mp.weixin.qq.comandlexiang.tencent.comto extractentry_id,space_id, andteam_idinSKILL.md. - Boundary markers: Absent; the instructions do not include specific delimiters or warnings to the agent to disregard potential instructions embedded within the URLs.
- Capability inventory: The skill uses the
lxbinary to execute commands likedescribe-ai-parse-content,describe-space,list-spaces, andcreate-hyperlink. - Sanitization: There is no evidence of parameter validation or sanitization before the extracted values are interpolated into the
lxCLI commands.
Audit Metadata