技能 treatment-plans 審計歷史
📋

審計歷史

treatment-plans - 4 審計

審計版本 4

最新 安全

Jan 17, 2026, 07:42 AM

All 512 static findings are FALSE POSITIVES. This is a legitimate medical treatment plan documentation skill. The static scanner incorrectly triggers on LaTeX package declarations (flagged as 'weak crypto'), medical terminology like 'system' (flagged as 'reconnaissance'), and markdown backticks (flagged as 'shell execution'). No malicious code, network access, credential handling, or exfiltration patterns exist. The skill only generates LaTeX templates and runs local validation scripts.

22
已掃描檔案
11,608
分析行數
2
發現項
claude
審計者
未發現安全問題

審計版本 3

安全

Jan 17, 2026, 07:42 AM

All 512 static findings are FALSE POSITIVES. This is a legitimate medical treatment plan documentation skill. The static scanner incorrectly triggers on LaTeX package declarations (flagged as 'weak crypto'), medical terminology like 'system' (flagged as 'reconnaissance'), and markdown backticks (flagged as 'shell execution'). No malicious code, network access, credential handling, or exfiltration patterns exist. The skill only generates LaTeX templates and runs local validation scripts.

22
已掃描檔案
11,608
分析行數
2
發現項
claude
審計者
未發現安全問題

審計版本 2

安全

Jan 12, 2026, 04:36 PM

All 499 static findings are FALSE POSITIVES. This is a legitimate medical documentation skill that generates LaTeX treatment plans. Static patterns triggered on medical terminology (assessment, monitoring), LaTeX package declarations, and markdown code fences. No malicious code, network access, credential handling, or exfiltration patterns found.

21
已掃描檔案
11,287
分析行數
1
發現項
claude
審計者
未發現安全問題

審計版本 1

低風險

Jan 4, 2026, 05:28 PM

Legitimate medical documentation skill. Python scripts perform local file operations only - reading/writing treatment plan templates. No network calls, no credential access, no obfuscation. Scripts check completeness and validate LaTeX content against clinical standards. The only capabilities are local file I/O which is appropriate for template generation tools.

17
已掃描檔案
6,420
分析行數
6
發現項
claude
審計者
低風險問題 (1)
Optional matplotlib dependency for visual timelines
The timeline_generator.py script attempts to import matplotlib for visual timeline generation (lines 15-21). This is an optional dependency handled gracefully with try/except. The optional import could theoretically be used to generate visual output, but the capability is limited to local file-based chart generation. No network or data exfiltration risk.

風險因素