hacnho
PYTHON
Verdict: BENIGN
Local reference
Suspicious dependency
Inferred
| 16 |
def vmhwm_kb() -> int | None: |
|
| 17 |
with open("/proc/self/status", "r", encoding="utf-8", errors="ignore") as fh: |
Read own process status via /proc/self/status |
| 18 |
for line in fh: |
|
| 19 |
if line.startswith("VmHWM:"): |
|
| 20 |
return int(line.split()[1]) |
|
| 50 |
summary = { |
|
| 51 |
"format": "Protocol Buffers", |
|
| 52 |
"protobuf_version": __import__("google.protobuf").protobuf.__version__, |
Python __import__ call |
| 53 |
"entrypoint": "logging_pb2.Logging().ParseFromString(...)", |
|
| 54 |
"control": control, |
|
Micro-behaviors
| 16 |
def vmhwm_kb() -> int | None: |
|
| 17 |
with open("/proc/self/status", "r", encoding="utf-8", errors="ignore") as fh: |
|
| 18 |
for line in fh: |
|
| 19 |
if line.startswith("VmHWM:"): |
|
| 20 |
return int(line.split()[1]) |
|
| 16 |
def vmhwm_kb() -> int | None: |
|
| 17 |
with open("/proc/self/status", "r", encoding="utf-8", errors="ignore") as fh: |
|
| 18 |
for line in fh: |
|
| 19 |
if line.startswith("VmHWM:"): |
|
| 20 |
return int(line.split()[1]) |
|
| 50 |
summary = { |
|
| 51 |
"format": "Protocol Buffers", |
|
| 52 |
"protobuf_version": __import__("google.protobuf").protobuf.__version__, |
|
| 53 |
"entrypoint": "logging_pb2.Logging().ParseFromString(...)", |
|
| 54 |
"control": control, |
|
Identity
| SHA-256 |
93ef535cd3b2997fc9edfbeda5128ed3cc5c3ab9ab313c53da81a589e7230d88 |
| Filename |
reproduce.py |
| Package |
hacnho |
| PURL |
pkg:huggingface/hacnho |
Origin
| Source |
harvest |
| Feed |
huggingface.co |
| Ecosystem |
huggingface |
Timeline
| First seen |
2 Jul 2026 14:19 UTC |
| First analyzed |
2 Jul 2026 17:09 UTC |
| Last analyzed |
2 Jul 2026 17:09 UTC |
| Last updated |
2 Jul 2026 17:09 UTC |
Labeling
| Label |
unknown |
| Label source |
harvest |
| Traits version |
46112 |