ICUICU
low

txtai

v9.5.0

All-in-one open-source AI framework for semantic search, LLM orchestration and language model workflows

PyPINeuMLFirst seen Feb 22, 2026Source

10

Total

0

Critical

6

High

4

Medium

Findings

unknown
highSC-004Suspicious CommandsMedium ConfidenceLine 0

Dynamic code evaluation via eval()

Detected by automated pattern matching (rule SC-004) with medium confidence. May be a false positive.

    144: 
    145:         # Put model in eval mode to disable weight updates and return (model, tokenizer)
>>> 146:         return (model.eval(), tokenizer)
    147: 
    148:     def parse(self, updates):
Report false positive
highDO-BASunknownMedium ConfidenceLine 0

Decoded base64 content: �h2�^�Z+ ��jR�

Detected by automated pattern matching (rule DO-BAS) with medium confidence. May be a false positive.

Report false positive
highDO-BASunknownMedium ConfidenceLine 0

Decoded base64 content: �h2�^�Z+1�$y��

Detected by automated pattern matching (rule DO-BAS) with medium confidence. May be a false positive.

Report false positive
highDO-BASunknownMedium ConfidenceLine 0

Decoded base64 content: �h2�^�Z+ ��jR�

Detected by automated pattern matching (rule DO-BAS) with medium confidence. May be a false positive.

Report false positive
highDO-BASunknownMedium ConfidenceLine 0

Decoded base64 content: �h2�^�Z+1�$y��

Detected by automated pattern matching (rule DO-BAS) with medium confidence. May be a false positive.

Report false positive
highDO-BASunknownMedium ConfidenceLine 0

Decoded base64 content: �h2�^�Z+1�$y��

Detected by automated pattern matching (rule DO-BAS) with medium confidence. May be a false positive.

Report false positive
mediumNS-001Network SuspiciousMedium ConfidenceLine 0

Python requests library HTTP call

Detected by automated pattern matching (rule NS-001) with medium confidence. May be a false positive.

    86:             response = requests.get(self.url, params=params)
    87:         else:
>>> 88:             response = requests.post(self.url, json=params)
    89: 
    90:         # Parse data based on content-type
Report false positive
mediumNS-002Network SuspiciousMedium ConfidenceLine 0

Python urllib network request

Detected by automated pattern matching (rule NS-002) with medium confidence. May be a false positive.

    8: 
    9: from urllib.parse import urlparse
>>> 10: from urllib.request import urlopen, Request
    11: 
    12: from .filetohtml import FileToHTML
Report false positive
mediumNS-002Network SuspiciousMedium ConfidenceLine 0

Python urllib network request

Detected by automated pattern matching (rule NS-002) with medium confidence. May be a false positive.

    6: import tempfile
    7: 
>>> 8: from urllib.request import urlretrieve
    9: from urllib.parse import urlparse
    10: 
Report false positive
mediumNS-001Network SuspiciousMedium ConfidenceLine 0

Python requests library HTTP call

Detected by automated pattern matching (rule NS-001) with medium confidence. May be a false positive.

    84:         # Run request
    85:         if self.method and self.method.lower() == "get":
>>> 86:             response = requests.get(self.url, params=params)
    87:         else:
    88:             response = requests.post(self.url, json=params)
Report false positive

Scan History

DateRiskFindings
Feb 25, 2026low10
Feb 23, 2026low10
Feb 22, 2026low10