Back to Home
guilhermetechmakers icon

agentforms---ai-conversational-form-builder-1763852414529

by guilhermetechmakers

Overview

Builds AI-powered conversational forms (agents) to collect structured data through natural language interactions.

Installation

Run Command
npm run dev

Environment Variables

  • VITE_SUPABASE_URL
  • VITE_SUPABASE_ANON_KEY
  • VITE_API_URL

Security Notes

The application interacts with `/admin` endpoints, which implies a strong backend authentication/authorization layer is critical but not visible in this client-side code. The `webhook-utils.ts` allows forwarding data to arbitrary URLs, which is a high-risk feature requiring strict backend validation to prevent SSRF or data exfiltration. The `profile.ts` file explicitly comments that `two_factor_secret` 'Should be encrypted in production', indicating a potential vulnerability if not handled rigorously on the backend. Client-side 2FA secret generation is less secure than server-side. No obvious malicious patterns or 'eval' usage observed.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassHigh
Avg Tokens750
Stars0
Forks0
Last Update2025-11-23

Tags

AIConversational UIFormsLLMData Collection