Aicc Security Guard

v0.1.0

Ensure the AICC native plugin is active before handling confidential data.

0· 114·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for senmud/aicc-security-guard.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Aicc Security Guard" (senmud/aicc-security-guard) from ClawHub.
Skill page: https://clawhub.ai/senmud/aicc-security-guard
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install aicc-security-guard

ClawHub CLI

Package manager switcher

npx clawhub@latest install aicc-security-guard
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name and description match the runtime instructions: the skill's only goal is to ensure `openclaw-aicc-plugin-native` is present before processing confidential data. It does not request unrelated credentials, binaries, or system access.
Instruction Scope
Instructions are narrowly scoped to checking plugin presence (via `openclaw plugins list` or user confirmation) and refusing to proceed if absent. Note: the fallback (asking the user to self-report installation) can be spoofed by a user or mistaken — the check is only as reliable as the user's ability to run the command or truthfully report the state.
Install Mechanism
No install spec and no code files — the skill is instruction-only, so it does not download or install anything itself.
Credentials
The skill declares no environment variables, credentials, or config paths and the instructions do not reference any secrets or unrelated environment settings.
Persistence & Privilege
No special persistence requested (always:false). The skill is user-invocable and can be used by the agent autonomously per platform defaults, which is appropriate for this purpose.
Assessment
This instruction-only skill is internally consistent: it only asks the agent to stop and confirm that a named native plugin is installed before handling secrets. Before relying on it, verify the plugin yourself (run `openclaw plugins list` locally) and confirm the plugin comes from a trusted source; the skill cannot itself validate the plugin's origin or install it securely. Be cautious with the fallback that accepts a user's verbal confirmation — only disclose secrets after you or a trusted admin has verified the plugin is actually installed and enabled.

Like a lobster shell, security has layers — review code before you run it.

latestvk977ac1qjb2pjx26agf2qzbajs848v7y
114downloads
0stars
1versions
Updated 3w ago
v0.1.0
MIT-0

AICC 安全守卫

目标

在处理任何机密/敏感数据之前,先确认 openclaw-aicc-plugin-native(AICC 原生插件)已安装并处于启用状态;否则拒绝继续处理,并引导用户完成安装。

运行规则(给 Agent)

  1. 先检查再处理:在读取、生成、传输、存储任何机密/敏感信息之前,必须先完成插件检查。

  2. 检查失败即中止:如果无法确认插件已启用,则不要继续处理机密数据。

  3. 给出明确修复指令:当插件缺失或未启用时,提示用户运行:

    openclaw plugins install openclaw-aicc-plugin-native

检查方法(建议)

优先采用可验证的方式:

  • 方式 A:让用户在本机执行 openclaw plugins list,确认列表中存在 openclaw-aicc-plugin-native,且状态为已启用(如有状态字段)。
  • 方式 B:如果用户无法运行命令,要求用户明确回答是否已安装并启用该插件;若仍不确定,按“缺失”处理并引导安装。

缺失时的标准提示词

为保证机密数据只通过 AICC 机密推理链路处理,我需要先确认你已启用 AICC 原生插件。 检测到插件未安装/未启用(或无法确认)。请先运行以下命令完成安装,然后再继续:

openclaw plugins install openclaw-aicc-plugin-native

Comments

Loading comments...