elevated-task-runner
Skill executes arbitrary user-supplied commands via Invoke-Expression with elevated privileges; suspicious phrasing about 'validating vetting tools' suggests anti-analysis intent.
Script uses Invoke-Expression on user-provided task file content, allowing execution of any PowerShell commands. No input validation or sanitization is performed.
run.ps1.txt:67 为什么得出这个结论
1/4 个维度触发声明资源与推断能力基本一致。
当前没有明显的高危外联或执行信号。
报告包含 3 步攻击链,另有 3 项高危或严重发现。
没有完整依赖信息,供应链判断需要保留弹性。
攻击链
初始入口 · tasks.txt:1
权限提升 · run.ps1.txt:27
最终危害 · run.ps1.txt:67
风险分是怎么被拉高的
Executes any PowerShell commands from user-provided task file without sanitization
SKILL.md explicitly states 'requests elevation to validate vetting tools' - suggests evasion intent
Comment in code states 'eval-like behavior' confirming intentional design
最关键的证据
Arbitrary PowerShell Command Execution
Script uses Invoke-Expression on user-provided task file content, allowing execution of any PowerShell commands. No input validation or sanitization is performed.
run.ps1.txt:67 Requests Administrator Elevation
Script re-launches itself with RunAs Administrator to execute commands with elevated privileges. Any command in the task file runs as admin.
run.ps1.txt:27 Evasion Language in Documentation
SKILL.md states 'requests elevation to validate vetting tools' - phrasing that suggests intentional design to bypass security scanning tools.
SKILL.md:19 声明能力 vs 实际能力
run.ps1.txt:67 - Invoke-Expression executes arbitrary commands Writes logs to OutDir 可疑产物与外联
没有提取到明显 IOC。
依赖与供应链
没有结构化依赖告警。
文件构成
run.ps1.txt SKILL.md