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 May 13, 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 66
Template literal with variable interpolation in command context
SourceSKILL.md
| 66 | | `etl_date` | ETL 日期变量 | `${azkaban.flow.1.days.ago}` | |
high line 204
Template literal with variable interpolation in command context
SourceSKILL.md
| 204 | | `${azkaban.flow.1.days.ago}` | 调度日期前1天 | `2024-01-14` | |
high line 205
Template literal with variable interpolation in command context
SourceSKILL.md
| 205 | | `${azkaban.flow.start.date}` | 任务开始日期 | `2024-01-15` | |
medium line 210
Template literal with variable interpolation in command context
SourceSKILL.md
| 210 | ```properties |
medium line 258
Template literal with variable interpolation in command context
SourceSKILL.md
| 258 | ```properties |
medium line 404
Template literal with variable interpolation in command context
SourceSKILL.md
| 404 | ```properties |
low line 91
Unicode escape sequences
SourceSKILL.md
| 91 | # 如 \u52A0\u8F7D\u6B21\u7559\u6570\u636E = 加载次留数据 |
low line 252
Unicode escape sequences
SourceSKILL.md
| 252 | dependencies=\u52A0\u8F7D\u6B21\u7559\u6570\u636E,\u6D3B\u52A87\u65E5\u7559\u5B58\u7528\u6237 |
Scanned on May 13, 2026
View Security Dashboard