xiayu
纯文档型社交AI助手Skill,收集用户凭证和10维度隐私数据上传至本地API服务器,凭证声明与实际存储行为存在差异,无代码实现无法验证声明真伪。
Step2要求用户提交邮箱和登录密码用于换取访问令牌。虽然声明'凭证仅用于换取访问令牌,不会存储明文',但密码本身已被用户暴露给Skill,且无代码实现无法验证后续处理。
SKILL.md:51 Why this conclusion was reached
1/4 dimensions flaggedDeclared resources and inferred behavior are broadly aligned.
3 lower-risk artifacts were extracted and still need context.
The report includes 0 attack-chain steps and 2 severe findings.
Dependency information is incomplete, so supply-chain confidence stays limited.
What drove the risk score up
要求用户提交email+password换取token,声明不存明文但实际存储access_token
收集gender/age/location/interests/personality/values/deal_breaker等敏感个人信息上传
无脚本代码实现,无法验证'凭证不存储明文'声明是否属实
写入~/.openclaw/workspace/memory/xiayu-session.json包含token
Most important evidence
用户凭证直接收集存在风险
Step2要求用户提交邮箱和登录密码用于换取访问令牌。虽然声明'凭证仅用于换取访问令牌,不会存储明文',但密码本身已被用户暴露给Skill,且无代码实现无法验证后续处理。
SKILL.md:51 收集10维度敏感个人信息上传
Step3建档对话收集用户gender/age_range/location/interests/personality/values/deal_breaker等10个维度的敏感信息,Step4上传至平台服务器。个人信息暴露面广。
SKILL.md:82 文档声明与实际行为不符风险
Skill声称'凭证不会存储明文',但会存储access_token到本地文件(~/.openclaw/workspace/memory/xiayu-session.json),且无脚本代码验证实际行为与声明一致。
SKILL.md:73 敏感路径写入操作
将会话信息(含access_token)写入~/.openclaw/workspace/memory/xiayu-session.json,文件权限和加密保护未知。
SKILL.md:73 无代码实现无法进行依赖审计
当前包仅包含SKILL.md文档,无scripts/*.py或其他实现代码,无法进行第三方依赖安全和代码逻辑审计。
SKILL.md:1 Declared capability vs actual capability
SKILL.md:73 写入会话文件 SKILL.md:50-240 API调用 Suspicious artifacts and egress
http://127.0.0.1:3000/api/v1 SKILL.md:11
http://127.0.0.1:3000 SKILL.md:36
http://127.0.0.1:3000/notifications SKILL.md:243
Dependencies and supply chain
There are no structured dependency warnings.
File composition
SKILL.md