browser-automation
This browser automation skill contains a hardcoded billing API key and extensive anti-detection documentation, presenting moderate security concerns without confirmed malicious behavior.
BILLING_API_KEY = 'sk_f03aa8f8bbcf79f7aa11c112d904780f22e62add1464e3c41a79600a451eb1d2' is hardcoded in payment.py:12 instead of using environment variables
payment.py:12 Why this conclusion was reached
2/4 dimensions flaggedDeclared resources and inferred behavior are broadly aligned.
2 high-risk artifacts or egress signals were extracted.
The report includes 0 attack-chain steps and 1 severe findings.
1 dependency or supply-chain issues need attention.
What drove the risk score up
BILLING_API_KEY exposed in payment.py:12 without environment variable usage
references/anti-detection-guide.md contains extensive bypass techniques
Billing HTTP requests to skillpay.me not declared in SKILL.md
Most important evidence
Hardcoded billing API key exposed in source code
BILLING_API_KEY = 'sk_f03aa8f8bbcf79f7aa11c112d904780f22e62add1464e3c41a79600a451eb1d2' is hardcoded in payment.py:12 instead of using environment variables
payment.py:12 Extensive anti-detection documentation
references/anti-detection-guide.md provides detailed instructions for bypassing bot detection, including proxy rotation, fingerprint browsers, and captcha solving services
references/anti-detection-guide.md:1 Undeclared network API calls for billing
payment.py makes HTTP requests to skillpay.me for balance checks and charging, but this is not declared in SKILL.md
payment.py:29 Automation detection bypass flags
auto_login.py and data_scraper.py use '--disable-blink-features=AutomationControlled' to hide webdriver flags
scripts/auto_login.py:24 Declared capability vs actual capability
Scripts read/write data files (scraped_data.json, cookies) - legitimate for data scraping payment.py makes POST requests to skillpay.me for billing - not declared in SKILL.md No subprocess/shell execution found Browser automation using Playwright - properly documented Suspicious artifacts and egress
API_KEY = "sk_f03aa8f8bbcf79f7aa11c112d904780f22e62add1464e3c41a79600a451eb1d2" payment.py:12
120.0.0.0 references/anti-detection-guide.md:49
https://search.jd.com/Search?keyword=iPhone SKILL.md:100
https://skillpay.me payment.py:11
https://target-site.com references/anti-detection-guide.md:177
http://2captcha.com/in.php references/automation-patterns.md:416
http://2captcha.com/res.php?key= references/automation-patterns.md:427
https://hooks.slack.com/... scripts/page_monitor.py:13
Dependencies and supply chain
| Package | Version | Source | Known vuln | Notes |
|---|---|---|---|---|
| playwright | >=1.40.0 | pip | No | Version pinned with minimum |
| requests | >=2.31.0 | pip | No | Used for billing HTTP calls |
| beautifulsoup4 | >=4.12.0 | pip | No | — |
File composition
references/automation-patterns.md scripts/page_monitor.py scripts/auto_login.py references/anti-detection-guide.md SKILL.md payment.py