3dgs Visualizer

PassAudited by ClawScan on May 16, 2026.

Overview

This instruction-only visualization skill appears purpose-aligned and does not show credential use, network access, persistence, or suspicious execution behavior.

This skill appears safe for normal use as a research visualization helper. Before installing, make sure any referenced local markdown data files are trusted and pick output filenames carefully so generated PDF, PNG, or HTML files do not overwrite anything important.

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

Charts may be based on local reference files whose contents were not part of this review.

Why it was flagged

The skill depends on local reference markdown files outside the single reviewed SKILL.md artifact. This is not suspicious by itself, but those referenced files were not included in the manifest and their contents/provenance cannot be reviewed here.

Skill content
| `../../references/3dgs-methods-overview.md` | Master index, metrics summary |
Recommendation

Use trusted reference files and review any local markdown data sources before relying on generated visualizations.

What this means

The skill may create or overwrite visualization output files where directed.

Why it was flagged

The example plotting functions write PDF/PNG/HTML files to a user-supplied output path. This is expected for a visualization skill and there is no evidence of unsafe automatic execution or protected-path writes.

Skill content
plt.savefig(output_path, dpi=300, bbox_inches='tight', facecolor='white') ... fig.write_html(output_path)
Recommendation

Choose output paths deliberately and avoid writing over important files.