longbridge-basicinfo
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute shell commands using the
longbridgeCLI tool (specifically thestatic,company, andcalc-indexsubcommands) with user-provided parameters.- [PROMPT_INJECTION]: The skill has a potential surface for indirect prompt injection as it incorporates untrusted user data into command-line arguments. - Ingestion points: The
<SYMBOL>parameter used in the CLI execution instructions in SKILL.md. - Boundary markers: Absent; the instructions do not specify delimiters or escaping mechanisms to isolate the symbol input from the rest of the shell command.
- Capability inventory: Shell command execution via the
longbridgebinary. - Sanitization: Absent; the skill relies on the agent following the provided symbol format table rather than implementing explicit sanitization or validation of the input string.
Audit Metadata