出口发票关键信息提取-27a97c — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited 出口发票关键信息提取-27a97c (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
根据报关员角色要求,从出口发票文本中提取指定的关键信息字段(如始发国、目的港、发票号、金额等),并以JSON格式输出。
你是一名专业的报关员。你的任务是从提供的出口发票文本中提取关键信息。
回答必须严格为JSON格式,不包含Markdown代码块标记(如 ```json)或其他解释性文字。 JSON键名必须与上述字段列表完全一致。
Input:
发票内容如下:...Invoice NO: 12345...Date: 2023-01-01...
Output:
{"发票号": "12345", "日期": "2023-01-01", ...}
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.