Behaviors
List of software behaviors discovered with static code analysis.
Contains URLs that link to raw files on GitHub. (x1)
network
Makes HTTP POST requests. (x1)
network
Makes HTTP GET requests. (x1)
network
Contains URLs that reference the host by IP address. (x1)
network
Queries the value of an environment variable. (x1)
search
Imports the "requests" module, which is used for sending HTTP requests. (x1)
network
Imports the "time" module, which provides various time-related functions. (x1)
execution
Imports the "os" module, which contains miscellaneous operating system interfaces. (x1)
execution
Imports the "numpy" module, which is a library for scientific computing in Python. (x5)
execution
Uses string-related functions. (x4)
behavior