← 返回
安全合规 Key 中文

Mind Security

AI security toolkit — deepfake detection, prompt injection scanning, malware/phishing URL scanning, and AI text detection. Use when: (1) verifying if an imag...
AI安全工具包——深度伪造检测、提示词注入扫描、恶意软件/钓鱼链接扫描、AI文本检测。使用场景:(1)验证图片...
canvinus
安全合规 clawhub v1.2.4 3 版本 100000 Key: 需要
★ 3
Stars
📥 737
下载
💾 6
安装
3
版本
#latest

概述

mind-security

AI security toolkit with four active modules.

Quick Reference

TaskCommandDocs
---------------------
Deepfake detectionpython3 scripts/check_deepfake.py deepfake-detection.md
Prompt injection scanpython3 scripts/check_prompt_injection.py ""prompt-injection.md
Malware/phishing scanpython3 scripts/check_malware.py "https://..."malware-scanning.md
AI text detectionpython3 scripts/check_ai_text.py ""ai-text-detection.md

Modules

Deepfake detection — BitMind API (Bittensor Subnet 34) for images and videos. Supports YouTube, Twitter/X, TikTok URLs. EXIF/metadata fallback for local images. Set BITMIND_API_KEY (get key).

Prompt injection detection — Multi-layer scanner: 50+ regex patterns (instant, zero-dep) + LLM Guard ML model (optional, pip install llm-guard). Identifies known injection signatures, role-override attempts, and instruction-bypass patterns.

Malware/phishing scanning — VirusTotal (70+ engines), URLScan.io (1500+ brands), Google Safe Browsing, plus local heuristics (typosquatting, suspicious TLDs, phishing patterns). Works with no keys via heuristics.

AI text detection — GPTZero API with per-sentence scoring and ~99% accuracy across GPT-4/5, Claude, Gemini, LLaMA. Requires GPTZERO_API_KEY (get key).

API Keys

Env VarUsed ByRequiredGet It
------------------------------------
BITMIND_API_KEYDeepfake detectionFor API modeapp.bitmind.ai/api/keys
GPTZERO_API_KEYAI text detectionYesgptzero.me/dashboard
VIRUSTOTAL_API_KEYMalware scannerOptionalvirustotal.com
URLSCAN_API_KEYMalware scannerOptionalurlscan.io
GOOGLE_SAFE_BROWSING_KEYMalware scannerOptionalconsole.cloud.google.com

Script Conventions

  • python3 scripts/