扫描报告
5 /100
proof-engine
Credibility engine that transforms business results into deployable proof content. Captures P&L, agent performance, funnel revenue, testimonials, milestones, and media mentions across 8 business domains.
A legitimate business reporting/credibility engine skill with no malicious behavior detected. All network activity is declared (Telegram only), no shell execution, no credential exfiltration, and no sensitive path access.
可以安装
Approve for deployment. The skill's capabilities match its documentation and its purpose is straightforward business data aggregation.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Over-broad filesystem:READ declaration 文档欺骗 | SKILL.md:12 |
| 低危 | Environment variable access not declared as resource 敏感访问 | proof_manager.py:98 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | proof_manager.py:30-38 (paths defined), proof_manager.py:161-207 (capture reads … |
| 网络访问 | READ | READ | ✓ 一致 | proof_manager.py:97-107 (Telegram sendMessage only, hardcoded api.telegram.org) |
| 命令执行 | NONE | NONE | — | No subprocess, os.system, or shell execution in proof_manager.py |
| 环境变量 | NONE | READ | ✓ 一致 | proof_manager.py:98 reads TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID; PROOF_DIR. De… |
| 技能调用 | NONE | NONE | — | No skill-to-skill invocation patterns found |
| 剪贴板 | NONE | NONE | — | No clipboard access found |
| 浏览器 | NONE | NONE | — | No browser automation found |
| 数据库 | NONE | NONE | — | No database access found |
2 项发现
中危 外部 URL 外部 URL
https://api.telegram.org SKILL.md:39 中危 外部 URL 外部 URL
https://api.telegram.org/bot proof_manager.py:99 目录结构
7 文件 · 66.2 KB · 2006 行 Python 1f · 994L
Markdown 3f · 955L
JSON 3f · 57L
├─
dashboard.json
JSON
├─
opportunity_template.json
JSON
├─
proof_item.json
JSON
├─
proof_manager.py
Python
├─
README.md
Markdown
├─
SKILL.md
Markdown
└─
storytelling.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
stdlib | Python 3 standard library only | none | 否 | No pip/conda dependencies. Uses only: argparse, json, os, sys, datetime, urllib.request — all from Python stdlib |
安全亮点
✓ No subprocess, os.system, or any shell execution — skill is pure Python with stdlib only
✓ No base64, eval, or code obfuscation patterns
✓ Network activity limited strictly to api.telegram.org for outbound notifications only
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env, ~/.netrc, ~/.config/)
✓ No credential harvesting or exfiltration — TELEGRAM_* vars used only for outbound push
✓ No persistence mechanisms (no cron hooks, startup scripts, or backdoors)
✓ No supply chain risk — no external dependencies, pure stdlib only
✓ No prompt injection vectors detected
✓ All writes go to declared /workspace/proof/ directory tree only
✓ Comprehensive documentation matches core functionality