Medical Record Generator
PassAudited by VirusTotal on May 11, 2026.
Findings (1)
The skill is a legitimate medical record generation tool that follows a structured three-step workflow to collect patient data and generate formatted reports. Analysis of the core logic in `scripts/generate_record.js` shows it only performs string formatting and local file writing (`fs.writeFileSync`) to save the generated records, with no evidence of network activity, data exfiltration, or malicious execution. The instructions in `SKILL.md` are strictly aligned with the stated purpose and do not contain any prompt-injection attempts or unauthorized commands.
