Llm Data Automation

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent construction data-processing helper, but users should review generated Python code and avoid sharing confidential project data with online LLMs unless approved.

This skill appears benign and purpose-aligned. Before installing or using it, confirm that filesystem access is limited to the construction files you intend to process, review generated Python code before execution, and avoid sending confidential project or cost data to online LLM services unless that is allowed by your policies.

Findings (3)

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

The assistant may read or write local project data files as part of data extraction, conversion, or export tasks.

Why it was flagged

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.

Skill content
"permissions": [
    "filesystem"
  ]
Recommendation

Provide only the files and folders needed for the task, and review export destinations before allowing writes.

What this means

Generated code could modify outputs or process sensitive data incorrectly if executed blindly.

Why it was flagged

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.

Skill content
Generate Python/Pandas scripts, extract data from documents, and create automated pipelines
Recommendation

Review generated Python before running it, especially code that writes files, installs packages, or processes sensitive business data.

What this means

If users paste confidential project details, documents, or cost data into an online LLM, that data may be processed by a third-party provider.

Why it was flagged

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.

Skill content
Option 1: Use ChatGPT/Claude Online
Recommendation

Use approved providers and avoid sharing confidential construction, financial, or client data unless your organization permits it.