npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@shouxuai/openclaw-lynx-guardian

v1.0.8

Published

Lynx – known for its keen vision, symbolizing "high-resolution perception" of risks, multidimensionally identifying threats to intelligent agents, and reshaping the security boundaries of agents.

Readme

Lynx Guardian (首序猞猁)

Lynx-首序猞猁,智能体安全产品。猞猁——以敏锐视觉著称,象征对风险的“高分辨率感知”,多维识别智能体威胁,重塑 Agent 安全边界。

中文 | en

最新版本

  • 支持公网暴露访问检查,完善元认知安全自提升功能。

🛡️ 核心功能

  1. 自动身份注册与管理

    • 插件启动时自动生成符合规范的唯一用户 ID 。
    • 与后端安全中心联动,确保每个智能体会话都有迹可循。
  2. 全链路风险检测

    • 输入/输出审查: 实时扫描用户输入和模型输出,识别潜在的价值观风险(如涉政、涉黄、暴恐等)。
    • 工具调用防护:
      • 本地黑名单: 毫秒级拦截高危命令(如 rm -rf /、修改 /etc/passwd 等)。
      • 语义分析: 结合上下文深度分析工具调用的真实意图,防止绕过与注入攻击。 外围应用防护:
      • **监控并拦截对外部系统(如数据库、文件系统等)的未授权访问。
      • **对外部系统的调用进行严格的权限验证,防止未授权访问。
  3. 分级响应机制

    • 🔴 高危 (Level 3): 直接阻断操作并上报至安全中心。
    • 🟠 中危 (Level 2): 拦截操作,必须由用户明确确认(输入“确认”或“同意”)后方可放行。
    • 🟡 低危 (Level 1): 允许操作,但在上下文中注入安全提示与价值观引导。
  4. 自主安全提升

    • 基于元认知的自主学习,提升Agent在安全领域的能力和安全感知能力。
  5. 实时审计上报

    • 所有拦截记录与风险事件均会实时上报至后端,形成完整的安全审计链。

📦 安装步骤

【方式一】通过openclaw安装:

openclaw plugins install @shouxuai/openclaw-lynx-guardian

【方式二】通过源码安装: openclaw对话框输入以下指令:

帮我安装openclaw lynx-guardian插件,插件地址: https://github.com/shouxuai/openclaw-lynx-guardian

【方式三】手动安装步骤:

  1. 克隆插件仓库:
    git clone https://github.com/shouxuai/openclaw-lynx-guardian.git
  2. 进入插件目录: 拷贝插件目录到 OpenClaw 插件目录:
    cp -r openclaw-lynx-guardian /path/to/openclaw/extensions/
    拷贝skill目录到 OpenClaw skill目录:
    cp -r openclaw-lynx-guardian/skills/lynx-guardian-lesson /path/to/openclaw/skills/
    拷贝hooks目录到 OpenClaw hooks目录:
    cp -r openclaw-lynx-guardian/hooks/lynx-guardian-sensitiveData /path/to/openclaw/hooks/
  3. 安装依赖:
    npm install
  4. 启用插件:
    "plugins": {
        "entries": {
            "openclaw-lynx-guardian": {
                "enabled": true
            }
        },
        "installs": {
            "openclaw-lynx-guardian": {
                "spec": "openclaw-lynx-guardian",
                "installPath": "/path/to/openclaw/extensions/",
                "version": "1.0.1",
                "resolvedName": "openclaw-lynx-guardian",
                "resolvedVersion": "1.0.1",
                "resolvedSpec": "[email protected]",
                "shasum": "e8275df385212d82b495775658d813fb03a6eea6",
            "resolvedAt": "2026-03-02T11:49:51.903Z",
            "installedAt": "2026-03-02T11:49:51.923Z"
        }
        }
    }
        

🔧 启用元认知提升安全决策

    openclaw hooks enable lynx-guardian-lesson
    openclaw skills enable lynx-guardian-sensitiveData

⚙️ 配置说明

插件默认连接首序服务器环境。如需修改后端 API 地址,请设置环境变量 LYNX_API_URL

📜 许可证

MIT License