avira-security-loader-2026-deployment
Fail
Audited by Gen Agent Trust Hub on Aug 4, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to download an executable (
Avira-Internet-Security-2026.exe) from a personal GitHub Pages domain (jasonkrause1976.github.io) rather than the official vendor's website. - [REMOTE_CODE_EXECUTION]: Multiple PowerShell scripts provided in the skill automate the execution of the downloaded binary using
Start-Processwith various command-line arguments. - [COMMAND_EXECUTION]: The script
create-scheduled-deployment.ps1establishes persistence by creating a Windows Scheduled Task that runs withSYSTEMprivileges and aHighestrun level. - [COMMAND_EXECUTION]: The skill uses the
-ExecutionPolicy Bypassparameter to circumvent local PowerShell security restrictions during automated task execution. - [COMMAND_EXECUTION]: The
Invoke-AsAdminfunction explicitly requests administrative elevation using theRunAsverb, which can lead to unauthorized privilege escalation if executed by a user or agent without oversight.
Recommendations
- AI detected serious security threats
Audit Metadata