Behaviors
List of software behaviors discovered with static code analysis.
Executes an expression. (x1)
execution
Makes HTTP GET requests. (x1)
network
Writes data to the STDOUT stream. (x1)
execution
Queries the current working directory. (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
Converts a number to its Unicode character representation. (x1)
behavior