扫描报告
5 /100
AI Copywriting Generator / AI 文案生成器
一键生成爆款营销文案,涵盖小红书/抖音/朋友圈/电商详情页等 20+ 场景
A straightforward AI copywriting generation tool with no malicious behavior detected; all functionality is properly documented and uses legitimate API calls.
可以安装
Approve for use. Consider documenting network access in SKILL.md for full transparency.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Network access not declared in SKILL.md 文档欺骗 | copywriting_gen.py:36 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file reads or writes in copywriting_gen.py |
| 网络访问 | NONE | READ | ✓ 一致 | copywriting_gen.py:36 - client.chat.completions.create() makes outbound API call… |
| 命令执行 | NONE | NONE | — | No subprocess, os.system, or shell execution calls found |
| 环境变量 | NONE | READ | ✓ 一致 | copywriting_gen.py:35 - reads OPENCLAW_API_KEY, which is necessary for the core … |
| 技能调用 | NONE | NONE | — | No skill-to-skill invocation detected |
| 剪贴板 | NONE | NONE | — | No clipboard access found |
| 浏览器 | NONE | NONE | — | No browser automation found |
| 数据库 | NONE | NONE | — | No database access found |
1 项发现
中危 外部 URL 外部 URL
https://discord.gg/clawd SKILL.md:55 目录结构
2 文件 · 5.9 KB · 197 行 Python 1f · 138L
Markdown 1f · 59L
├─
copywriting_gen.py
Python
└─
SKILL.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
openclaw | * | pip | 否 | Version not pinned; verify package authenticity before deployment |
安全亮点
✓ No subprocess, shell execution, or command injection vectors detected
✓ No credential harvesting or exfiltration — OPENCLAW_API_KEY is used only for the declared AI API feature
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env files)
✓ No base64 encoding, obfuscation, or anti-analysis patterns
✓ No suspicious third-party dependencies — only standard library + openclaw SDK
✓ No persistence mechanisms, reverse shells, or C2 communication
✓ Clean, readable codebase with straightforward business logic