Scan Report
0 /100
productclank-campaigns
Community-powered growth for builders. Boost amplifies social posts with authentic community engagement (replies, likes, reposts). Discover finds relevant conversations and generates AI-powered replies at scale.
ProductClank 社交营销技能,代码仅通过 HTTP API 与官方服务通信,无越权操作、阴影功能或恶意行为。
Safe to install
可直接使用。注意:用户需提供 PRODUCTCLANK_API_KEY 凭证,建议在受控环境中使用。
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Network | READ | READ | ✓ Aligned | SKILL.md:8 — 声明访问 app.productclank.com |
| Environment | READ | READ | ✓ Aligned | scripts/create-campaign.mjs:19 — 仅读取 PRODUCTCLANK_API_KEY |
| Filesystem | NONE | NONE | — | 脚本无任何 fs 模块调用 |
| Shell | NONE | NONE | — | 脚本无 child_process 或 exec 调用 |
| Clipboard | NONE | NONE | — | 无相关 API 调用 |
| Browser | NONE | NONE | — | 无 headless browser 相关代码 |
| Database | NONE | NONE | — | 无数据库相关调用 |
42 findings
Medium External URL 外部 URL
https://agentskills.io README.md:3 Medium External URL 外部 URL
https://x.com/myproduct/status/123 README.md:21 Medium External URL 外部 URL
https://app.productclank.com/api/v1/agents/register README.md:97 Medium External URL 外部 URL
https://app.productclank.com/api/v1/agents/create-link README.md:108 Medium External URL 外部 URL
https://app.productclank.com README.md:117 Medium External URL 外部 URL
https://app.productclank.com/api/v1/agents/campaigns README.md:134 Medium External URL 外部 URL
https://app.productclank.com/api/v1/agents/campaigns/$ README.md:155 Medium External URL 外部 URL
https://app.productclank.com/credits README.md:180 Medium External URL 外部 URL
https://app.productclank.com/api/v1/docs README.md:265 Medium External URL 外部 URL
https://app.productclank.com/communiply/ README.md:266 Medium External URL 外部 URL
https://www.productclank.com README.md:267 Medium External URL 外部 URL
https://twitter.com/productclank README.md:268 Medium External URL 外部 URL
https://warpcast.com/productclank README.md:269 Medium External URL 外部 URL
https://app.productclank.com/api/v1/agents SKILL.md:8 Medium External URL 外部 URL
https://x.com/user/status/123456 SKILL.md:61 Medium External URL 外部 URL
https://app.productclank.com/communiply/uuid SKILL.md:80 Medium External URL 外部 URL
https://x.com/user/status/123456789 SKILL.md:84 Medium External URL 外部 URL
https://x.com/myproduct/status/123456789 SKILL.md:136 Medium External URL 外部 URL
https://www.linkedin.com/posts/myproduct-launch-update-123 SKILL.md:158 Medium External URL 外部 URL
https://linkedin.com/posts/myproduct-update-123 SKILL.md:174 Medium External URL 外部 URL
https://tiktok.com/@myproduct/video/123 SKILL.md:177 Medium External URL 外部 URL
https://warpcast.com/myproduct/0xabc123 SKILL.md:180 Medium External URL 外部 URL
https://productclank.com SKILL.md:319 Medium External URL 外部 URL
https://api.productclank.com/api/v1 references/API_REFERENCE.md:3 Medium External URL 外部 URL
https://app.productclank.com/link/agent?token= references/API_REFERENCE.md:146 Medium External URL 外部 URL
https://app.productclank.com/communiply/campaign-uuid references/API_REFERENCE.md:335 Medium External URL 外部 URL
https://app.productclank.com/my-campaigns/communiply/campaign-uuid references/API_REFERENCE.md:336 Medium External URL 外部 URL
https://app.productclank.com/my-campaigns/communiply/uuid references/API_REFERENCE.md:390 Medium External URL 外部 URL
https://x.com/user/status/123 references/API_REFERENCE.md:529 Medium External URL 外部 URL
https://x.com/i/lists/... references/API_REFERENCE.md:703 Medium Wallet Address 加密货币钱包地址
0x876Be690234aaD9C7ae8bb02c6900f5844aCaF68 references/API_REFERENCE.md:912 Medium Wallet Address 加密货币钱包地址
0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 references/API_REFERENCE.md:1020 Medium External URL 外部 URL
https://www.x402.org/ references/API_REFERENCE.md:1024 Medium External URL 外部 URL
https://app.productclank.com/link/telegram?token= references/API_REFERENCE.md:1155 Medium External URL 外部 URL
https://app.productclank.com/communiply/campaigns/ references/API_REFERENCE.md:1248 Medium External URL 外部 URL
https://yourproduct.com references/EXAMPLES.md:193 Medium External URL 外部 URL
https://yourproduct.com/launch references/EXAMPLES.md:350 Medium External URL 外部 URL
https://app.productclank.com/communiply/$ references/EXAMPLES.md:756 Medium External URL 外部 URL
https://app.productclank.com/api/v1/agents/credits/balance references/EXAMPLES.md:952 Medium External URL 外部 URL
https://app.productclank.com/api/v1/agents/campaigns/boost references/EXAMPLES.md:1018 Medium External URL 外部 URL
https://app.productclank.com/api/v1 scripts/create-campaign.mjs:17 Medium External URL 外部 URL
https://app.productclank.com/products scripts/create-campaign.mjs:172 File Tree
5 files · 109.5 KB · 3529 lines Markdown 4f · 3340L
JavaScript 1f · 189L
├─
▾
references
│ ├─
API_REFERENCE.md
Markdown
│ └─
EXAMPLES.md
Markdown
├─
▾
scripts
│ └─
create-campaign.mjs
JavaScript
├─
README.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ 代码结构清晰,仅封装标准 fetch API 调用
✓ 所有外部通信仅指向官方域名 app.productclank.com
✓ 无 shell 执行、无文件写入、无凭证外传
✓ 声明的 capability 与实际代码行为完全一致
✓ 错误处理完善(validation、error mapping)
✓ 文档详细,包含完整使用示例