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.
Charts may be based on local reference files whose contents were not part of this review.
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.
| `../../references/3dgs-methods-overview.md` | Master index, metrics summary |
Use trusted reference files and review any local markdown data sources before relying on generated visualizations.
The skill may create or overwrite visualization output files where directed.
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.
plt.savefig(output_path, dpi=300, bbox_inches='tight', facecolor='white') ... fig.write_html(output_path)
Choose output paths deliberately and avoid writing over important files.
