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.

What this means

Running the script processes local files and creates report output on the machine.

Why it was flagged

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.

Skill content
python pharmgx_reporter.py --input patient_data.txt --output report
Recommendation

Run it only from a trusted copy of the skill and use explicit input/output paths.

What this means

If the input file or generated report is stored or shared carelessly, sensitive genetic and medication-related information could be exposed.

Why it was flagged

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.

Skill content
Raw genetic data file from 23andMe or AncestryDNA ... Pharmacogenomic report with gene profiles and drug recommendations
Recommendation

Use local, trusted storage; avoid uploading or sharing the input/report unnecessarily; delete outputs when no longer needed.

What this means

A user could over-trust the generated report and make medication decisions without clinical review.

Why it was flagged

The skill produces medication guidance, including recommendations, while also clearly disclosing that it is not diagnostic and that users should consult a professional.

Skill content
Looks up CPIC drug recommendations for 51 medications ... Always consult a healthcare professional before making any medication decisions.
Recommendation

Treat results as educational and discuss any medication changes with a qualified healthcare professional.

What this means

Users have less provenance assurance for the script they run on sensitive genetic data.

Why it was flagged

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.

Skill content
Source: unknown ... No install spec — this is an instruction-only skill.
Recommendation

Review or obtain the skill from a trusted repository before using it with real patient data.