Scan Report
0 /100
productclank-campaigns
Community-powered growth for builders. Boost amplifies social posts with authentic community engagement. Discover finds relevant conversations and generates AI-powered replies at scale.
This is a legitimate community-powered social media engagement platform with no malicious indicators detected.
Safe to install
No action needed. The skill is safe to use.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | Read-only access via SKILL.md and scripts |
| Network | READ | READ | ✓ Aligned | Only makes HTTPS requests to app.productclank.com/api/v1 |
| Shell | NONE | NONE | — | No shell execution found |
| Environment | READ | READ | ✓ Aligned | PRODUCTCLANK_API_KEY read from env (expected) |
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
✓ All network requests go to legitimate ProductClank API endpoint (app.productclank.com)
✓ No shell execution, base64 decoding, or obfuscated code
✓ No sensitive path access (~/.ssh, ~/.aws, .env)
✓ No credential harvesting or data exfiltration
✓ Clear documentation with all capabilities declared
✓ API key handled via standard environment variables
✓ No hidden functionality or suspicious patterns
✓ No remote script execution (curl|bash, wget|sh)
✓ No eval(), Function(), or dynamic code execution