Skip to main content

azkaban-task-analysis

Analyzes Azkaban task files to restore dependencies, extract lineage, and compute metrics for data warehouse tasks.

Install this skill

or
38/100

Security score

The azkaban-task-analysis skill was audited on Mar 22, 2026 and we found 8 security issues across 2 threat categories, including 3 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 68

Template literal with variable interpolation in command context

SourceSKILL.md
68| `etl_date` | ETL 日期变量 | `${azkaban.flow.1.days.ago}` |
high line 206

Template literal with variable interpolation in command context

SourceSKILL.md
206| `${azkaban.flow.1.days.ago}` | 调度日期前1天 | `2024-01-14` |
high line 207

Template literal with variable interpolation in command context

SourceSKILL.md
207| `${azkaban.flow.start.date}` | 任务开始日期 | `2024-01-15` |
medium line 212

Template literal with variable interpolation in command context

SourceSKILL.md
212```properties
medium line 260

Template literal with variable interpolation in command context

SourceSKILL.md
260```properties
medium line 406

Template literal with variable interpolation in command context

SourceSKILL.md
406```properties
low line 93

Unicode escape sequences

SourceSKILL.md
93# 如 \u52A0\u8F7D\u6B21\u7559\u6570\u636E = 加载次留数据
low line 254

Unicode escape sequences

SourceSKILL.md
254dependencies=\u52A0\u8F7D\u6B21\u7559\u6570\u636E,\u6D3B\u52A87\u65E5\u7559\u5B58\u7528\u6237
Scanned on Mar 22, 2026
View Security Dashboard