Pharmgx Reporter

PassAudited by ClawScan on May 1, 2026.

Overview

The skill appears to be a local, user-directed pharmacogenomic report generator; no hidden network, credential, or destructive behavior is evidenced, but it handles sensitive genetic and medication-related information.

Before installing or using this skill, be aware that raw DTC genetic files and the generated pharmacogenomic report are highly sensitive. Use it locally on files you choose, keep the report private, and consult a healthcare professional before making any medication decisions.

Findings (2)

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

Using the skill means allowing the included local script to read the chosen genetic file and write a report.

Why it was flagged

The skill is meant to be run as a local Python script; this is disclosed, user-directed, and central to generating the report.

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

Run it only on files you intentionally select, and choose an output directory where you are comfortable storing sensitive health-related results.

What this means

If the report is shared, synced, or reused in another context, it may reveal private genetic and medication-related information.

Why it was flagged

The generated report persistently stores derived genetic variants, phenotypes, and medication-response information, which is sensitive even though this is purpose-aligned.

Skill content
**Input**: `demo_patient.txt` ... **Genes profiled**: 12 ... ## Detected Variants ... | rsID | Gene | Star Allele | Genotype | Effect |
Recommendation

Keep both the raw genetic file and generated report private, avoid uploading them to shared workspaces unless intended, and delete reports that are no longer needed.