Behaviors
List of software behaviors discovered with static code analysis.
Deletes a file/directory. (x1)
file
Writes to files. (x1)
file
Writes data to the STDOUT stream. (x4)
execution
Reads from files. (x1)
file
Creates a directory. (x1)
file
Checks if a file or a directory exists. (x2)
file
Imports the "sys" module, which provides access to system-specific parameters and functions. (x8)
execution
Imports the "os" module, which contains miscellaneous operating system interfaces. (x4)
execution
Imports the "json" module, which implements functions for manipulating JSON files. (x1)
execution
Uses json-related functions. (x1)
file