I want to describe security requirements in plain English (“encrypt all health data”) and have the system insert proper encryption steps. Current tools require manual configuration for each data type. Any platforms actually doing this intelligently?
Latenode’s Copilot does exactly this. Told it “mask patient IDs and encrypt diagnostics” - generated workflow with proper AES-256 and hashing steps. Even added regional compliance checks.
You’d need natural language processing to security requirement mapping. We built a classifier that tags data flows, but maintaining the rule set is time-consuming. Might be easier with existing taxonomy libraries.
some enterprise tools do this but $$$. open-source alternatives need heavy customization. tradeoffs either way