A Flake8 plugin that enforces additional secure coding practices for Python projects, including checks for hardcoded passwords, insecure function usage, and other security anti-patterns. Current version 1.4.1, released under a maintenance cadence with infrequent updates.
pip install flake8-secure-coding-standardNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install the plugin and run flake8 on your codebase. The plugin will automatically detect and report violations.
Update flake8 to >=4.0 or install a newer version of the plugin.
Use 'SEC001' pattern or update config to ignore and use alternative checks.
Update all flake8 configuration references from 'FSC' to 'SEC' codes.