windows-mitigations-bypass
Pass
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/extract_asr_exclusions.pyusessubprocess.runto invoke external decompression tools (WDExtract.exeorwdextract) when processing Microsoft Defender signature files. This is a legitimate functional requirement for the script's purpose of carving exclusion paths from binary blobs. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection (Category 8) as it processes untrusted external binary data.
- Ingestion points:
scripts/cfg_dispatch_gadget_finder.py(PE files),scripts/check_driver_blocklist.py(Driver files), andscripts/extract_asr_exclusions.py(Defender VDM signature blobs). - Boundary markers: Absent. The scripts parse raw binary data and output findings directly to the console or files without explicit delimiters warning the agent about potential embedded instructions.
- Capability inventory: The skill includes
subprocess.runinscripts/extract_asr_exclusions.pywhich can execute local binaries, and various PowerShell scripts that query system configuration. - Sanitization: The author has implemented specific security best practices, such as XXE (XML External Entity) protection in
scripts/check_driver_blocklist.pywhen parsing WDAC policies.
- Ingestion points:
- [SAFE]: The skill uses PowerShell's
-ExecutionPolicy Bypassin its documentation andmitigation_recon.ps1script, which is standard practice for security tooling to ensure scripts run regardless of local environment restrictions. All external references point to trusted organizations (Microsoft, IBM) and well-known security researchers.
Audit Metadata