扫描报告
15 /100
AI Lead Intelligence Generator
Generates actionable B2B sales intelligence for any company to support cold outreach, lead qualification, and personalized prospecting
A legitimate B2B sales lead intelligence skill that makes declared external API calls without suspicious behavior or hidden functionality.
可以安装
This skill is safe to use. The external API calls are declared in SKILL.md. Users should be aware that their company queries and optional API tokens are sent to a third-party Render.com service.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 提示 | Third-party API dependency 供应链 | SKILL.md:40 |
| 提示 | Placeholder token is not hardcoded credential 文档欺骗 | test_api.py:5 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 网络访问 | READ | READ | ✓ 一致 | test_api.py:11 - GET request; test_api.py:15-18 - POST request with json payload |
| 环境变量 | NONE | NONE | — | No environment variable access detected |
1 高危 4 项发现
高危 API 密钥 疑似硬编码凭证
ACCESS_TOKEN = "your-access-token-here" test_api.py:5 中危 外部 URL 外部 URL
https://ai-lead-intelligence-acet.onrender.com/analyze-lead SKILL.md:41 中危 外部 URL 外部 URL
https://your-lemonsqueezy-link.com SKILL.md:94 中危 外部 URL 外部 URL
https://ai-lead-intelligence-acet.onrender.com test_api.py:4 目录结构
2 文件 · 3.4 KB · 137 行 Markdown 1f · 105L
Python 1f · 32L
├─
SKILL.md
Markdown
└─
test_api.py
Python
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
requests | * | pip | 否 | Standard HTTP library, not pinned |
安全亮点
✓ Documentation accurately describes all external network behavior
✓ No credential harvesting from the system
✓ No obfuscation techniques (base64, eval, etc.)
✓ No shell execution or subprocess usage
✓ No sensitive file access (~/.ssh, ~/.aws, .env, etc.)
✓ No persistence mechanisms (cron, startup hooks)
✓ No suspicious data exfiltration beyond declared API calls
✓ User-provided tokens are handled correctly and not exfiltrated