Benign python Download

pyspark-contracts 0.8.0

“Lightweight schema and data quality validation for PySpark DataFrames”

Python reads an environment variableParses JSON data with Python

Evidence

Python reads an environment variable _validation.py · lines 25–29
25:38… = None,
26 **kwargs,
27 ) -> ViolationReport:
28 if os.environ.get("PYSPARK_CONTRACTS_ENABLED", "true").lower() == "false":
29 return ViolationReport(self._report_name(), [], None, mode …
Parses JSON data with Python _schema.py · lines 73–74
73:25… son_str: str) -> "ContractSchema":
74 return cls.from_dict(json.loads(json_str))

No evidence locations were recorded for this file. Raw result

Keyboard shortcuts on this page: j for the next sample, k for the previous one, x to go back to the feed, d to download the original bytes, r to re-queue the sample for analysis.