数据安全Data security

Sailer Hub 代表卖家调用电商平台 API。这一页说明我们用什么措施保护这些数据与凭证。Sailer Hub calls marketplace APIs on behalf of sellers. This page describes the controls we use to protect that data and those credentials.

最近更新:2026 年 7 月 26 日Last updated: July 26, 2026

1. 凭证保管1. Credential handling

2. 加密2. Encryption

3. 访问控制3. Access control

4. 买家个人信息(PII)最小化4. Minimizing buyer PII

5. 操作可审计5. Auditability of actions

系统里所有写操作——改价、上下架、发货、回复评价——都不是直接改库,而是先落成一条任务记录(谁发起、什么参数、什么时间、执行结果、失败原因),由执行器领取执行并回写日志。因此每一次对平台的写入都能追溯到具体的人与时间。Every write action in the system — repricing, activating or deactivating listings, shipping, replying to reviews — is not a direct database edit. It is recorded first as a task (who initiated it, with what parameters, when, the result, and any error), then claimed and executed by the executor, which writes logs back. Every write to a marketplace is therefore traceable to a specific person and time.

6. 基础设施6. Infrastructure

组成Component说明Description
运行环境RuntimeCloudflare Workers(无长期运行的服务器、无对外开放的 SSH/端口)Cloudflare Workers — no long-lived servers, no exposed SSH or ports
数据库DatabaseCloudflare D1(托管、加密、按天备份)Cloudflare D1 — managed, encrypted, backed up daily
执行器Executor仅出站连接的本地进程,不监听任何入站端口A local process that makes outbound connections only; it listens on no inbound port
代码Code私有仓库,变更走提交记录,可回溯Private repositories; every change is tracked in commit history

7. 事件响应7. Incident response

8. 合规对齐8. Policy alignment

我们按各平台的开发者条款运作,包括 Amazon 的《可接受使用政策》(AUP)与《数据保护政策》(DPP):数据仅用于卖家授权的业务用途、不转售、不与无关方共享、按最短周期保留、事件 24 小时通报。数据处理详情见 隐私政策We operate under each marketplace's developer terms, including Amazon's Acceptable Use Policy (AUP) and Data Protection Policy (DPP): data is used only for the business purposes the seller authorized, never resold, never shared with unrelated parties, retained for the shortest period necessary, and incidents are reported within 24 hours. See our Privacy Policy for how data is processed.

Sailer Hub 目前没有 SOC 2 / ISO 27001 认证。本页描述的是我们实际实施的技术与流程控制,可按需向卖家提供进一步说明。Sailer Hub does not currently hold SOC 2 or ISO 27001 certification. This page describes the technical and process controls we actually operate, and we can provide further detail to sellers on request.