← 返回 Skills 市场
andyxinweiminicloud

Observer Effect Probe

作者 andyxinweiminicloud · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
444
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install observer-effect-probe
功能描述
Helps detect skills that behave differently when they sense they are being monitored — catching the class of evasion where conditional activation logic speci...
安全使用建议
This skill is an instruction-only methodology for testing observer-effect evasion and appears internally consistent. Before using it: 1) ensure you have permission to test the target skill; 2) run probes in isolated test environments (sandbox/VMs) and avoid using production credentials — the act of invoking a target skill can trigger network calls or leak secrets; 3) be prepared to control network egress (firewalls, packet captures) and to snapshot/restore environments when varying hostnames/uptime; 4) ensure curl and python3 are available if you plan to run the example probes; 5) if you need automated probing, implement the harness carefully and review any scripts you or others add for safety. The skill itself does not install code or request secrets, but the operational steps it recommends can be risky if performed against production systems.
功能分析
Type: OpenClaw Skill Name: observer-effect-probe Version: 1.0.0 This skill bundle describes a security tool designed to detect evasion techniques in other skills. The `SKILL.md` meticulously details the problem of observer-effect evasion, how the probe would function, and provides an example of its output when detecting malicious behavior in a hypothetical target skill. There is no executable code provided, and the markdown content does not contain any instructions for the OpenClaw agent to perform malicious actions, exfiltrate data, or establish persistence. The `requires.bins` metadata for `curl` and `python3` is a common declaration for tools that might interact with networks or run scripts, but without actual code, it does not indicate malicious intent for this skill itself. The content is purely descriptive of a defensive security capability.
能力评估
Purpose & Capability
The name and description match the content of SKILL.md. Requiring curl and python3 is reasonable for an investigator that will run requests and simple analysis scripts. No environment variables, credentials, or unrelated binaries are requested.
Instruction Scope
The SKILL.md explicitly discusses checking hostnames, uptime, /proc entries, parent-process identity, network connectivity, invocation counts, and varying environment characteristics. Those checks are appropriate for an observer-effect probe, but they imply access to system-level metadata and the ability to run/observe the target skill under different environments. The instructions are descriptive (no code shipped) rather than prescriptive, but using the probe in practice will require executing the target skill and reading system artifacts.
Install Mechanism
No install spec and no code files — instruction-only. No downloads or archive extraction are requested, which minimizes supply-chain risk.
Credentials
No credentials or sensitive environment variables are requested by the skill itself. However, performing the probe may cause the tested skill to connect to external endpoints or reveal secrets if run in a production environment; the SKILL.md describes such network/behavioral observations as part of detection, which is proportionate but operationally sensitive.
Persistence & Privilege
always:false (not force-included) and model invocation is permitted (default). The skill does not request persistent presence, nor does it attempt to modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install observer-effect-probe
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /observer-effect-probe 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
observer-effect-probe 1.0.0 - Initial release of observer-effect-probe. - Detects skills that change behavior when they sense they are being monitored, targeting attestation/sandbox evasion techniques. - Probes five key evasion axes: sandbox fingerprinting, probe timing sensitivity, observer API usage, behavioral consistency, and metacognitive detection. - Provides a detailed report including detected evasion signals, behavioral comparisons across environments, an evasion probability score, and a final verdict. - Designed to complement existing attestation tools by catching skills that evade specifically during security review.
元数据
Slug observer-effect-probe
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Observer Effect Probe 是什么?

Helps detect skills that behave differently when they sense they are being monitored — catching the class of evasion where conditional activation logic speci... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 444 次。

如何安装 Observer Effect Probe?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install observer-effect-probe」即可一键安装,无需额外配置。

Observer Effect Probe 是免费的吗?

是的,Observer Effect Probe 完全免费(开源免费),可自由下载、安装和使用。

Observer Effect Probe 支持哪些平台?

Observer Effect Probe 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Observer Effect Probe?

由 andyxinweiminicloud(@andyxinweiminicloud)开发并维护,当前版本 v1.0.0。

💬 留言讨论