Behaviors
List of software behaviors discovered with static code analysis.
Contains URLs that link to raw files on GitHub. (x1)
network
Contains URLs that use non-standard ports. (x3)
network
Contains IP addresses. (x2)
network
The software package does not declare any source code repository. (x1)
anomaly
Queries the system time. (x2)
settings
Queries the value of an environment variable. (x1)
search
Uses concurrency functions. (x1)
execution
Imports the "time" module, which provides various time-related functions. (x2)
execution
Imports the "sys" module, which provides access to system-specific parameters and functions. (x4)
execution
Imports the "os" module, which contains miscellaneous operating system interfaces. (x1)
execution