扫描报告
10 /100
lead-gen-website-pipeline
Automated lead generation pipeline that finds local businesses with weak/no websites, AI-generates custom demo sites, deploys to Vercel, and runs a 5-email cold outreach drip sequence via AgentMail.
This is a documentation-only skill describing a legitimate lead generation pipeline. No executable code, scripts, or dependencies are included in the package.
可以安装
Safe to use. The skill is purely instructional and references node scripts that do not exist in this package. If deploying, ensure the referenced node scripts from the GitHub repo are reviewed separately.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Documentation-only package without implementation 文档欺骗 | SKILL.md:1 |
| 提示 | Broad API key requirements 权限提升 | SKILL.md:31 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file read/write operations in package |
| 网络访问 | READ | READ | ✓ 一致 | API calls to Google Places, Vercel, AgentMail are documented and declared |
| 命令执行 | NONE | NONE | — | No shell scripts or node binaries in package |
| 环境变量 | WRITE | WRITE | ✓ 一致 | API keys declared in SKILL.md metadata |
| 技能调用 | NONE | READ | ✓ 一致 | Standard skill invocation capability |
| 剪贴板 | NONE | NONE | — | No clipboard access documented |
| 浏览器 | NONE | NONE | — | No browser automation documented |
| 数据库 | NONE | READ | ✓ 一致 | Google Sheets API access declared |
3 项发现
中危 外部 URL 外部 URL
http://127.0.0.1:11434 references/env-example.md:29 提示 邮箱 邮箱地址
[email protected] references/env-example.md:22 提示 邮箱 邮箱地址
[email protected] references/env-example.md:25 目录结构
5 文件 · 14.4 KB · 418 行 Markdown 4f · 388L
JSON 1f · 30L
├─
▾
references
│ ├─
drip-sequence.md
Markdown
│ ├─
env-example.md
Markdown
│ └─
google-sheet-setup.md
Markdown
├─
_meta.json
JSON
└─
SKILL.md
Markdown
安全亮点
✓ No executable code or scripts in the package — purely documentation
✓ No obfuscation, base64 encoding, or anti-analysis techniques
✓ All API key requirements are explicitly declared in SKILL.md metadata
✓ No sensitive file paths accessed (no ~/.ssh, ~/.aws, .env reads)
✓ No external IP addresses or C2 communication patterns
✓ No credential harvesting beyond what is declared as required for the pipeline
✓ No supply chain concerns since no dependencies are included