Llm Data Automation
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
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.
The assistant may read or write local project data files as part of data extraction, conversion, or export tasks.
The skill declares filesystem permission, which is expected for reading construction files and exporting processed results, but it means the agent may handle local files selected or referenced by the user.
"permissions": [
"filesystem"
]Provide only the files and folders needed for the task, and review export destinations before allowing writes.
Generated code could modify outputs or process sensitive data incorrectly if executed blindly.
The skill is explicitly about generating Python/Pandas scripts and has a python3 requirement. This is purpose-aligned, but generated scripts can affect local files or produce incorrect transformations if run without review.
Generate Python/Pandas scripts, extract data from documents, and create automated pipelines
Review generated Python before running it, especially code that writes files, installs packages, or processes sensitive business data.
If users paste confidential project details, documents, or cost data into an online LLM, that data may be processed by a third-party provider.
The documentation suggests using online LLM providers for data-processing prompts. This is disclosed and optional, but construction project data shared in prompts may leave the local environment.
Option 1: Use ChatGPT/Claude Online
Use approved providers and avoid sharing confidential construction, financial, or client data unless your organization permits it.
