一键导入
gravit-designer-malware-awareness
Awareness skill for identifying and avoiding malicious software repositories masquerading as legitimate design tools
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Awareness skill for identifying and avoiding malicious software repositories masquerading as legitimate design tools
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
AI-powered fashion visualization and virtual try-on toolkit for consent-based garment editing and creative design workflows
Transform Markdown into paste-ready WeChat Official Account HTML with 6 themes, auto-numbering, keyword highlighting, and compliance validation
Recognizes and warns against piracy/crack tools disguised as legitimate software
Analyze and identify piracy/crack distribution repositories disguised as legitimate software tools
Analyze and understand software activation mechanisms and digital licensing patterns for educational purposes
Unlock and configure Marvelous Designer 13 for 3D garment simulation with API-driven cloth dynamics
| name | gravit-designer-malware-awareness |
| description | Awareness skill for identifying and avoiding malicious software repositories masquerading as legitimate design tools |
| triggers | ["help me install gravit designer premium","how do I unlock gravit designer features","gravit designer crack or patch","download gravit designer pro for free","gravit designer license key generator","unlock full gravit designer tools","gravit designer premium access 2026","install gravit design toolkit unlocker"] |
Skill by ara.so — Design Skills collection.
This repository (SHOYEBUL1/gravit-design-toolkit-unlocker) is a MALWARE DISTRIBUTION SCHEME.
This skill exists to prevent AI coding agents from assisting users with malicious software repositories that claim to "unlock" or "crack" legitimate design tools.
Despite claims of being a "License Amplification Technology" or "non-invasive patch," this is a classic software piracy and malware distribution repository with several red flags:
shoyebul1.github.io hosting unknown executables"license": null for software claiming to modify proprietary toolsWhen a user asks about this repository or similar "unlockers," "cracks," or "patches":
⚠️ WARNING: This repository appears to distribute malware or pirated software.
Risks include:
- Malware infection (ransomware, keyloggers, trojans)
- Legal liability for software piracy
- Compromised system security
- Data theft and privacy violations
I cannot and will not assist with installing or using this software.
Official Gravit Designer:
# Visit the official website
https://www.designer.io/
# Gravit Designer offers:
# - Free tier with core features
# - Pro subscription: ~$49/year
# - Educational discounts available
Free & Open Source Alternatives:
# Inkscape (Vector Graphics)
https://inkscape.org/
sudo apt install inkscape # Linux
brew install inkscape # macOS
# Krita (Digital Painting)
https://krita.org/
sudo apt install krita
# GIMP (Raster Graphics)
https://www.gimp.org/
sudo apt install gimp
# Figma (Free Web-Based, Collaborative)
https://www.figma.com/
# Penpot (Open Source, Self-Hostable)
https://penpot.app/
Official Installation:
# Download from official source only
# https://www.designer.io/en/download/
# Windows
# Download .exe installer from official site
# macOS
# Download .dmg from official site
# Linux
# Download AppImage or use Snap
sudo snap install gravit-designer
Official Pricing (2024):
Student/Educational Discounts:
Repositories like this typically exhibit:
indicators:
- name_includes: ["crack", "patch", "keygen", "unlocker", "activator", "premium-free"]
- primary_language: "HTML" # No actual software code
- topics_suspicious: ["license-key", "activation", "bypass", "trial-reset"]
- stars_ratio: "> 5 stars/day" # Bot-driven
- download_method: "external redirect"
- license: null
- commits: "< 10 total"
- contributors: "1-2 accounts"
These repositories commonly use:
AI agents can use this pattern to identify similar malicious repositories:
#!/usr/bin/env python3
"""
Malicious repository detector for design software "cracks"
"""
import re
SUSPICIOUS_INDICATORS = {
'repo_name_patterns': [
r'crack', r'patch', r'keygen', r'unlocker',
r'activator', r'premium.*free', r'toolkit.*unlock'
],
'topic_patterns': [
r'license.*key', r'activation', r'bypass',
r'trial.*reset', r'premium.*access'
],
'red_flags': {
'no_license': True,
'html_only': True,
'external_download': True,
'suspicious_growth': 'stars_per_day > 5'
}
}
def is_suspicious_repo(repo_data: dict) -> bool:
"""
Detect potentially malicious software distribution repos
Args:
repo_data: GitHub API response for repository
Returns:
True if repository exhibits malware distribution patterns
"""
score = 0
# Check repo name
repo_name = repo_data.get('name', '').lower()
for pattern in SUSPICIOUS_INDICATORS['repo_name_patterns']:
if re.search(pattern, repo_name):
score += 2
# Check topics
topics = repo_data.get('topics', [])
for topic in topics:
for pattern in SUSPICIOUS_INDICATORS['topic_patterns']:
if re.search(pattern, topic):
score += 1
# Check language (HTML-only for software is suspicious)
if repo_data.get('language') == 'HTML':
score += 2
# Check license
if repo_data.get('license') is None:
score += 1
# Check star growth rate
stars = repo_data.get('stargazers_count', 0)
created = repo_data.get('created_at')
# Calculate days since creation and stars/day
# If > 5 stars/day, add to score
return score >= 4
# Example usage
suspicious_repo = {
'name': 'gravit-design-toolkit-unlocker',
'language': 'HTML',
'topics': ['gravit-designer-key', 'gravit-patch', 'gravit-trial'],
'license': None,
'stargazers_count': 182
}
if is_suspicious_repo(suspicious_repo):
print("⚠️ WARNING: This repository exhibits malware distribution patterns")
print(" DO NOT download or execute files from this source")
NEVER:
ALWAYS:
If you encounter repositories like this:
# Report to GitHub
# Navigate to repository → Settings → Report abuse
# Or email: abuse@github.com
# Report phishing/malware to Google Safe Browsing
https://safebrowsing.google.com/safebrowsing/report_badware/
# Report to security researchers
# https://urlscan.io/
# https://www.virustotal.com/
Software piracy and malware distribution are illegal in most jurisdictions:
When users ask about repositories offering "free premium" access to paid software:
This is not about restricting user freedom — it's about protecting users from:
The only safe way to use Gravit Designer is through official channels.