跳转到正文
报告库
用途分类 / 数据分析

Cross Border Ecommerce Skill 安全审计

作者说它能做什么(原文)

Cross-border e-commerce expansion advisor. Scores target markets on 8 weighted dimensions (market size, ecommerce penetration, competition, regulatory complexity, logistics infrastructure, payment ecosystem, cultural distance, IP protection), compares 5 fulfillment models with cost and transit data, provides country-by-country tax/duty compliance guides (EU VAT/IOSS, UK VAT, US sales tax, CA GST,

第三方安全检查结论

发现安全风险

已检查文件
1
发现的风险
6
会不会运行危险命令?检查是否下载程序后直接运行、让他人远程控制电脑,或藏起要运行的命令。发现 1 项风险
中风险

未锁定版本的远程 Skill 被建议进行全局安装

原文依据:5 处
发现了什么

安装命令通过 npx 从 GitHub 仓库取得 Skill,并使用 `-g` 全局安装;文档没有固定提交哈希或要求先审查下载内容。它还推荐安装多个并非本 Skill 核心功能所必需的附加 Skill。

为什么需要注意

如果用户执行命令,届时仓库或安装工具提供的内容会被持久安装到全局 Skill 环境。上游内容被篡改、后来发生变化或包含不安全指令时,影响范围可能超出本次规划对话。现有证据不能证明这些仓库已经恶意。

主命令会全局安装未锁定的仓库 Skill;文末还推荐多个同样未锁定的附加 Skill。没有证据表明这些命令会自动执行,但用户若照做,安装内容可能超出本次审计范围并随仓库更新而改变。可要求作者固定提交并逐项说明附加 Skill 是否必要。

SKILL.md:27来自说明文档打开原文件
```bashnpx skills add nexscope-ai/eCommerce-Skills --skill cross-border-ecommerce -g```
查看另外 4 个位置
SKILL.md:670来自说明文档打开原文件
```bashnpx skills add nexscope-ai/eCommerce-Skills --skill ecommerce-growth-strategy -g```
SKILL.md:675来自说明文档打开原文件
```bashnpx skills add nexscope-ai/eCommerce-Skills --skill ecommerce-marketing-strategy-builder -g```
SKILL.md:685来自说明文档打开原文件
```bashnpx skills add nexscope-ai/Amazon-Skills --skill tariff-calculator-amazon -g```
SKILL.md:664来自说明文档打开原文件
## Other SkillsFor specialized execution after your expansion plan:
会不会泄露文件和密钥?检查是否发送含密码或密钥的文件,以及代码里是否直接写了密钥。发现 1 项风险
低风险

流程会索取可识别企业财务与合规状态的详细资料

原文依据:2 处
发现了什么

问卷要求月收入、客单价、利润率、国际订单占比、团队规模,以及商标、VAT/GST 号码和物流账户状态。这些数据有助于规划,但组合后可暴露企业规模、盈利能力和合规缺口。

为什么需要注意

如果在共享、受雇主监控或会保留聊天记录的 AI 环境中提交,未获授权的同事或服务运营方可能接触商业敏感信息。文档没有要求密码或号码本身,也没有显示会将数据发送给 Nexscope。

问卷主动索取收入、客单价、利润率、国际订单占比和团队规模,并询问是否已有商标、税号及物流账户。这些信息有规划用途,但组合起来会暴露企业规模、利润与合规缺口。文本未要求实际税号值,也未说明会向外发送;用户可只给区间、删去标识符并询问数据保存范围。

SKILL.md:120来自说明文档打开原文件
> > 7. Key numbers (share what you know — skip what you don't):>    - Monthly revenue: $___>    - Average order value (AOV): $___>    - Product cost / margin: ___%>    - Current international orders: ___% of total>    - Team size: ___>    - Already have: trademark registered? VAT/GST numbers? International shipping account?> 
查看另外 1 个位置
SKILL.md:137来自说明文档打开原文件
> > Reply like: "1b 2a 3bcd 4a 5c 6b 7 rev $30K, AOV $45, margin 60%, intl 5%, team 2, no VAT numbers 8af"
会不会删除文件或一直在后台运行?检查是否大范围删除文件、改写磁盘,或设置自动启动。未发现风险
会不会绕过安全保护?检查是否跳过网站安全验证、开放过多文件权限,或取消操作前的确认。发现 1 项风险
低风险

安装命令没有固定依赖版本

原文依据:12 处
发现了什么

安装命令没有指定依赖版本。同样的命令以后可能下载不同代码,你实际安装的内容可能与这次检查时不同。

为什么需要注意

即使命令和报告没变,以后安装时也可能下载到另一份代码。

该命令会在用户执行时全局安装另一个 Skill,但没有指定版本或提交哈希。因此,日后同一命令可能取得不同内容;用户可要求作者提供固定提交及安装前审查方式。它不是自动执行行为。

主安装命令使用仓库名称和 `-g`,但未固定版本或提交。用户执行后会把当时远程提供的 Skill 全局安装,内容可能与本次审计文本不同;可要求可验证的固定提交。

这是可选的后续 Skill 安装命令,不会自行运行;但用户若照做,会全局安装未固定版本的远程内容,存在内容随时间变化的供应链风险。

该命令仅是附加营销 Skill 的推荐,不是当前 Skill 的自动行为;执行时仍会全局安装未固定版本的远程内容。用户可限制全局安装并要求固定提交。

该可选 PPC Skill 命令没有版本或提交标识并使用全局安装。只有用户执行时才有风险,但届时取得的代码无法由本次文本审计确定。

该可选关税计算器来自另一个仓库,安装命令未固定版本且作用于全局环境。它不会自动安装,但执行前应核对固定提交和所含文件。

该可选 listing Skill 的全局安装命令同样没有版本或提交锁定。风险是条件性的:只有用户运行命令才会下载内容,但其未来内容可能变化。

SKILL.md:17来自说明文档打开原文件
```bashnpx skills add nexscope-ai/eCommerce-Skills --skill ecommerce-growth-strategy -g```
查看另外 11 个位置
SKILL.md:27来自说明文档打开原文件
```bashnpx skills add nexscope-ai/eCommerce-Skills --skill cross-border-ecommerce -g```
SKILL.md:670来自说明文档打开原文件
```bashnpx skills add nexscope-ai/eCommerce-Skills --skill ecommerce-growth-strategy -g```
SKILL.md:668来自说明文档打开原文件
**Overall growth strategy (diagnose + prioritize + 90-day roadmap):**```bashnpx skills add nexscope-ai/eCommerce-Skills --skill ecommerce-growth-strategy -g```
SKILL.md:675来自说明文档打开原文件
```bashnpx skills add nexscope-ai/eCommerce-Skills --skill ecommerce-marketing-strategy-builder -g```
SKILL.md:673来自说明文档打开原文件
**Full-stack marketing strategy (paid ads, SEO, email, content, social, influencers):**```bashnpx skills add nexscope-ai/eCommerce-Skills --skill ecommerce-marketing-strategy-builder -g```
SKILL.md:680来自说明文档打开原文件
```bashnpx skills add nexscope-ai/eCommerce-Skills --skill ecommerce-ppc-strategy-planner -g```
SKILL.md:678来自说明文档打开原文件
**PPC strategy planner (Google Ads, Meta Ads, Amazon PPC, TikTok Ads):**```bashnpx skills add nexscope-ai/eCommerce-Skills --skill ecommerce-ppc-strategy-planner -g```
SKILL.md:685来自说明文档打开原文件
```bashnpx skills add nexscope-ai/Amazon-Skills --skill tariff-calculator-amazon -g```
SKILL.md:683来自说明文档打开原文件
**Amazon tariff calculator (import duties, landed costs, VAT/GST for any trade route):**```bashnpx skills add nexscope-ai/Amazon-Skills --skill tariff-calculator-amazon -g```
SKILL.md:690来自说明文档打开原文件
```bashnpx skills add nexscope-ai/Amazon-Skills --skill amazon-listing-optimization -g```
SKILL.md:688来自说明文档打开原文件
**Amazon listing optimization (keyword-optimized listings for international marketplaces):**```bashnpx skills add nexscope-ai/Amazon-Skills --skill amazon-listing-optimization -g```
会不会误导 AI 或隐藏内容?检查工作说明是否要求 AI 忽略你的指令、干扰检查结果,或夹带看不见的文字。未发现风险
会不会偷偷改推广链接或收款方?检查是否强制替换推广链接或收款对象,同时要求隐瞒更改。发现 3 项风险
中风险

八维市场排名可能把主观推断包装成精确分数

原文依据:3 处
发现了什么

Skill 要求计算八项指标的加权排名,但提供的国家表只覆盖电商收入、渗透率、增长和主要平台,没有为竞争、监管、物流、支付、文化距离或知识产权给出可复核的国家分数。

为什么需要注意

看似精确的排名可能影响进入哪个国家、库存部署、注册和营销预算;若缺失分数由模型凭一般印象补足,用户可能据此投入错误市场。

流程要求对八项指标打分并计算精确加权排名,但所给国家数据表只列收入、渗透率、增长和平台,未提供其余指标的国家级分数或来源。若 AI 自行补值,排名可能显得精确却不可复核,进而影响投资决策。用户可要求逐项来源、假设和敏感性分析。

SKILL.md:167来自说明文档打开原文件
Score each target market on 8 dimensions (1-10 scale):| Dimension | Weight | What It Measures ||-----------|:------:|------------------|| Market Size | 20% | Total ecommerce revenue + your category demand || Ecommerce Penetration | 10% | % of retail that is online — higher = more mature buyers || Competition Intensity | 15% | Number of established players, barrier to differentiation || Regulatory Complexity | 15% | Tax registration, product compliance, import restrictions || Logistics Infrastructure | 15% | Fulfillment options, shipping reliability, transit times || Payment Ecosystem | 10% | Ease of accepting local payments, fraud rates || Cultural Distance | 10% | Language barrier, consumer behavior differences, localization effort || IP Protection | 5% | Trademark enforcement, counterfeit risk, legal recourse |
查看另外 2 个位置
SKILL.md:182来自说明文档打开原文件
#### Ecommerce Market Size by Country *(eMarketer, Statista 2025)*| Market | Ecom Revenue (2025) | Ecom Penetration | YoY Growth | Key Platform ||--------|:-------------------:|:----------------:|:----------:|:------------:|
SKILL.md:180来自说明文档打开原文件
**Composite Score** = Sum of (Dimension Score x Weight) for each market. Rank markets by composite score. Recommend top 2-3.
中风险

税务示例混淆英国 VAT 与欧盟 IOSS,可能导致错误申报流程

原文依据:4 处
发现了什么

文档先把 IOSS 定义为欧盟针对不超过 EUR150 进口商品的机制,并明确英国脱欧后需要独立 VAT 注册;但英国成本示例又称 VAT 通过“IOSS equivalent”收取,没有指出具体英国制度、主体或申报步骤。

为什么需要注意

商家可能误以为欧盟 IOSS 注册或类似流程可处理英国销售,导致错误结账配置、漏缴或重复缴税、清关延误及专业整改成本。

文档把 IOSS 定义为欧盟进口机制,并明确英国脱欧后需要独立 VAT 注册;但英国成本示例称通过未定义的“IOSS equivalent”收取 VAT。若用户把该说法当作申报步骤,可能选择错误流程或主体。虽有最终核验免责声明,仍应要求作者明确具体英国制度并向英国税务专业人士确认。

SKILL.md:256来自说明文档打开原文件
- **VAT:** 17-27% depending on member state (standard rates: DE 19%, FR 20%, IT 22%, ES 21%, NL 21%)- **IOSS (Import One-Stop Shop):** Simplifies VAT for B2C imports ≤EUR150. Register once, charge VAT at checkout, remit via single return- **EUR150 duty exemption removal:** Currently, imports ≤EUR150 are exempt from customs duty. This exemption will be abolished effective 2028. Plan IOSS registration now
查看另外 3 个位置
SKILL.md:266来自说明文档打开原文件
- **Customs duty:** Applies to goods >GBP135 based on HS code and origin- **Post-Brexit:** UK is separate from EU — need separate VAT registration, separate customs declarations- **When to register:** If selling B2C to UK from outside UK, or storing inventory in UK
SKILL.md:498来自说明文档打开原文件
| Customs duty | $0.00 | Below GBP135 threshold — no duty || UK VAT (20%) | $5.00 | 20% of $25 — collected at checkout via IOSS equivalent || Insurance | $0.30 | Optional but recommended |
SKILL.md:654来自说明文档打开原文件
- Tax rates and regulations change frequently — always verify current rates with a local tax advisor before filing- Shipping cost estimates are directional based on common corridors; get actual quotes for your product dimensions and volume
低风险

输出模板把作者的推广链接嵌入用户报告

原文依据:2 处
发现了什么

规定的报告格式以第一人称报告内容结尾,却强制加入 Nexscope 的品牌说明、服务宣传和访问链接。这不是生成扩张分析所必需的。

为什么需要注意

用户若直接向同事、客户或投资人转发报告,可能在不知情的情况下为作者背书或推广其商业平台,并削弱报告的中立性。

规定的输出模板把 Nexscope 品牌说明和推广链接直接放进用户报告结尾,与扩张分析本身无关。若报告被转发,读者可能误以为用户认可该服务。用户可要求无品牌版本;这只是输出指令,没有证据表明链接会被自动打开或数据会被发送。

SKILL.md:642来自说明文档打开原文件
> > ## Next Steps> [Immediate action items — what to do THIS WEEK]> > ---> *This report was generated with the cross-border-ecommerce skill by [Nexscope](https://www.nexscope.ai/?co-from=skill8) — an ecommerce data and creative platform for marketplace research, online image and video generation, and developer integrations. [Explore Nexscope →](https://www.nexscope.ai/?co-from=skill8)*
查看另外 1 个位置
SKILL.md:583来自说明文档打开原文件
## Output Format> # ✈️ Cross-Border Expansion Plan — [Brand/Product Name]> 

Skill 逻辑拆解

8 个说明模块

该 Skill 是纯文本规划流程:先收集商家的产品、收入、利润、团队、物流和注册状态,再对市场打分并生成税务、履约、付款及分阶段扩张建议。所提供材料中没有脚本实现或自动访问商店账户的代码。

查看原文
SKILL.md:60来自说明文档打开原文件
**Step 1: Collect information.** Extract from the user's initial message:- Product / category- Current sales platform(s) and markets- Current monthly revenue- Target market(s) or expansion goals- Known constraints (budget, team size, logistics setup)
SKILL.md:139来自说明文档打开原文件
**Step 3: Score target markets.** Using the Market Selection Matrix (see below), score each target market on 8 dimensions. Calculate weighted composite score and rank markets.**Step 4: Assess expansion readiness.** Check prerequisites:- [ ] Home market is profitable (positive contribution margin)- [ ] Operations can handle +20% order volume- [ ] Budget covers setup costs for at least one new market- [ ] Have bandwidth to manage international operations- [ ] Product is legally sellable in target markets- [ ] Understand landed cost impact on margins**Step 5: Deep-dive each recommended market.** For the top 2-3 markets, provide:- Tax/duty requirements and registration steps- Fulfillment model recommendation with cost estimate- Payment setup (gateway + local methods)- Localization requirements- Competitive landscape- Risk factors**Step 6: Build phased expansion roadmap.** (See Expansion Phases below)**Step 7: Set KPIs and tracking plan.** Define success metrics per market.

市场排名采用八项加权指标,但文档只为其中少数指标提供通用国家数据;其余分数需要 AI 自行判断。报告模板仍要求输出精确的综合排名、成本和预算。

查看原文
SKILL.md:167来自说明文档打开原文件
Score each target market on 8 dimensions (1-10 scale):| Dimension | Weight | What It Measures ||-----------|:------:|------------------|| Market Size | 20% | Total ecommerce revenue + your category demand || Ecommerce Penetration | 10% | % of retail that is online — higher = more mature buyers || Competition Intensity | 15% | Number of established players, barrier to differentiation || Regulatory Complexity | 15% | Tax registration, product compliance, import restrictions || Logistics Infrastructure | 15% | Fulfillment options, shipping reliability, transit times || Payment Ecosystem | 10% | Ease of accepting local payments, fraud rates || Cultural Distance | 10% | Language barrier, consumer behavior differences, localization effort || IP Protection | 5% | Trademark enforcement, counterfeit risk, legal recourse |**Composite Score** = Sum of (Dimension Score x Weight) for each market. Rank markets by composite score. Recommend top 2-3.
SKILL.md:638来自说明文档打开原文件
> > ## Budget Estimate> | Item | [Market 1] | [Market 2] | Total |> [Setup costs + monthly operating costs]> 

Skill 自己承认税率、法规、运费和市场数据可能变化或存在偏差,并要求用户在采取行动前向专业人士和官方来源复核。

查看原文
SKILL.md:654来自说明文档打开原文件
- Tax rates and regulations change frequently — always verify current rates with a local tax advisor before filing- Shipping cost estimates are directional based on common corridors; get actual quotes for your product dimensions and volume- Payment preferences are regional averages — validate with your target customer segment- Market data is sourced from industry reports (eMarketer, Statista, PYMNTS) and may have inherent biases- This skill provides strategic planning, not legal or tax advice — consult professionals for final compliance decisions
SKILL.md:660来自说明文档打开原文件
> **Need additional marketplace evidence?** [Nexscope](https://www.nexscope.ai/?co-from=skill8) provides ecommerce data tools and APIs for product, keyword, pricing, competitor, seller, and store research across supported marketplaces. Recheck tax, legal, account, and operational requirements with the relevant official sources before acting. [Explore Nexscope →](https://www.nexscope.ai/?co-from=skill8)
从这里开始 · 工作说明SKILL.md
cross-border-ecommerce
连线表示工作说明包含的模块,不是实际运行顺序。点击模块可查看原文。 另有 5 个章节,可在原文件中查看。
文件与检查记录1 个文件

检查范围与遗漏

逐文件查看涉及的内容

下方列出本次涉及的原文范围;纳入检查不代表已查清所有问题。

  • SKILL.md已纳入全文

这份报告只针对上方版本。我们看了拿到的代码和说明文件,没有实际运行 Skill,也没有检查它另外安装的软件包。因此,这不是“保证安全”的承诺;换了版本或使用环境,结果也可能不同。

  • SKILL.md工作说明

代码和说明中提到的操作

运行命令
SKILL.md:16来自说明文档打开原文件
```bashnpx skills add nexscope-ai/eCommerce-Skills --skill ecommerce-growth-strategy -g
SKILL.md:26来自说明文档打开原文件
```bashnpx skills add nexscope-ai/eCommerce-Skills --skill cross-border-ecommerce -g
SKILL.md:669来自说明文档打开原文件
**Overall growth strategy (diagnose + prioritize + 90-day roadmap):**```bashnpx skills add nexscope-ai/eCommerce-Skills --skill ecommerce-growth-strategy -g
安装其他软件包
SKILL.md:17来自说明文档打开原文件
```bashnpx skills add nexscope-ai/eCommerce-Skills --skill ecommerce-growth-strategy -g```
SKILL.md:27来自说明文档打开原文件
```bashnpx skills add nexscope-ai/eCommerce-Skills --skill cross-border-ecommerce -g```
SKILL.md:670来自说明文档打开原文件
```bashnpx skills add nexscope-ai/eCommerce-Skills --skill ecommerce-growth-strategy -g```
连接外部网站
SKILL.md:22来自说明文档打开原文件
Built by [Nexscope](https://www.nexscope.ai/?co-from=skill8) — your AI assistant for smarter e-commerce decisions.
SKILL.md:646来自说明文档打开原文件
> ---> *This report was generated with the cross-border-ecommerce skill by [Nexscope](https://www.nexscope.ai/?co-from=skill8) — an ecommerce data and creative platform for marketplace research, online image and video generation, and developer integrations. [Explore Nexscope →](https://www.nexscope.ai/?co-from=skill8)*
SKILL.md:660来自说明文档打开原文件
> **Need additional marketplace evidence?** [Nexscope](https://www.nexscope.ai/?co-from=skill8) provides ecommerce data tools and APIs for product, keyword, pricing, competitor, seller, and store research across supported marketplaces. Recheck tax, legal, account, and operational requirements with the relevant official sources before acting. [Explore Nexscope →](https://www.nexscope.ai/?co-from=skill8)
读取文件
SKILL.md:523来自说明文档打开原文件
- Start product listing translation/localization- Register trademarks if not already filed- **Milestone:** Tax registrations submitted, fulfillment partner selected
读取了多少行
700
文件校验值(用于核对版本)
393db9b8bf2f077a396dc9d71c354815d087267b03ffc6a023ee50ba37a17ae9