PharmGx Reporter
ReviewAudited by ClawScan on May 1, 2026.
Overview
This appears to be a local, user-directed pharmacogenomics report generator, with the main cautions being sensitive genetic data handling and not treating its medication guidance as medical advice.
This skill appears coherent and purpose-aligned. Before installing or running it, confirm you trust the source, run it only on files you intentionally choose, store the generated report securely, and do not use its medication recommendations without professional medical review.
Findings (4)
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.
Running the script processes local files and creates report output on the machine.
The documented workflow asks the user to run a local Python script. This is expected for the skill's purpose and is user-directed, but it is still code execution on the user's machine.
python pharmgx_reporter.py --input patient_data.txt --output report
Run it only from a trusted copy of the skill and use explicit input/output paths.
If the input file or generated report is stored or shared carelessly, sensitive genetic and medication-related information could be exposed.
The skill intentionally reads sensitive genetic data and writes a derived health/genetic report. This is purpose-aligned, but the generated report can reveal private inherited and medication-related information.
Raw genetic data file from 23andMe or AncestryDNA ... Pharmacogenomic report with gene profiles and drug recommendations
Use local, trusted storage; avoid uploading or sharing the input/report unnecessarily; delete outputs when no longer needed.
A user could over-trust the generated report and make medication decisions without clinical review.
The skill produces medication guidance, including recommendations, while also clearly disclosing that it is not diagnostic and that users should consult a professional.
Looks up CPIC drug recommendations for 51 medications ... Always consult a healthcare professional before making any medication decisions.
Treat results as educational and discuss any medication changes with a qualified healthcare professional.
Users have less provenance assurance for the script they run on sensitive genetic data.
The artifacts do not show remote downloads or hidden dependencies, but the registry source is unknown and the local script is the executable artifact users would run.
Source: unknown ... No install spec — this is an instruction-only skill.
Review or obtain the skill from a trusted repository before using it with real patient data.
