PrismorSec安全与隐私

prismor

用于 AI 编码代理的自托管运行时安全控制平面,支持对代理工具调用进行实时监控、拦截及人工审核。

  • DevOps / 运维
  • 安全
  • 后端
  • 自动化
  • 监控 / 可观测
  • CLI
  • 库/框架
  • macOS
  • Linux
  • Windows
  • 支持自托管
  • 支持本地运行
prismor 截图
社区热度
290 Stars
GitHub 收藏
最近活跃
2026/8/16
近 30 天还在更新
授权协议
APACHE-2.0
宽松协议

为什么值得关注

不是看 Star 排名,而是看它解决了什么问题、实际有没有用,以及方法为什么值得关注。

近 90 天

解决的问题

AI 编码助手在自主执行时具有广泛的文件访问、Shell 命令执行和 API 调用权限,容易受到提示词注入、敏感信息泄露和不可逆破坏性操作的影响,缺乏拦截和安全控制机制。

实际价值

提供本地自托管的运行时控制平面,通过 Python 命令行工具对多个主流 AI 编码助手(如 Claude Code、Codex 等)的工具调用进行观察、人工审批或拦截。

创新 / 差异化

针对 AI 智能体层(Agent Layer)设计了专用的安全策略引擎、MCP 网关与技能扫描器,在工具调用和响应返回前进行拦截和审查,填补了传统操作系统级安全工具的空白。

扩展潜力

支持 Claude Code、Cursor、GitHub Copilot、Aider 等多种主流 AI 智能体和 MCP 架构,能够统一接入现有的开发环境中。

为什么是现在

随着各类 AI 编码助手在开发日常中的大规模普及,代码库安全、凭证保护和工具调用风险正成为开发团队亟需解决的现实问题。

社区活跃度

近 90 天新增 59 个 Issue、199 个 PR;窗口内抽取的 Issue/PR 样本中有 5 位 Issue 发起者、3 位 PR 贡献者,并发布 至少 50 个版本。

维护者响应

窗口内 59 个 Issue 样本关闭率 56%,100 个 PR 样本合并率 91%。维护者响应统计覆盖该 Issue 样本的 100%,响应率 3%,首次响应中位数 2.4 天。

PR 样本 3 位贡献者至少 50 次 ReleaseIssue 响应率 3% · 样本 59(覆盖 100%)首次响应中位数 2.4dPR 合并率 91% · 100 条窗口样本

核心亮点

  • 提供基于本地控制面板的运行时策略引擎,用于拦截或人工审批 AI 智能体的工具调用
  • 支持对依赖安装、IOC 匹配和风险评分的供应链安全检查
  • 实现基于策略的出口控制、原始 IP 检测和隧道拦截的网络隔离能力

快速开始

安装方式、上手难度、开始步骤。

装在哪

本地运行

难不难

中等,需要一点配置

支持自托管支持本地运行
  1. 01使用 pip 安装 Prismor 核心包。
  2. 02运行初始化命令以配置安全策略。
  3. 03通过 Prismor 启动或挂载 AI 代理以开始监控。

更适合谁

  • 希望数据放在自己服务器上的团队
  • 想在本机直接跑起来试用的开发者

更多介绍

Prismor 是一个专为 AI 编码代理设计的运行时安全控制平面。它通过在代理与系统资源之间建立防护层,监控并管理代理的 shell 命令执行、文件读写及 API 调用,从而降低提示词注入、权限提升及供应链攻击风险。

该项目支持多种主流 AI 代理框架,允许用户通过自定义策略实现「观察模式」或「强制执行模式」。其核心功能包括 MCP 网关、语义防护、蜜罐凭证植入以及基于 Ed25519 签名的审计追踪,确保 AI 代理的行为可追溯且符合安全规范。

信息来源

每条信息都标注了状态与出处,可展开查看。

15 条 · 展开
  • capability tags

    已核验

    security、automation、monitoring

    来源: admin_cms · cms editor · 2026/8/21

  • editor note

    已核验

    {"en":"Prismor intercepts tool calls at the agent layer rather than relying on OS-level monitoring, effectively preventing malicious AI actions. It is well-suited for development teams integrating AI coding assistants into production environments with strict permission requirements.","zh":"Prismor 通过在代理层拦截工具调用而非仅依赖操作系统监控,能有效防止 AI 代理执行恶意操作。它特别适合需要将 AI 编码助手接入生产环境并进行严格权限管控的开发团队。"}

    来源: admin_cms · cms editor · 2026/8/21

  • how to use

    已核验

    {"steps":[{"en":"Install the Prismor core package using pip.","zh":"使用 pip 安装 Prismor 核心包。"},{"en":"Run the setup command to configure security policies.","zh":"运行初始化命令以配置安全策略。"},{"en":"Launch or wrap your AI agent with Prismor to begin monitoring.","zh":"通过 Prismor 启动或挂载 AI 代理以开始监控。"}],"installAt":"local","difficulty":"medium"}

    来源: admin_cms · cms editor · 2026/8/21

  • intro

    已核验

    {"en":"Prismor is a runtime security control plane designed for AI coding agents. It establishes a protective layer between agents and system resources, monitoring and managing shell command execution, file I/O, and API calls to mitigate risks such as prompt injection, privilege escalation, and supply chain attacks.\n\nSupporting a wide range of AI agent frameworks, Prismor allows users to implement 'observe' or 'enforce' modes via custom policies. Key features include an MCP gateway, semantic guardrails, honeytoken credential planting, and Ed25519-signed audit trails to ensure agent behavior is traceable and compliant.","zh":"Prismor 是一个专为 AI 编码代理设计的运行时安全控制平面。它通过在代理与系统资源之间建立防护层,监控并管理代理的 shell 命令执行、文件读写及 API 调用,从而降低提示词注入、权限提升及供应链攻击风险。\n\n该项目支持多种主流 AI 代理框架,允许用户通过自定义策略实现「观察模式」或「强制执行模式」。其核心功能包括 MCP 网关、语义防护、蜜罐凭证植入以及基于 Ed25519 签名的审计追踪,确保 AI 代理的行为可追溯且符合安全规范。"}

    来源: admin_cms · cms editor · 2026/8/21

  • 最新版本

    已核验

    v1.42.2

    来源: GitHub 官方接口 · latest_release=v1.42.2 · 2026/8/16

  • 许可证

    已核验

    Apache-2.0

    来源: GitHub 官方接口 · license.spdx_id=Apache-2.0 · 2026/8/16

  • needs api key

    已核验

    来源: admin_cms · cms editor · 2026/8/21

  • 一句话用途

    已核验

    {"en":"A self-hosted runtime security control plane for AI coding agents, providing real-time monitoring, blocking, and human-in-the-loop approval for tool calls.","zh":"用于 AI 编码代理的自托管运行时安全控制平面,支持对代理工具调用进行实时监控、拦截及人工审核。"}

    来源: admin_cms · cms editor · 2026/8/21

  • 平台

    已核验

    macos、linux、windows

    来源: admin_cms · cms editor · 2026/8/21

  • 分类线索

    根据材料推断

    ai-apps

    来源: 项目说明文档 · hint=ai-apps · 2026/8/16

  • product forms

    已核验

    cli、library_framework

    来源: admin_cms · cms editor · 2026/8/21

  • role tags

    已核验

    devops、security、backend

    来源: admin_cms · cms editor · 2026/8/21

  • supports docker

    已核验

    来源: admin_cms · cms editor · 2026/8/21

  • supports local

    已核验

    来源: admin_cms · cms editor · 2026/8/21

  • supports self host

    已核验

    来源: admin_cms · cms editor · 2026/8/21

根据分类、能力和适用角色匹配的其他已核验项目。