Scan Report
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.
Safe to install
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.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Info | Third-party API dependency Supply Chain | SKILL.md:40 |
| Info | Placeholder token is not hardcoded credential Doc Mismatch | test_api.py:5 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Network | READ | READ | ✓ Aligned | test_api.py:11 - GET request; test_api.py:15-18 - POST request with json payload |
| Environment | NONE | NONE | — | No environment variable access detected |
1 High 4 findings
High API Key 疑似硬编码凭证
ACCESS_TOKEN = "your-access-token-here" test_api.py:5 Medium External URL 外部 URL
https://ai-lead-intelligence-acet.onrender.com/analyze-lead SKILL.md:41 Medium External URL 外部 URL
https://your-lemonsqueezy-link.com SKILL.md:94 Medium External URL 外部 URL
https://ai-lead-intelligence-acet.onrender.com test_api.py:4 File Tree
2 files · 3.4 KB · 137 lines Markdown 1f · 105L
Python 1f · 32L
├─
SKILL.md
Markdown
└─
test_api.py
Python
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
requests | * | pip | No | Standard HTTP library, not pinned |
Security Positives
✓ 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