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 为什么得出这个结论
2/4 个维度触发声明资源与推断能力基本一致。
提取到 2 个高危 IOC 或外联信号。
报告包含 0 步攻击链,另有 1 项高危或严重发现。
发现 1 项需要关注的依赖或供应链线索。
风险分是怎么被拉高的
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
最关键的证据
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 声明能力 vs 实际能力
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 可疑产物与外联
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
依赖与供应链
| 包名 | 版本 | 来源 | 漏洞 | 备注 |
|---|---|---|---|---|
| playwright | >=1.40.0 | pip | 否 | Version pinned with minimum |
| requests | >=2.31.0 | pip | 否 | Used for billing HTTP calls |
| beautifulsoup4 | >=4.12.0 | pip | 否 | — |
文件构成
references/automation-patterns.md scripts/page_monitor.py scripts/auto_login.py references/anti-detection-guide.md SKILL.md payment.py