bailian-managed-agent
Pass
Audited by Gen Agent Trust Hub on Sep 22, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill relies on the
bl(Bailian CLI) binary to perform all resource management tasks, including applying infrastructure changes, destroying resources, and managing project builds. - [EXTERNAL_DOWNLOADS]: The skill facilitates downloading skill versions and project files from the Alibaba Cloud Bailian service through commands like
bl managed-agent skill downloadandbl managed-agent file download. These actions are part of the standard managed-service workflow. - [INDIRECT_PROMPT_INJECTION]: The skill possesses a potential attack surface for indirect prompt injection as it ingests and processes untrusted local files (such as
agents.yamlandSKILL.md) and remote session event logs. - Ingestion points: Data enters the agent's context during the parsing of infrastructure declarations in
agents.yaml, custom skill files, and when retrieving message history usingbl managed-agent session event list. - Boundary markers: The skill instructions emphasize critical safety guardrails, requiring the agent to show plans or diffs to the user and wait for explicit manual confirmation before executing any command with the
--yesflag. - Capability inventory: The tool set includes the ability to write project files locally, communicate with cloud APIs for resource deployment, and execute shell commands via the
blbinary. - Sanitization: The instructions explicitly direct the agent to redact secrets from diagnostic exports and previews, and use environment variable references instead of hardcoded values to minimize the risk of credential exposure.
Audit Metadata