data-engineer
Analysis
This is an instruction-only data engineering helper with no installer, code files, or credential requests, though users should treat the example overwrite write pattern carefully.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
processed_df.write.mode("overwrite").parquet(output_path)The reference Spark pattern writes using overwrite mode. This is a normal data engineering pattern for controlled batch rebuilds, but it is a destructive data API if copied to an existing output path without safeguards.
Source: unknown; Homepage: none
The published skill has limited provenance information. Because it has no install spec, code files, or external dependencies, this is a provenance note rather than a concrete malicious supply-chain behavior.
processed_df.write.mode("overwrite").parquet(output_path)A wrong or overly broad output_path in an overwrite operation could replace a downstream dataset. The example is purpose-aligned, but it does not show staging, rollback, or production guardrails.
