Scan single URLs for security vulnerabilities with GPT-4 (JS, PHP, Python)
Overview This workflow automates static security analysis for JavaScript, PHP, and Python codebases. Itβs designed for bug bounty hunters and security researchers who need fast, structured, and AI-assisted vulnerability detection across multiple sources. --- Features π€ AI-Powered Analysis: Specialized agents for each language: AI JavaScript Expert AI PHP Expert AI Python Expert Each agent detects only exploitable vulnerabilities (AST + regex heuristics). Returns strict JSON with: json { "results": [ { "url": "file or URL", "code": "lines + snippet", "severity": "medium|high|critical", "vuln": "vulnerability type" } ] } π§© Post-Processing: Cleans, formats, and validates JSON results. Generates HTML tables with clear styling for quick visualization. --- Output β JSON vulnerability reports per file. π HTML table summaries grouped by language and severity. --- Usage Import the workflow into n8n. Configure credentials: OpenAI API key GitHub API Key Google Drive API Key Run via the provided webhook form. Select analysis mode and input target. View structured vulnerability reports directly in n8n or Google Drive. --- Notes Performs static analysis only (no code execution). Detects exploitable findings only; ignores low-impact issues. ---
Get Colombian peso to USD exchange rate with Telegram bot and AI date recognition
π Request TRM (Colombian Peso to US Dollar exchange rate) π― Objective Retrieve the TRM (Colombian Peso to US Dollar exchange rate) for a specific date provided by the user via Telegram. π Summary Flow π¨ Telegram Message The user sends a text or audio message to the Telegram Bot. π§ Date Extraction AI (OpenAI) is used to identify the date in YYYY-MM-DD format. π Validation If the date is in the future, the user is notified that it is not valid. π‘ TRM Query The bot queries the open data API from the Colombian government. π₯ Result β If TRM data exists for that date β The bot replies to the user. β If not β It searches up to 10 previous days for available data. π€ Final Response The most recent available value is sent, or a message indicating no information is available. π Data Source datos.gov.co β TRM