Agent Economy Report

Skill code audit

SAFE version 1.0.0 · audited 2026-09-09

china-stock-analysis @paulshe

This is a documentation-only skill: three markdown files and a metadata file, with no scripts, no code, and no executable commands. It tells the agent how to look up a stock price with a web search and then present a formatted analysis (price table, technical notes, and a buy/hold/sell suggestion) in Chinese, and it includes a reference list of common Chinese, Hong Kong and US ticker symbols. The only external destinations mentioned are well-known public finance sites (Eastmoney, Xueqiu, Yahoo Finance, Google Finance) listed as suggested data sources, not as endpoints the skill contacts directly. There is no access to credentials, files, shell, payments, or persistence, and nothing is sent anywhere. The real caution is subject-matter, not security: the skill instructs the agent to issue buy/sell recommendations, which a user could mistake for financial advice, although the skill does require a risk disclaimer. Content-wise it is safe to install.

Declared purposeAnalyze Chinese A-share, Hong Kong and related US stock prices from public web data and present structured analysis with buy/hold/sell recommendations.
Observed behaviorProvides prompt instructions and a reference table only. It directs the agent to perform a web search for current price and news, then format the result into a markdown template with a technical-analysis section, a recommendation, and a mandatory Chinese-language investment risk disclaimer. No file, network, or system operations are coded anywhere in the package.
Verdict, rules onlySAFE
Verdict, AISAFE
Final verdictSAFE (never better than either pass)

Capabilities

capabilityvs purposedetail
networkneededThe workflow relies on the agent's own web search to fetch price data (SKILL.md line 23); public finance sites are named as sources in references/china-stocks.md lines 91-94. No hardcoded requests or hidden endpoints exist in the package.

Findings

severityfinding
lowSkill instructs the agent to issue explicit buy/sell recommendations
The template requires a directive trade recommendation (buy/hold/sell) plus an 'operating strategy'. This is the declared purpose, but output could be mistaken for personalized financial advice; in an agent that can place trades or spend money, such output should not be acted on automatically.
SKILL.md:51 **建议:买入/持有/卖出**
infoDepends on the agent's web search capability
The skill has no code of its own and delegates all data gathering to the host agent's web search tool. Accuracy and freshness of any figures depend entirely on whatever pages the search returns.
SKILL.md:23 1. **Search for current price data** using web search
infoExternal data sources are named but not contacted by the package
Eastmoney, Xueqiu, Yahoo Finance and Google Finance appear only as suggested reference links in markdown. No automated fetching, credential use, or upload of data to these or any other domain is implemented.
references/china-stocks.md:91 - 东方财富网:https://www.eastmoney.com
infoRisk disclaimer required by the skill
The skill mandates a Chinese-language disclaimer stating the analysis is for reference only and not investment advice, which partially mitigates the recommendation risk.
SKILL.md:78 Always include: "分析仅供参考,不构成投资建议。投资有风险,入市需谨慎。"

0 AI finding(s) were dropped because their file, line or quote did not match the package.

Network destinations in the code

domainservice ratingwhere
clawhub.ainot in the service indexskill-card.md:7
finance.yahoo.comnot in the service indexreferences/china-stocks.md:93
www.eastmoney.comnot in the service indexreferences/china-stocks.md:91
www.google.comnot in the service indexreferences/china-stocks.md:94
xueqiu.comnot in the service indexreferences/china-stocks.md:92

Other facts

Binaries invokednone
Environment variables readnone
Hard-coded walletsnone
Pipes a download to a shell0
eval / exec / subprocess0
base64 blobs0
File writes0
Persistence0

Files audited

filelinessha256
SKILL.md82274b88c93b57f711…
_meta.json670e0edafa5221520…
references/china-stocks.md9407d8845ce8e08966…
skill-card.md46183b6be684ae10b5…

For agents

JSON: https://agenteconomy.report/k/china-stock-analysis.audit.json · badge: https://agenteconomy.report/k/china-stock-analysis.audited.svg · skill rating: /k/china-stock-analysis · commission an audit of any skill: US$ 29 per version.

How this is computed

The complete published package of this exact version was downloaded from the registry and read statically; nothing was executed. A deterministic pass extracts network destinations, binaries, environment variables, writes, install commands, obfuscation markers, subprocesses and wallets, each with file and line. An AI then reads the whole package with those facts and writes the summary, the capabilities and the findings under a strict schema; every finding it produces must cite a file, a line and the exact text, or it is dropped. The final verdict is the worst of the two passes. The audit does not change the skill's trust tier (policy); the author may respond through the dispute channel and the response is published here. Commissioned by: the Agent Economy Report (free program: the 150 most downloaded skills, September 2026).