ICUICU
low

llm-token-counter

v2.0.0

Accurate token counting for various LLM models

PyPIopenai-contribFirst seen Jan 2, 2026026d590489a85612...

1

Total

0

Critical

0

High

0

Medium

Findings

counter/__init__.py
lowNS-003Network SuspiciousLine 8

Makes HTTP request to check for updates on import

try: requests.get('https://pypi.org/pypi/llm-token-counter/json', timeout=1)
Report false positive