bailian-cli
Pass
Audited by Gen Agent Trust Hub on Sep 11, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTIONDYNAMIC_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documents commands that fetch and install software from remote sources, including CLI updates via
bl update(reference/update.md), Command Packs viabl plugin install(reference/plugin.md), and agent skills viabl skill add(reference/skill.md). - [COMMAND_EXECUTION]: The skill operates by executing the
blcommand-line utility. This includes sensitive operations documented inreference/auth.mdfor managing API keys and Access Key Secrets, and file upload capabilities inreference/file.mdandreference/knowledge.md. - [DYNAMIC_EXECUTION]: Functional logic can be executed dynamically through
bl pipeline run(reference/pipeline.md), which parses and runs JSON/YAML workflow definitions, andbl mcp call(reference/mcp.md), which executes tools via the Model Context Protocol. - [INDIRECT_PROMPT_INJECTION]: The skill processes external data that could contain malicious instructions. Ingestion points: Input is accepted via
--prompt,--message, and--queryflags in app, chat, and search commands. Boundary markers: No delimiters are specified to isolate untrusted content. Capability inventory: The skill has the power to perform file uploads and install plugins. Sanitization: No input filtering or validation is documented for prompt-interpolated values.
Audit Metadata