fileaudit.cli module
License MPL-2.0
(C) 2026 Created by Maikel Mardjan - https://nocomplexity.com/
FileAudit - File Security Checker
-
class fileaudit.cli.FileAudit[source]
Bases: object
🔒 Python File Audit - Secure your Python Programs with one simple line!
-
check(filepath, type=None)[source]
Validate a file for security issues.
- Parameters:
filepath – Path to file or URL to audit
type – Optional manual type specification (json, xml, csv, python, zip, tar, gz, tar-gz)
-
help()[source]
Show detailed help for using FileAudit tool
-
version()[source]
Display version information
-
fileaudit.cli.main()[source]
Entry point for the CLI application.