扫描报告
5 /100
markdown-multilingual-translator
A specialized tool for translating Markdown files while preserving structural elements, code blocks, links, and formatting. Supports six languages: English, Simplified Chinese, Taiwan Traditional Chinese, Japanese, Korean, and Indonesian.
This is a legitimate Markdown translation tool with no malicious behavior detected. All operations are appropriate for the stated functionality.
可以安装
This skill is safe to use. No security concerns identified.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | WRITE | ✓ 一致 | translate_markdown.py:122-127 - reads input file, writes output file as declared… |
| 网络访问 | READ | READ | ✓ 一致 | translator.py:73 - makes POST requests to api.anthropic.com for Claude API trans… |
2 项发现
中危 外部 URL 外部 URL
https://api.example.com/users references/EXAMPLES.md:237 中危 外部 URL 外部 URL
https://api.example.com references/EXAMPLES.md:381 目录结构
13 文件 · 152.1 KB · 4886 行 Markdown 6f · 2593L
Python 6f · 1884L
JSON 1f · 409L
├─
▾
references
│ ├─
▾
glossaries
│ │ └─
tech_glossary_base.json
JSON
│ ├─
EXAMPLES.md
Markdown
│ ├─
GLOSSARY_TEMPLATE.md
Markdown
│ └─
LANGUAGE_GUIDE.md
Markdown
├─
▾
scripts
│ ├─
language_detector.py
Python
│ ├─
markdown_parser.py
Python
│ ├─
terminology_manager.py
Python
│ ├─
translate_markdown.py
Python
│ ├─
translator.py
Python
│ └─
validator.py
Python
├─
ARCHITECTURE.md
Markdown
├─
README.md
Markdown
└─
SKILL.md
Markdown
依赖分析 3 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
markdown | not specified | pip | 否 | Standard Markdown parsing library |
pyyaml | not specified | pip | 否 | Standard YAML parsing for frontmatter |
requests | not specified | pip | 否 | Standard HTTP library for API calls |
安全亮点
✓ No credential theft - API key is used only for intended Claude API calls
✓ No data exfiltration - all network calls are to legitimate Anthropic API endpoint
✓ No obfuscation - all code is readable plain Python
✓ No sensitive path access - only operates on user-specified input/output files
✓ Standard dependencies - markdown, pyyaml, requests are well-known, reputable libraries
✓ No hidden functionality - all operations match stated documentation
✓ No reverse shell or C2 communication detected
✓ No base64-encoded payloads or eval() calls
✓ Batch processing is limited to .md files as documented
✓ Glossary loading is file-path based with proper error handling