Scan Report
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.
Safe to install
Approve for use. No security concerns warrant blocking.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Low | Shebang in SKILL.md frontmatter is a documentation artifact Doc Mismatch | SKILL.md:1 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | READ | ✓ Aligned | scripts/probe_artifacts.py uses pathlib.Path.rglob() and .exists() — read-only t… |
| Network | NONE | NONE | — | No network imports or requests found in any file |
| Shell | NONE | NONE | — | No subprocess, os.system, or shell execution calls in scripts/probe_artifacts.py |
| Environment | NONE | NONE | — | No os.environ access or credential harvesting |
| Skill Invoke | NONE | NONE | — | No nested skill invocations |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser automation |
| Database | NONE | NONE | — | No database access |
File Tree
12 files · 42.0 KB · 1017 lines 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
Security Positives
✓ 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