The command-execution alerts are false positives caused by Markdown code fences, and the credential alerts are ordinary parameters or a localhost Redis example. The skill does perform network requests and writes intercepted responses to disk. High-risk semantic concerns include anti-bot circumvention guidance and capture of potentially sensitive application traffic.
The skill teaches proxy rotation, CAPTCHA solving, browser fingerprint concealment, WAF avoidance, and disables Scrapy robots.txt enforcement. These techniques can bypass access controls and site policies.
The prose and code explicitly recommend defeating CAPTCHA, WebDriver detection, WAF controls, and robots.txt enforcement.
The mitmproxy examples print intercepted request headers and bodies and save complete responses. Authorization tokens, personal data, and confidential application content may be exposed.
The examples directly print headers and body content and persist raw responses without redaction or access controls.
The proxy pool downloads a mutable public list and routes requests through arbitrary entries without integrity checks. Malicious proxies can observe metadata or manipulate traffic.
The code fetches a remote public proxy list and immediately constructs routing configuration from its unverified entries.
Capability review items (12)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
This mitmproxy callback inspects live application requests, including URLs, headers, and bodies. It creates network-data exposure risk when traffic contains secrets or personal data.
The interception callback creates a local output directory before saving captured responses. This enables persistent storage of potentially sensitive network data.
The URL points to a mutable GitHub-hosted public proxy list that the example downloads. Compromise or manipulation could redirect scraper traffic through hostile proxies.
The code constructs an HTTP proxy endpoint from remotely supplied host and port values. Requests routed through such untrusted proxies may be observed or altered.
The code configures HTTPS traffic to use an HTTP proxy built from remotely supplied values. An untrusted proxy can observe destinations and disrupt traffic.
Most command findings are false positives caused by Markdown code fences, and the credential findings show normal parameters or local placeholders. Confirmed risks involve public proxy routing, unredacted response storage, anti-bot evasion, and capture of sensitive traffic.
The skill teaches browser fingerprint spoofing, CAPTCHA automation, proxy rotation, and disabling robots.txt enforcement. These techniques can bypass site access and abuse controls.
The examples explicitly hide automation signals, simulate CAPTCHA interaction, rotate proxies, and set ROBOTSTXT_OBEY to false.
The mitmproxy examples print complete request headers and bodies and save complete responses. This can expose authentication tokens, personal data, and confidential payloads.
The code directly prints headers and request bodies, then writes full response text to local files without filtering.
Capability review items (7)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
The code downloads an unauthenticated public proxy list and trusts its contents for later routing. A compromised feed can direct traffic through hostile proxies.
The hardcoded third-party feed supplies proxies without authenticity or trust checks. Feed compromise can redirect collected traffic through attacker-controlled systems.
HTTPS destinations are configured through unaudited HTTP proxy endpoints. This exposes connection metadata and creates interception risk if applications trust the proxy.
Most command findings are false positives caused by Markdown code fences, and the credential findings show normal parameters or local placeholders. Confirmed risks involve public proxy routing, unredacted response storage, anti-bot evasion, and capture of sensitive traffic.
The skill teaches browser fingerprint spoofing, CAPTCHA automation, proxy rotation, and disabling robots.txt enforcement. These techniques can bypass site access and abuse controls.
The examples explicitly hide automation signals, simulate CAPTCHA interaction, rotate proxies, and set ROBOTSTXT_OBEY to false.
The mitmproxy examples print complete request headers and bodies and save complete responses. This can expose authentication tokens, personal data, and confidential payloads.
The code directly prints headers and request bodies, then writes full response text to local files without filtering.
Capability review items (7)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
The code downloads an unauthenticated public proxy list and trusts its contents for later routing. A compromised feed can direct traffic through hostile proxies.
The hardcoded third-party feed supplies proxies without authenticity or trust checks. Feed compromise can redirect collected traffic through attacker-controlled systems.
HTTPS destinations are configured through unaudited HTTP proxy endpoints. This exposes connection metadata and creates interception risk if applications trust the proxy.
Most command findings are false positives caused by Markdown code fences, and the credential findings show normal parameters or local placeholders. Confirmed risks involve public proxy routing, unredacted response storage, anti-bot evasion, and capture of sensitive traffic.
The skill teaches browser fingerprint spoofing, CAPTCHA automation, proxy rotation, and disabling robots.txt enforcement. These techniques can bypass site access and abuse controls.
The examples explicitly hide automation signals, simulate CAPTCHA interaction, rotate proxies, and set ROBOTSTXT_OBEY to false.
The mitmproxy examples print complete request headers and bodies and save complete responses. This can expose authentication tokens, personal data, and confidential payloads.
The code directly prints headers and request bodies, then writes full response text to local files without filtering.
Capability review items (7)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
The code downloads an unauthenticated public proxy list and trusts its contents for later routing. A compromised feed can direct traffic through hostile proxies.
The hardcoded third-party feed supplies proxies without authenticity or trust checks. Feed compromise can redirect collected traffic through attacker-controlled systems.
HTTPS destinations are configured through unaudited HTTP proxy endpoints. This exposes connection metadata and creates interception risk if applications trust the proxy.