podkop-openwrt-guide
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill describes a workflow to download an installation script from a remote repository and execute it with shell privileges.
- Evidence:
references/operations.mdcontains a command sequence to fetchinstall.shfrom GitHub and run it viash /tmp/podkop-install.sh. - [INDIRECT_PROMPT_INJECTION]: The skill exhibits an attack surface where remote domain and subnet lists are processed to generate system routing configurations, which could lead to routing bypass or manipulation if the external lists are poisoned.
- Ingestion points:
remote_domain_lists,remote_subnet_lists, andcommunity_listsdefined inreferences/operations.md. - Boundary markers: The skill includes a "Safety Note" in
SKILL.mdadvising that remote lists are external inputs and should be verified. - Capability inventory: The orchestration scripts have the capability to modify
dnsmasq,sing-box, andnftablesrules. - Sanitization: Validation logic is mentioned in
helpers.shand frontend validators, but runtime data remains external. - [COMMAND_EXECUTION]: The skill uses shell-based orchestration to manage system-level services and configurations on OpenWrt.
- Evidence:
podkop/files/usr/bin/podkopis a large shell script (~2700 lines) that manipulatesUCI,dnsmasq, and firewall settings. - [EXTERNAL_DOWNLOADS]: The skill fetches installation scripts and configuration templates from the project's official GitHub repository.
- Evidence:
references/operations.mdpoints toraw.githubusercontent.com/itdoginfo/podkop/for resources.
Audit Metadata