awf-skill
Fail
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONPRIVILEGE_ESCALATIONOBFUSCATIONINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The installation instructions in
.claude/skills/awf-skill/README.mdandSKILL.mdinclude commands to download and execute a script from the developer's official GitHub repository via a pipe to bash. This is the primary installation method for the tool. - [PRIVILEGE_ESCALATION]: Several tools provided by the skill use
sudoto perform administrative tasks, such as configuring network namespaces, managingiptablesrules, and interacting with the Docker daemon. These permissions are necessary for the firewall's core functionality. - [OBFUSCATION]: The
one-shot-tokenlibrary used by the firewall employs XOR encoding to store protected environment variable names in its binary. This is a documented defensive measure designed to prevent the extraction of these names via static analysis tools likestrings. - [INDIRECT_PROMPT_INJECTION]: The
awf-debug-toolsskill includes Python scripts that parse Squid proxy access logs. Since these logs contain domain names and other metadata from external network requests, they represent a potential surface for indirect prompt injection if an attacker can influence the logged traffic. - Ingestion points:
.claude/skills/awf-debug-tools/scripts/parse-squid-logs.py - Boundary markers: Absent in the raw log file structure.
- Capability inventory: The debug scripts use
subprocessto execute Docker commands and inspect the host environment. - Sanitization: No explicit sanitization or filtering of the log content is performed before processing.
- [COMMAND_EXECUTION]: The debug tools make extensive use of
subprocessanddocker execto inspect container health, analyze logs, and verify network connectivity.
Recommendations
- HIGH: Downloads and executes remote code from: https://raw.githubusercontent.com/github/gh-aw-firewall/main/.claude/skills/awf-skill/install.sh - DO NOT USE without thorough review
Audit Metadata