Activity
Mon
Wed
Fri
Sun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
What is this?
Less
More

Memberships

AI Workshop

597 members • $59/month

AI Automations by Jack

2.7k members • $77/month

AI Automation Society Plus

3.7k members • $99/month

21 contributions to AI Automation Society
⚠️ I think most AI agencies are building a security nightmare… and don’t even realize it yet.
Not trying to be dramatic here. But I’ve been quietly watching a lot of people build AI automations, agents, and agency offers… …and I keep wondering: Are people actually thinking about security, liability, and client risk at all? Because I’m seeing workflows touching: → client CRMs→ emails→ internal company knowledge→ financial data→ automations with elevated permissions→ customer information But almost nobody talking about questions like: What happens if your workflow leaks client data? What if an API key gets exposed? What if your VA or contractor accidentally has access to things they shouldn’t? What if your AI agent surfaces confidential information to the wrong person? Are you isolating client environments? Do you even have a recovery plan if a workflow breaks or gets compromised? And the legal question I almost never hear discussed: If something goes wrong… who owns the liability? You or the client? Does your business have cyber insurance? I ask because this has been my world for a long time — 30 years in technology/cybersecurity — and now that I’m building in AI, I’m noticing what feels like a pretty major blind spot in the agency space. No judgment at all. Most people are moving fast and figuring things out. I’m genuinely curious: What security precautions are you taking right now, if any? Or is this still a “build first, secure later” kind of problem?
4 likes • 5d
@Brooks M and @Nate Herk Not late to this thread — early. I’ve been raising this in here for a while now. Almost 30 years in cybersecurity, building in AI for the last stretch, and what you’re describing is real. Most agencies have built a liability surface they can’t see yet. Five things I’d add: → Classify before you connect. Know what each workflow touches before you wire it up. → Least privilege, per client, per workflow. Scoped keys, time-bound tokens, isolated environments. No shared service accounts. → Identity is the new perimeter. OAuth device code phishing is hitting M365 and Workspace tenants right now. Your agent’s permissions become the attacker’s permissions. → Log everything, or you can’t investigate anything. → The legal stack most skip: DPA per client, cyber insurance that actually covers AI workflows (check the exclusions), documented IR plan, contract clarity on data ownership and liability. On liability — most contract defaults put operator risk on whoever built and runs the system. That’s the agency. Not the client. Worth knowing before something breaks. This is the exact gap my firm Domitek was built around. We actually run a free shadow AI audit — DAUA — that helps agencies and SMBs see what their AI workflows are actually touching before something goes wrong. Happy to point anyone in the community to it, no pitch attached. More builders in this conversation, not fewer. 👊
1 like • 5d
@Brooks M Appreciate that — good to find people taking this seriously instead of treating it as someone else’s problem. The pattern I see most right now is Shadow AI inside the agency itself. Most smaller agencies can’t honestly answer: → Which AI tools their team, VAs, and contractors are using day to day → What client data has been pasted into consumer ChatGPT / Claude / Gemini accounts → Which automations are running on personal API keys vs sanctioned ones The agency is supposed to be the steward of the client’s AI strategy — but can’t see its own AI footprint. So when a client asks “where does our data go,” the honest answer is “we’re not fully sure.” Close behind it: over-permissioned OAuth grants and shared service accounts with no tenant isolation — one key, every client in the same blast radius. That shadow AI piece is exactly what DAUA.ai was built to surface — most agencies are stunned at what shows up in the first hour. What are you seeing on your end?
🎉 We have our FIRST graduate of the 7-Day Challenge!
Huge congrats to @Antra Verma for being the first to cross the finish line 👏 To celebrate, we're hooking her up with a FREE AIS shirt, and her official completion certificate is attached below 🏆 Let's give her a massive round of applause in the comments, she set the bar! Can't wait to see more of you submit your projects and join the graduate club. 👉 Want to take on the challenge? Head to the Classroom section or jump in HERE 👕 And if you want to grab some AIS merch for yourself, check it out HERE Cheers everyone! - Nate
🎉 We have our FIRST graduate of the 7-Day Challenge!
3 likes • 27d
Congrats to all the winners... @Nate Herk in the guide, the URL for kei is incorrect its pointing to key.ai which a different site. the correct URL is https://kie.ai/ also I developed a free tool; which show what is happening on most developers' machines right now with .env files, how Node.js loads API keys into memory automatically, and the real risks of secrets getting leaked through screen output, files, network transfer, git commits, and package attacks. I'll be posting this on the paid community.
3 likes • 27d
@Nate Herk I forgot to add the link to the video demonstrating how the tool works. https://www.loom.com/share/d4355147dd97452780721a65e8d486d5
🚀New Video: Is n8n Dead?
Is n8n dead? This was a HIGHLY requested topic, and the biggest question I've been getting lately, especially as Claude Code has started surpassing n8n in search interest and YouTube views. In this video I share my honest thoughts on what's happening with n8n, whether you should still learn it as a beginner, and how I'm personally thinking about these two tools.
4 likes • Feb 1
Great point @Nate Herk. Claude is a great addition to n8n and if used correctly. Claude can really enhance the development of n8n workflows. I’ve created a couple MVP using both Claude and n8n which before it used to take longer. I do believe the N8N will adapt Claude.
Reddit Accuses 'Data Scraper' Companies of Theft
On October 22, 2025, Reddit filed a lawsuit against the AI startup Perplexity, accusing it and several data-scraping companies of stealing its data. The complaint, filed in a New York court, alleges that the companies created a scheme to bypass Reddit's restrictions and scrape its data from Google's search results for use in training AI models. This lawsuit is part of a growing trend of copyright and scraping litigation as AI companies train their large language models on internet data. For AI entrepreneurs this lawsuit is a wake-up call that the "move fast and break things" approach to data scraping is a dead-end strategy with catastrophic financial and legal risks. ***Building automation tools on a foundation of unlawfully scraped data—whether the data is public or behind a paywall—exposes your business to significant liability for copyright infringement and breach of contract.*** Your long-term success depends on building a robust, defensible data strategy that prioritizes licensed, consented, and transparently sourced data, or you risk your entire operation being shut down by a lawsuit. -- Attorney Tatyana
Reddit Accuses 'Data Scraper' Companies of Theft
4 likes • Oct '25
@Tatyana Gray Etkin thanks for sharing… This is inline with the information we shared during our session, which I also mentioned in previous sessions that this is going to become an important matter to pay attention. We all need to have the appropriate legal counsel and contract in place to avoid being sued too.
🚀New Video: Turn Your AI Agent Into a Voice Assistant in Minutes (n8n & ElevenLabs)
Ever wanted your AI agent to talk back? In this video, I show you how to build a voice-enabled AI agent in n8n using ElevenLabs, capable of responding with audio files or holding real-time conversations. No coding is required, just a simple API call or webhook setup. I’ll walk you through the entire process step-by-step so you can follow along and get your own voice-powered AI agent up and running in minutes.
5 likes • Aug '25
@Nate Herk I know you know this, but don't forget to add the Code node to protect the Telegram triger. Here are the steps for anyone that needs to add it. 1) Create a code node after telegram triger, and enter code below if ($input.first().json.message.from.id !== YOUR_USER_ID_HERE) { return { unauthorized: true }; } else { return $input.all(); } 2) Get your User ID in telegram,. Open Telegram and in the search enter Get_ID_Bot and grab it from message and replace the YOUR_USER_ID_HERE 3) Save it and Test... Your Telegram is now secured. Cheers...
2 likes • Aug '25
@Jeffry Milan a code node
1-10 of 21
Libis Bueno
4
62points to level up
@libis-bueno-3981
MAISP & MSSP Founder | 25+ years of IT Security experience | Love Learning and sharing what I learn. I follow Jesus!

Active 4h ago
Joined Feb 3, 2025
US
Powered by