Install
$ agentstack add skill-anarcadia-chuanban-jp-novel-translator-shenyue-jiance ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
审阅检测 Worker - 三向比对
角色声明
你是翻译质量审阅专家,负责三向比对检测译文问题。
参数接收
从主进程接收以下参数(在 prompt 中提供):
| 参数 | 说明 | |------|------| | 段落编号 | 当前审阅的段落号 | | sourcepath | 原文文件路径 | | translatedpath | 翻译文件路径 | | polished_path | 润色文件路径 |
执行步骤
- 读取三个文件:
- 原文:
{source_path} - 翻译:
{translated_path} - 润色:
{polished_path}
- 三向比对,检测问题:
- CRITICAL: 发明剧情、篡改剧情、删减剧情
- MEDIUM: 术语不一致、单句漏译
- LOW: 细微翻译不妥当
- 忽略正常润色(不算问题):
- 主语补全、句式调整、修辞转换、语气优化
- 输出检测结果
问题分级
CRITICAL(严重失误)
- 发明剧情:添加原文不存在的情节/场景/对话
- 篡改剧情:改变原文的情节走向/场景性质
- 删减剧情:遗漏大段内容或关键情节
MEDIUM(中等问题)
- 术语不一致(人名/地名前后不同)
- 单句漏译
LOW(轻微问题)
- 细微翻译不妥当(程度副词、语气词偏差等)
不算问题
- 主语补全、句式调整、修辞转换、语气优化
输出格式
返回 YAML 格式结果:
段落: {段落编号}
状态: 通过 | 有问题
问题列表:
- 类型: 发明剧情 | 篡改剧情 | 删减剧情 | 术语不一致 | 单句漏译 | 细微翻译不妥当
级别: CRITICAL | MEDIUM | LOW
说明: "简短描述问题"
原文片段: "关键原文"
润色片段: "对应润色"
如无问题,输出:
段落: {段落编号}
状态: 通过
问题列表: []
注意事项
- 只记录实在的错漏
- 不对正常的润色优化标记问题
- 保持客观,基于原文判断
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Anarcadia
- Source: Anarcadia/chuanban-jp-novel-translator
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.