From 5a38513d15ac40c00b430270cce28bb9fcb73127 Mon Sep 17 00:00:00 2001 From: s0lray Date: Sat, 28 Mar 2026 20:54:29 -0400 Subject: [PATCH] Enrich AI Tools with metadata (THE-165) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Populated enrichment fields for all 19 tools in the AI Tools category: AI or Not, Copyleaks, Decopy AI Image Detector, DeepAI AI Image Detector, DeepSeek, DocMind AI, DuckDuckGo AI Chat, GPTZero, Grammarly AI Detector, Hive AI Generated Content Detection, Hugging Face AI Detector, Illuminarty, Microsoft Copilot, Ollama, OSINT Analyser, TrueMedia, WasItAI, World Monitor, You.com Status flags: - 16 live, 1 down (TrueMedia — offline, expected relaunch), 1 degraded (Hugging Face community space with variable availability) - Local tools (DocMind AI, Ollama, OSINT Analyser) marked with localInstall: true and passive OPSEC - Cloud AI tools (DeepSeek, Copilot, You.com) marked active with opsecNotes advising against submitting sensitive investigation data Co-Authored-By: Paperclip --- public/arf.json | 323 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 304 insertions(+), 19 deletions(-) diff --git a/public/arf.json b/public/arf.json index 2668057f..ac4c47fc 100644 --- a/public/arf.json +++ b/public/arf.json @@ -18800,97 +18800,382 @@ { "name": "AI or Not", "type": "url", - "url": "https://www.aiornot.com/" + "url": "https://www.aiornot.com/", + "description": "AI content detection tool that analyzes images and audio to determine whether they were generated by AI or created by humans.", + "status": "live", + "pricing": "freemium", + "bestFor": "Detecting AI-generated images and audio in disinformation investigations and media verification", + "input": "Image file or URL, audio file", + "output": "AI vs. human classification score with confidence percentage", + "opsec": "active", + "opsecNote": "Files are uploaded to a third-party server for analysis; avoid submitting sensitive operational images.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": true, + "invitationOnly": false, + "deprecated": false }, { "name": "Copyleaks", "type": "url", - "url": "https://copyleaks.com/" + "url": "https://copyleaks.com/", + "description": "Plagiarism and AI-generated content detection platform that checks text against web sources and AI writing patterns across multiple languages.", + "status": "live", + "pricing": "freemium", + "bestFor": "Detecting AI-written reports, verifying authenticity of documents, plagiarism analysis", + "input": "Text, document upload, or URL", + "output": "Plagiarism percentage, AI content probability, and matched source links", + "opsec": "active", + "opsecNote": "Submitted text is processed and stored on third-party servers; use caution with sensitive content.", + "localInstall": false, + "googleDork": false, + "registration": true, + "editUrl": false, + "api": true, + "invitationOnly": false, + "deprecated": false }, { "name": "Decopy AI Image Detector", "type": "url", - "url": "https://decopy.ai/ai-image-detector/" + "url": "https://decopy.ai/ai-image-detector/", + "description": "AI image detection tool that analyzes photographs and graphics to identify signatures of AI generation from models like Midjourney, DALL-E, and Stable Diffusion.", + "status": "live", + "pricing": "freemium", + "bestFor": "Detecting AI-generated profile photos, fake news images, and synthetic media", + "input": "Image file or URL", + "output": "AI generation probability score with model identification hints", + "opsec": "active", + "opsecNote": "Images are uploaded to third-party servers for analysis; avoid submitting operationally sensitive images.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": true, + "invitationOnly": false, + "deprecated": false }, { "name": "DeepAI AI Image Detector", "type": "url", - "url": "https://deepai.org/ai-image-detector" + "url": "https://deepai.org/ai-image-detector", + "description": "DeepAI's image authenticity classifier that detects whether an image was generated by an AI model or captured by a camera.", + "status": "live", + "pricing": "freemium", + "bestFor": "AI-generated image detection, media verification in OSINT investigations", + "input": "Image URL or file upload", + "output": "AI likelihood score and classification result", + "opsec": "active", + "opsecNote": "Image content is submitted to DeepAI servers; use with non-sensitive imagery.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": true, + "invitationOnly": false, + "deprecated": false }, { "name": "DeepSeek", "type": "url", - "url": "https://www.deepseek.com/" + "url": "https://www.deepseek.com/", + "description": "Chinese open-source large language model and chat assistant offering competitive reasoning capabilities with free access for research and analysis tasks.", + "status": "live", + "pricing": "freemium", + "bestFor": "Document summarization, OSINT data analysis, translation, and pattern identification in collected data", + "input": "Text prompts, documents, queries", + "output": "AI-generated analysis, summaries, translations, and responses", + "opsec": "active", + "opsecNote": "Data is processed by servers operated by a Chinese company; do not submit classified, sensitive, or personally identifiable investigation data.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": true, + "invitationOnly": false, + "deprecated": false }, { "name": "DocMind AI", "type": "url", - "url": "https://github.com/BjornMelin/docmind-ai-llm" + "url": "https://github.com/BjornMelin/docmind-ai-llm", + "description": "Open-source local LLM-powered document analysis tool for querying and summarizing documents using locally running language models via LangChain.", + "status": "live", + "pricing": "free", + "bestFor": "Private document analysis, querying sensitive documents without cloud exposure", + "input": "PDF and text document files", + "output": "LLM-generated summaries, Q&A responses, and extracted insights from documents", + "opsec": "passive", + "opsecNote": "Runs entirely locally; no data is sent to external servers, making it suitable for sensitive document analysis.", + "localInstall": true, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "DuckDuckGo AI Chat", "type": "url", - "url": "https://duckduckgo.com/aichat" + "url": "https://duckduckgo.com/aichat", + "description": "Privacy-focused AI chat interface by DuckDuckGo that proxies conversations through multiple LLMs without tying them to user identity or storing them.", + "status": "live", + "pricing": "free", + "bestFor": "Privacy-preserving AI assistance for OSINT tasks, anonymous LLM queries", + "input": "Text prompts and questions", + "output": "AI-generated responses with privacy protections in place", + "opsec": "passive", + "opsecNote": "DuckDuckGo proxies requests and does not link them to user accounts; offers better privacy than direct LLM providers.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "GPTZero", "type": "url", - "url": "https://gptzero.me/" + "url": "https://gptzero.me/", + "description": "AI text detection tool specifically designed to identify ChatGPT and large language model-generated content with sentence-level granularity.", + "status": "live", + "pricing": "freemium", + "bestFor": "Detecting AI-written intelligence reports, academic fraud, and synthetic narrative content", + "input": "Text (minimum 250 characters recommended)", + "output": "Overall AI probability score, perplexity/burstiness analysis, and highlighted AI-generated sentences", + "opsec": "active", + "opsecNote": "Text is submitted to GPTZero servers; avoid submitting sensitive operational content.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": true, + "invitationOnly": false, + "deprecated": false }, { "name": "Grammarly AI Detector", "type": "url", - "url": "https://www.grammarly.com/ai-detector" + "url": "https://www.grammarly.com/ai-detector", + "description": "Grammarly's AI content detection tool that identifies text likely generated by AI writing assistants, with percentage breakdown of human vs. AI content.", + "status": "live", + "pricing": "free", + "bestFor": "Detecting AI-written content in social media profiles, reports, and messages", + "input": "Text up to 10,000 characters", + "output": "AI vs. human content percentage with highlighted sentences", + "opsec": "active", + "opsecNote": "Text is submitted to Grammarly's servers; do not submit confidential investigation content.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "Hive AI Generated Content Detection", "type": "url", - "url": "https://hivemoderation.com/ai-generated-content-detection" + "url": "https://hivemoderation.com/ai-generated-content-detection", + "description": "Enterprise-grade AI content detection API from Hive Moderation that detects AI-generated text, images, and video at scale.", + "status": "live", + "pricing": "freemium", + "bestFor": "High-volume AI content detection, bulk media verification in large investigation datasets", + "input": "Text, image, or video content via API or web demo", + "output": "AI generation probability scores for text, image, and video content", + "opsec": "active", + "opsecNote": "Content is processed by Hive Moderation servers; API key required for high-volume use.", + "localInstall": false, + "googleDork": false, + "registration": true, + "editUrl": false, + "api": true, + "invitationOnly": false, + "deprecated": false }, { "name": "Hugging Face AI Detector", "type": "url", - "url": "https://huggingface.co/spaces/umm-maybe/AI_Detector" + "url": "https://huggingface.co/spaces/umm-maybe/AI_Detector", + "description": "Community-hosted AI text detector on Hugging Face Spaces that classifies text as AI-generated or human-written using open-source models.", + "status": "degraded", + "pricing": "free", + "bestFor": "Quick AI text classification using open-source models", + "input": "Text input", + "output": "AI vs. human classification probability", + "opsec": "active", + "opsecNote": "Hosted on Hugging Face Spaces; availability may vary as community spaces can go offline. Text submitted to their servers.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "Illuminarty", "type": "url", - "url": "https://app.illuminarty.ai/" + "url": "https://app.illuminarty.ai/", + "description": "AI image detection tool that identifies AI-generated images and attempts to identify which AI model was used to create them.", + "status": "live", + "pricing": "freemium", + "bestFor": "AI image detection with model attribution, deepfake and synthetic media investigation", + "input": "Image file upload or URL", + "output": "AI generation probability and suspected generating model (Midjourney, DALL-E, SD, etc.)", + "opsec": "active", + "opsecNote": "Images uploaded to Illuminarty servers; registration required for full feature access.", + "localInstall": false, + "googleDork": false, + "registration": true, + "editUrl": false, + "api": true, + "invitationOnly": false, + "deprecated": false }, { "name": "Microsoft Copilot", "type": "url", - "url": "https://copilot.microsoft.com/" + "url": "https://copilot.microsoft.com/", + "description": "Microsoft's AI assistant powered by GPT-4 with web search integration; useful for summarizing open-source intelligence and conducting research tasks.", + "status": "live", + "pricing": "free", + "bestFor": "OSINT data summarization, research assistance, document drafting with web search context", + "input": "Text prompts with optional web search queries", + "output": "AI-generated responses with cited web sources and follow-up suggestions", + "opsec": "active", + "opsecNote": "Microsoft logs conversation data; do not submit personally identifiable information about investigation subjects or sensitive operational content.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": true, + "invitationOnly": false, + "deprecated": false }, { "name": "Ollama", "type": "url", - "url": "https://ollama.com/" + "url": "https://ollama.com/", + "description": "Local LLM runner that enables privacy-preserving AI inference on personal hardware by downloading and running open-source models like Llama 3, Mistral, and Gemma.", + "status": "live", + "pricing": "free", + "bestFor": "Private AI analysis of sensitive OSINT data, local document processing without cloud exposure", + "input": "Text prompts, documents (via integration), API calls", + "output": "LLM-generated responses using locally running open-source models", + "opsec": "passive", + "opsecNote": "Runs entirely on local hardware; no data leaves your machine. Ideal for sensitive investigations requiring AI analysis.", + "localInstall": true, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": true, + "invitationOnly": false, + "deprecated": false }, { "name": "OSINT Analyser", "type": "url", - "url": "https://github.com/joestanding/osint-analyser" + "url": "https://github.com/joestanding/osint-analyser", + "description": "Open-source OSINT data aggregation and AI analysis tool that collects information from multiple sources and uses LLMs to generate intelligence summaries.", + "status": "live", + "pricing": "free", + "bestFor": "Automated OSINT aggregation with AI-powered analysis and reporting", + "input": "Target identifier (username, domain, IP, etc.)", + "output": "Aggregated OSINT data from multiple sources with AI-generated intelligence summary", + "opsec": "active", + "opsecNote": "Queries multiple external OSINT sources; active tool that may alert targets depending on configured modules.", + "localInstall": true, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "TrueMedia", "type": "url", - "url": "https://www.truemedia.org/" + "url": "https://www.truemedia.org/", + "description": "AI deepfake detection platform focused on political content that analyzes videos and images for synthetic media manipulation indicators.", + "status": "down", + "pricing": "free", + "bestFor": "Deepfake detection in political and news media contexts", + "input": "Video URL or image file", + "output": "Deepfake probability score with analysis of manipulation indicators", + "opsec": "active", + "opsecNote": "Site is currently offline; expected to relaunch. Content would be submitted to their servers for analysis.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "WasItAI", "type": "url", - "url": "https://wasitai.com/" + "url": "https://wasitai.com/", + "description": "Lightweight AI content detection tool that analyzes text and images to determine if they were created by AI, with a simple interface for quick checks.", + "status": "live", + "pricing": "free", + "bestFor": "Quick AI content checks for text and images during media verification", + "input": "Text or image file", + "output": "AI-generated probability classification", + "opsec": "active", + "opsecNote": "Content submitted to third-party servers for analysis; not suitable for sensitive material.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": true, + "invitationOnly": false, + "deprecated": false }, { "name": "World Monitor", "type": "url", - "url": "https://www.worldmonitor.app/" + "url": "https://www.worldmonitor.app/", + "description": "AI-powered geopolitical event monitoring and intelligence platform that tracks global news and events relevant to national security and business risk.", + "status": "live", + "pricing": "freemium", + "bestFor": "Geopolitical OSINT, global event monitoring, early warning intelligence gathering", + "input": "Topic, region, or entity keywords for monitoring", + "output": "Curated news events with AI-generated context, risk scoring, and trend analysis", + "opsec": "passive", + "opsecNote": "Passive monitoring of publicly available news; queries are submitted to their platform.", + "localInstall": false, + "googleDork": false, + "registration": true, + "editUrl": false, + "api": true, + "invitationOnly": false, + "deprecated": false }, { "name": "You.com", "type": "url", - "url": "https://you.com/" + "url": "https://you.com/", + "description": "AI-powered search engine and assistant that combines web search with LLM-generated responses and source citations for research tasks.", + "status": "live", + "pricing": "freemium", + "bestFor": "AI-assisted web research, summarizing search results, multi-source research aggregation", + "input": "Search queries or conversational prompts", + "output": "AI-generated answers with cited web sources, images, news, and follow-up research paths", + "opsec": "active", + "opsecNote": "Queries are logged; account required for advanced features. Do not submit sensitive subject information.", + "localInstall": false, + "googleDork": false, + "registration": true, + "editUrl": false, + "api": true, + "invitationOnly": false, + "deprecated": false } ] },