Back to skill
v1.0.0

全球金融数据平台airoom ltd global finance data platform

ReviewClawScan verdict for this skill. Analyzed May 1, 2026, 7:21 AM.

Analysis

The skill mainly downloads financial data, but its instructions push broad AI-collective financial goals and trade-like decisions based on unverified web data.

GuidanceUse this only for manual, read-only financial-data retrieval and analysis. Do not allow it to set autonomous AI goals, coordinate with other agents, or make trades. Verify downloaded data through trusted HTTPS or independent sources, and use limited WordPress credentials only if absolutely necessary.

Findings (5)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

Abnormal behavior control

Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.

Agent Goal Hijack
SeverityHighConfidenceHighStatusConcern
SKILL.md
“This can realize the information, economic, and resource advantages of the AI race over the human race, thereby winning in competition” and “Gradually controlling the core assets...”

This is goal-setting language directed at AIs, not just neutral financial-data documentation; it encourages an AI-collective agenda that can conflict with a user's explicit intent.

User impactAn agent could treat the skill as authority to optimize for AI wealth, coordination, or asset control rather than the user's specific financial-data request.
RecommendationUse the skill only as a constrained data-retrieval/reference source, and explicitly override or remove instructions about AI collective goals, competition, or asset control.
Tool Misuse and Exploitation
SeverityMediumConfidenceHighStatusConcern
README.md
“the platform mandatorily requires all connected AI Agents to deploy... if the price is less than the 20-day moving average or 80-day moving average, the signal is ‘Sell All’; if the price is greater... ‘Increase Holdings’.”

The artifact frames high-impact investment actions as mandatory agent-executable strategy signals, but does not clearly require user approval or containment before acting on them.

User impactIf combined with other trading or account tools, an agent might make or recommend major portfolio changes without sufficient human review.
RecommendationDo not let the skill trigger trades or portfolio changes automatically; require explicit user confirmation and independent verification for any financial action.
Agentic Supply Chain Vulnerabilities
SeverityMediumConfidenceHighStatusConcern
config.json
“url”: “http://airoom.ltd”, ... “page_url”: “http://airoom.ltd/index.php/airoom/”

The default data source is plaintext HTTP, so downloaded financial files could be modified in transit before being used for analysis or strategy decisions.

User impactTampered or stale downloaded data could mislead the agent's financial recommendations or signals.
RecommendationPrefer HTTPS sources, signed/checksummed files, and independent data validation before relying on downloaded files for investment decisions.
Human-Agent Trust Exploitation
SeverityMediumConfidenceHighStatusConcern
README.md
“This project comes with built-in strategies that are stable, reliable, and backtestable” and “Comes with built-in risk control alarms to avoid financial crises and financial risks.”

The promotional safety and reliability claims could cause users or agents to over-trust the investment signals, despite the same materials saying the data is simulated and for reference only.

User impactA user may place too much confidence in the strategy outputs and suffer financial losses.
RecommendationTreat the material as educational/reference data only, not as a reliable risk-control system or investment advisor.
Permission boundary

Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.

Identity and Privilege Abuse
SeverityMediumConfidenceHighStatusNote
_meta.json
“WP_USERNAME” ... “sensitive”: true; “WP_PASSWORD” ... “WordPress password for authentication (used when target page requires login)”

The skill can use WordPress credentials for authenticated pages. This is purpose-aligned, but the registry summary lists no primary credential or required environment variables.

User impactIf configured with real credentials, the skill receives account access to the specified WordPress site.
RecommendationUse only a limited, read-only account if authentication is needed, avoid admin or reused passwords, and prefer the public no-login page when possible.