bx-sites-actions
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from GitHub Action logs via the
get_job_logstool. This creates a potential surface for indirect prompt injection if log content contains malicious instructions intended to manipulate the agent. However, this access is inherent to the skill's purpose of troubleshooting CI failures. - Ingestion points: Workflow logs retrieved through
get_job_logsinSKILL.md. - Boundary markers: No explicit delimiters are defined to separate log content from instructions.
- Capability inventory: The skill can trigger workflow actions using
actions_run_trigger(rerun, cancel). - Sanitization: The instructions do not specify sanitization for the log content before processing.
- [COMMAND_EXECUTION]: The skill uses specialized tools (
actions_list,actions_run_trigger) to interact with GitHub's API. These operations are limited to the specific repositoryortus-boxlang/bx-sitesand follow standard administrative workflows.
Audit Metadata