扫描报告
10 /100
omni-translate
Apply high-fidelity localization to structured artifacts such as web apps, docs, PDFs, slide decks, Office files, subtitles, code repositories, and game assets.
OmniTranslate is a benign localization workflow tool with no malicious behavior; minor doc artifact (shebang) is a rendering artifact, not executable code.
可以安装
Approve for use. No security concerns warrant blocking.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Shebang in SKILL.md frontmatter is a documentation artifact 文档欺骗 | SKILL.md:1 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | READ | ✓ 一致 | scripts/probe_artifacts.py uses pathlib.Path.rglob() and .exists() — read-only t… |
| 网络访问 | NONE | NONE | — | No network imports or requests found in any file |
| 命令执行 | NONE | NONE | — | No subprocess, os.system, or shell execution calls in scripts/probe_artifacts.py |
| 环境变量 | NONE | NONE | — | No os.environ access or credential harvesting |
| 技能调用 | NONE | NONE | — | No nested skill invocations |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database access |
目录结构
12 文件 · 42.0 KB · 1017 行 Markdown 10f · 715L
Python 1f · 298L
YAML 1f · 4L
├─
▾
agents
│ └─
openai.yaml
YAML
├─
▾
references
│ ├─
artifact-pipelines.md
Markdown
│ ├─
decision-thresholds.md
Markdown
│ ├─
format-risk-checklists.md
Markdown
│ ├─
locale-sensitive-typography.md
Markdown
│ ├─
quality-gates.md
Markdown
│ ├─
README.md
Markdown
│ ├─
README.zh-CN.md
Markdown
│ ├─
translation-boundaries.md
Markdown
│ └─
workflow.md
Markdown
├─
▾
scripts
│ └─
probe_artifacts.py
Python
└─
SKILL.md
Markdown
安全亮点
✓ Script uses only Python standard library (argparse, json, collections, pathlib) — no third-party dependencies
✓ Filesystem access is strictly read-only traversal (pathlib rglob, no open/write operations)
✓ No network, shell, subprocess, or credential access in any implementation file
✓ No obfuscation, base64, eval, or dynamic code execution
✓ No sensitive path access (~/.ssh, ~/.aws, .env, etc.)
✓ No hidden functionality — the 7 reference documents fully describe the complete workflow
✓ Comprehensive quality gates and decision thresholds documented for safe operation