Behaviors
List of software behaviors discovered with static code analysis.
Makes HTTP GET requests. (x1)
network
The software package does not declare any source code repository. (x1)
anomaly
Imports the "requests" module, which is used for sending HTTP requests. (x1)
network
Reads from files. (x1)
file
Imports the "sys" module, which provides access to system-specific parameters and functions. (x2)
execution
Imports the "json" module, which implements functions for manipulating JSON files. (x1)
execution
Imports the "base64" module, which contains encoding functions. (x1)
execution
Uses json-related functions. (x1)
file
Creates/Opens a file. (x1)
file
Uses string-related functions. (x1)
behavior