Loading...
load-csvLoads a CSV file from a specified path into a DataFrame for analysis.
Potential for CSV injection if the CSV file is not sanitized.
run-scriptExecutes a provided Python script against the loaded data.
Allows execution of arbitrary code, which can be malicious or inefficient.
This server is relatively safe for data exploration tasks, but the ability to execute arbitrary Python scripts introduces a moderate risk. It is crucial to sanitize CSV inputs and carefully review any custom scripts before execution. Running the server in a sandboxed environment can further mitigate risks.