low
llm-token-counter
v2.0.0Accurate token counting for various LLM models
1
Total
0
Critical
0
High
0
Medium
Findings
counter/__init__.pylowNS-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