bd-cuj
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from external sources and uses it to drive agent logic.
- Ingestion points: In
references/discovery.md, the agent executesbd timeline logsto fetch and scan raw application logs for journey events. - Boundary markers: There are no explicit delimiters or instructions to the agent to ignore embedded commands within the log data, although the skill includes a global rule requiring user approval before deployment.
- Capability inventory: Across all reference files, the skill provides the agent with the ability to execute
bd workflow create,bd workflow deploy,bd workflow alert upsert, andbd dashboard createcommands. - Sanitization: The skill does not implement sanitization or filtering for the log content ingested into the context before the agent analyzes it for event identifiers.
- [COMMAND_EXECUTION]: The skill relies on the execution of the
bdCLI tool to perform discovery and deployment tasks. While this is the intended primary purpose of the skill, it involves significant interaction with the host environment through shell commands such asbd app list,bd workflow charts, andbd dashboard create.
Audit Metadata