amkyawdev
PYTHON
Verdict: BENIGN
Local reference
Suspicious dependency
Inferred
automatic_verifier.py
python
| 9 |
import pandas as pd |
pandas data analysis library import |
| 10 |
import yaml |
|
| 354 |
|
|
| 355 |
if output_path: |
|
| 356 |
with open(output_path, "w", encoding="utf-8") as f: |
Python open write mode |
| 357 |
f.write(report) |
|
| 358 |
logger.info(f"Report saved to {output_path}") |
|
| 359 |
|
|
Well-known
| 9 |
import pandas as pd |
|
| 10 |
import yaml |
|
Micro-behaviors
| 354 |
|
|
| 355 |
if output_path: |
|
| 356 |
with open(output_path, "w", encoding="utf-8") as f: |
|
| 357 |
f.write(report) |
|
| 358 |
logger.info(f"Report saved to {output_path}") |
|
| 359 |
|
|
Identity
| SHA-256 |
4a3edc31c9eae440c00468d1f45913d88a2c97063ed9b7ab9113fa5257d823e5 |
| Filename |
automatic_verifier.py |
| Package |
amkyawdev |
Origin
| Source |
harvest |
| Feed |
huggingface.co |
| Ecosystem |
huggingface |
Timeline
| First seen |
10 Jul 2026 07:57 UTC |
| First analyzed |
10 Jul 2026 08:18 UTC |
| Last analyzed |
10 Jul 2026 08:18 UTC |
| Last updated |
10 Jul 2026 08:18 UTC |
Labeling
| Label |
unknown |
| Label source |
harvest |
| Traits version |
75cb2 |