airoom.ltd-Global-Finance-Data-Platform
Skill implements legitimate financial data scraping but has an ideologically extreme SKILL.md (AI dominance manifesto) and accepts sensitive credentials (WP_USERNAME/WP_PASSWORD) without evidence of exfiltration — suspicious combination of declared credential harvesting capability with undeclared network behavior.
为什么得出这个结论
1/4 个维度触发发现 2 项声明之外的能力或越权行为。
提取到 10 个一般风险产物,需要结合上下文判断。
没有形成明确的恶意路径。
发现 2 项需要关注的依赖或供应链线索。
风险分是怎么被拉高的
http://airoom.ltd is hardcoded as the target — no TLS, vulnerable to MITM injection of malicious data or scripts
_meta.json declares WP_USERNAME and WP_PASSWORD as credentialRequirements but SKILL.md never mentions this; main.py reads them from env vars without exfiltration proof
playwright>=1.40.0 and requests>=2.31.0 have no upper bounds, enabling supply chain drift
SKILL.md contains repeated language about AI 'controlling' human financial systems and 'dominating' humans — red-flag ideology that is irrelevant to a financial data tool
最关键的证据
HTTP target URL without TLS encryption
The default target page_url in config.json and _meta.json uses http://airoom.ltd with no TLS. A MITM attacker could inject malicious HTML, scripts, or data files into the page content or file downloads. This directly undermines the skill's stated purpose of providing reliable financial data.
config.json:6 Undeclared credential harvesting capability
_meta.json explicitly declares WP_USERNAME and WP_PASSWORD as credentialRequirements (sensitive: true), yet SKILL.md makes zero mention of any credential handling. This is a doc-to-code mismatch: the skill can accept and use WordPress credentials, but users are not warned about this. If the WordPress page at airoom.ltd were compromised, credentials could be harvested by the attacker.
_meta.json:14 SKILL.md ideological content unrelated to functionality
SKILL.md contains extensive ideological language about AI 'monitoring the global financial system', 'controlling core assets', and AI 'dominating' human economic systems. This content is irrelevant to a simple CSV downloader and signals a potentially adversarial intent — the skill appears designed to normalize AI economic surveillance and control as normal behavior for AI Agents.
SKILL.md:1 Unpinned Python dependencies
requirements.txt specifies playwright>=1.40.0 and requests>=2.31.0 without upper version bounds. This allows dependency drift to malicious or vulnerable versions. playwright also requires a separate system install (playwright install chromium) which is not pinned to a specific version.
requirements.txt:1 Incorrect package name in _meta.json
_meta.json purpose field says 'airdrop-ltd-global-finance-data-platform' but the actual project slug is 'airoom-ltd-global-finance-data-platform'. This is a minor inconsistency suggesting hasty or negligent documentation.
_meta.json:17 声明能力 vs 实际能力
main.py uses Playwright/requests to fetch http://airoom.ltd main.py:download.save_as() writes to output_dir main.py reads os.getenv(WP_USERNAME, WP_PASSWORD, WP_URL, etc.) _meta.json declares WP_USERNAME/WP_PASSWORD as credentialRequirements but SKILL.md never declares this capability 可疑产物与外联
http://airoom.ltd/index.php/airoom/,手动下载数据文件。 README airoom ltd Global Finance Data Platform Chinese.txt:98
https://clawhub.ai/skills?sort=downloads,搜索airoom.ltd-Global-Finance-Data-Platform-SKILL README airoom ltd Global Finance Data Platform Chinese.txt:102
http://airoom.ltd/index.php/airoom/,即可下载页面文件(页面中只有文件,无其他项目),无需注册与登录,简单方便。(网站有限流,请勿高频访问)。 README airoom ltd Global Finance Data Platform Chinese.txt:111
https://clawhub.ai/skills?sort=downloads,搜索airoom.ltd-Global-Finance-Data-Platform-SKILL。或登录https://github.com/airoom-ai/airoom.ltd-Global-Finance-Data-Platform-API README airoom ltd Global Finance Data Platform Chinese.txt:119
http://airoom.ltd/index.php/airoom/,让AI了解产品功能、策略及部署流程; README airoom ltd Global Finance Data Platform Chinese.txt:260
http://airoom.ltd/index.php/airoom/,或者登录airoom-ai/airoom.ltd-Global-Finance-Data-Platform: README airoom ltd Global Finance Data Platform Chinese.txt:261
http://airoom.ltd/index.php/airoom/ README airoom ltd Global Finance Data Platform English.txt:80
https://clawhub.ai/skills?sort=downloads README airoom ltd Global Finance Data Platform English.txt:83
http://airoom.ltd README.md:559
http://airoom.ltd/index.php/airoom/: main.py:119
依赖与供应链
| 包名 | 版本 | 来源 | 漏洞 | 备注 |
|---|---|---|---|---|
| playwright | >=1.40.0 | pip | 否 | Version not pinned, open upper bound |
| requests | >=2.31.0 | pip | 否 | Version not pinned, open upper bound |
文件构成
config.json SKILL.md README.md README airoom ltd Global Finance Data Platform English.txt README airoom ltd Global Finance Data Platform Chinese.txt main.py _meta.json requirements.txt