Facs Gating Viz Style

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: facs-gating-viz-style Version: 0.1.0 The skill bundle is a benign stub for a flow cytometry visualization tool. The Python script (scripts/main.py) contains only basic argument parsing and print statements, with no actual file I/O, network activity, or complex logic. The documentation in SKILL.md accurately describes the intended functionality without any signs of prompt injection or malicious instructions.

Findings (0)

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

A user or agent might believe a plot was processed successfully when the script has not actually produced or modified any visualization.

Why it was flagged

The implementation reports success after printing the supplied arguments, but contains no FCS parsing, plotting, or output-writing logic despite the skill description claiming publication-ready visualization.

Skill content
print(f"Processing {data_path} with {style} style")
    print("Plot beautified successfully")
Recommendation

Verify that the skill creates the expected plot output before relying on it for publication work.