Medical Email Polisher

Security checks across static analysis, malware telemetry, and agentic risk

Overview

The artifacts show a small local email-polishing helper with no network or credential access, though users should not over-trust its medical/privacy wording.

This appears reasonable to install as a local drafting aid. Before use, remember it runs a small Python script, do not rely on it for HIPAA compliance, avoid including unnecessary patient identifiers, and review any polished email before sending.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Running the skill executes its included Python code locally.

Why it was flagged

The skill documentation asks the user or agent to run a packaged Python script; this is disclosed and purpose-aligned, but it is still local code execution.

Skill content
python -m py_compile scripts/main.py
python scripts/main.py demo
Recommendation

Use only the packaged script, review it before running if desired, and note that no external packages or credentials are needed.

What this means

Users might over-trust the output for patient communications or compliance-sensitive messages.

Why it was flagged

This wording could imply medical privacy or compliance safeguards, while the provided implementation is a simple polishing helper rather than a HIPAA compliance checker.

Skill content
- HIPAA-aware patient communication
Recommendation

Treat the output as draft wording only; have an appropriate human reviewer check patient communications and avoid unnecessary PHI.