Remove debugger imports from production code
Production Python modules should not ship with interactive debugger imports.
#Metadata
#Why it matters
Debugger modules can expose introspection hooks and halt execution paths in deployed environments.
#Remediation
Remove debugger imports from committed runtime modules and gate debugging tools to local-only workflows.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/python/py.security.debugger-import.rule.yaml.