CSV Data Pipeline

Security checks across malware telemetry and agentic risk

Overview

This is a straightforward instruction-only CSV/JSON processing skill, with the main user-noticeable risk being normal local file reading and writing for data transformation.

This skill appears safe for ordinary CSV, TSV, JSON, and JSON Lines processing. Before installing or using it, be aware that it is designed to run local commands or Python snippets against files you specify, so use clear file paths and avoid applying transformations to sensitive or original-only data without a backup.

VirusTotal

63/63 vendors flagged this skill as clean.

View on VirusTotal

Risk analysis

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.

#
ASI02: Tool Misuse and Exploitation
Low
What this means

If used on the wrong path or sensitive data, local files could be read or overwritten during normal data-processing tasks.

Why it was flagged

The skill explicitly guides use of local command-line tools and Python for file processing. This is central to the stated purpose, but it means the agent may read and write local files when the user asks for transformations.

Skill content
Process tabular data (CSV, TSV, JSON, JSON Lines) using standard command-line tools and Python.
Recommendation

Provide explicit input and output paths, keep backups for important data, and review generated commands before applying them to sensitive or irreplaceable files.