跳到主要内容
知仓学习社ZHICANG

langfuse

Investigate AI traces, observations, exceptions, latency, sessions, prompts, datasets, annotation queues, and scores through Langfuse MCP. Use when …

写文件联网严重 0 · 高危 10hashgraph-online/awesome-codex-plugins

它会碰到什么

扫了多少4 个文本文件,35 KB
它会碰到什么写文件联网
命中总数11 处
命中统计严重 0 · 高 10 · 中 0 · 低 1
逐条看命中(10 条严重或高危)
  • references/setup.md:5identity-config-write
    ## Manual .mcp.json Setup
  • references/setup.md:25identity-config-write
    **Important:** If `.mcp.json` already exists, merge the `langfuse` entry into the existing `mcpServers` object. Don't overwrite the file.
  • references/setup.md:30identity-config-write
    grep -q '.mcp.json' .gitignore 2>/dev/null || echo '.mcp.json' >> .gitignore
  • references/setup.md:30identity-config-write
    grep -q '.mcp.json' .gitignore 2>/dev/null || echo '.mcp.json' >> .gitignore
  • references/setup.md:72identity-config-write
    # Or in .mcp.json
  • references/setup.md:87identity-config-write
    - Check `.mcp.json` syntax (valid JSON, correct paths)
  • references/setup.md:88identity-config-write
    - Codex CLI uses `~/.codex/config.toml` for config; verify that file instead of `.mcp.json`
  • references/setup.md:173identity-config-write
    - Never commit `.mcp.json` with real credentials
  • references/workflows.md:29identity-config-write
    # Claude Code (project-scoped, shared via .mcp.json)
  • references/workflows.md:76identity-config-write
    For manual `.mcp.json` setup or troubleshooting, see `setup.md`.

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Langfuse

Use Langfuse evidence to move from a broad symptom to the relevant trace,

observation, session, prompt, or dataset. Start with the narrowest read-only

query that can locate the event, then inspect its concrete inputs, outputs,

timing, and errors.

Route the task

  • For trace, observation, exception, latency, or session diagnosis, read

[diagnostic and management workflows](references/workflows.md).

  • For installation, credentials, tool groups, output defaults, connection

failures, or empty results, read [setup](references/setup.md).

  • For exact parameters, filters, pagination, output modes, and response shapes,

read [the tool reference](references/tool-reference.md).

A common investigation starts with fetch_traces(age=60) or

find_exceptions(age=1440, group_by="file"), then fetches the selected trace or

observation by ID. Use full_json_file only when the complete payload is needed;

exports can contain sensitive user data.

Evidence and mutation boundaries

  • Treat model names, prompts, timestamps, and other values in historical traces

as recorded evidence. Do not rewrite or normalize old model identifiers to a

current name such as gpt-6-astra.

  • Trace discovery and inspection are read-only. Prompt creation or relabeling,

dataset changes, annotation-queue changes, and deletions mutate Langfuse;

perform them only when the user requested that change.

  • Prefer read-only server mode for diagnostic work. It disables prompt and

dataset write tools:

  langfuse-mcp --read-only
  # or LANGFUSE_MCP_READ_ONLY=true
  • Never commit Langfuse credentials. Keep public key, secret key, and host in

the supported environment or MCP configuration described in the setup

reference. Rotate any exposed key.

  • Preserve exact IDs and filters in findings so another reader can reproduce

the query. State when pagination, lookback limits, or compact output limits

the conclusion.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。