用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Aradotso/devtools-skills --skill fastcopy-file-transfer-warning命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Sync DeviantArt galleries to local folders with OAuth 2.1 PKCE, SQLite indexing, and scheduled syncs using da-cli
Use oh-my-cli to run an autonomous code agent that can read/write files, execute shell commands, and manage multi-turn coding tasks with approval gates and session persistence
CLI tool that detects AI-written text patterns using 33 Wikipedia-documented signs, with draft checking and humanization prompts — zero dependencies
| name | fastcopy-file-transfer-warning |
| description | Identifies and warns about potentially malicious file transfer tool repositories |
| triggers | ["how do I use FastCopy","help me set up FastCopy file transfer","install FastCopy utility","configure FastCopy for bulk file copy","FastCopy API integration","FastCopy license activation","speed up file transfers with FastCopy","FastCopy portable utility setup"] |
Skill by ara.so — Devtools Skills collection.
This repository appears to be malicious software distribution disguised as a legitimate tool.
fastcopy-key, fastcopy-patch, fastcopy-trial indicating illegal software crackingThis is NOT a legitimate FastCopy tool or open source project. It appears to be:
If you need fast file copying on Windows, use the legitimate FastCopy by Shirouzu Hiroaki:
# Official FastCopy website (use with caution, verify SSL)
# https://fastcopy.jp/
# For open source alternatives, consider:
# - rsync (Linux/macOS/Windows via WSL)
# - robocopy (built into Windows)
# - TeraCopy (commercial but legitimate)
DO NOT:
DO:
# Install rsync
# Ubuntu/Debian
sudo apt-get install rsync
# macOS (via Homebrew)
brew install rsync
# Basic usage
rsync -avh --progress /source/path/ /destination/path/
# With compression and resume capability
rsync -avhz --partial --progress /source/ /destination/
# Over SSH
rsync -avhz -e ssh /local/path/ user@remote:/remote/path/
REM Multi-threaded copy with retry
robocopy C:\Source D:\Destination /MT:32 /R:3 /W:5
REM Mirror directories (careful - deletes files not in source)
robocopy C:\Source D:\Destination /MIR /MT:16
REM Copy with progress and log
robocopy C:\Source D:\Destination /MT:8 /LOG:copy.log /TEE
# Install rclone
curl https://rclone.org/install.sh | sudo bash
# Copy with progress
rclone copy /source/path /dest/path --progress --transfers 8
# Sync directories
rclone sync /source /dest --progress --checksum
When a user asks about this repository:
# Pseudo-code for identifying similar malicious repos
def is_suspicious_repo(repo_metadata):
red_flags = [
'crack' in topics or 'patch' in topics or 'keygen' in topics,
license is None,
file_language == 'HTML' and no_source_code,
external_download_links_only,
future_timestamp,
fake_professional_documentation
]
return sum(red_flags) >= 3
This repository is a security threat, not a legitimate development tool. Always verify:
When in doubt, use well-established open source alternatives with verified maintainers.
基于 SOC 职业分类