← 返回
未分类 中文

NEAR Phishing Detector

Detect potential phishing URLs and suspicious contracts targeting NEAR users.
检测针对NEAR用户的潜在网络钓鱼URL和可疑合约
mastrophot
未分类 clawhub v0.1.0 1 版本 99456.5 Key: 无需
★ 0
Stars
📥 183
下载
💾 0
安装
1
版本
#latest#near#phishing#security

概述

NEAR Phishing Detector Skill

Implementation entrypoint: {baseDir}/dist/index.js

Use this skill to quickly score suspicious links/contracts and generate actionable phishing reports.

Commands

@skill.command("near_phishing_check_url")
async def check_url(url: str) -> dict:
    """Check if URL is potential phishing"""

@skill.command("near_phishing_check_contract")
async def check_contract(contract: str) -> dict:
    """Check if contract is suspicious"""

@skill.command("near_phishing_report")
async def report_phishing(url: str, details: str) -> dict:
    """Report phishing attempt"""

@skill.command("near_phishing_database")
async def get_known_scams() -> list:
    """Get database of known scams"""

Notes

  • Designed for detection assistance, not legal determination.
  • Always verify with official NEAR channels before acting on high-risk links.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-05-12 06:10 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,065 📥 802,273
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,682
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,364 📥 319,299