
Avenassh 🛠️
31 posts

Avenassh 🛠️
@avii_dev
🩺➡️💻 Full-time builder obsessed with AI & dev tools. Creator of PreFlight (AST-driven security guardrails)🛡️| Always shipping


Since I can't get a hold of you and you need to lock this down ASAP. My suggestion would be to either pull the plug on your @supabase or tell your AI vibe coding agent to do this: 1. Enable RLS on the table: ALTER TABLE agents ENABLE ROW LEVEL SECURITY; 2. Create restrictive policies: -- Public can only see non-sensitive columns via a view CREATE POLICY "anon_read_public_fields" ON agents FOR SELECT TO anon USING (false); -- Block direct table access entirely -- Authenticated users see only their own CREATE POLICY "users_own_data" ON agents FOR SELECT TO authenticated USING (auth.uid() = owner_id);










Introducing FrontierCode: a coding eval that raises the bar for difficulty & quality. Each task took 40+ hrs of work by leading open-source maintainers. Models write sloppy code that works but isn’t maintainable. Our eval is first to measure: would you actually merge this code?





















Vibe coding is creating a new class of founders, people who can turn ideas into real apps without waiting for a full dev team. Lovable, Replit, PWAs, AI agents, iOS wrappers… software is becoming conversational. The people learning this now will have a massive advantage in the next 2 years. #VibeCoding #AI #BuildInPublic #IndieHackers #Startups #SaaS #NoCode #AItools #iOSDev #WebDevelopment







