← 返回 Skills 市场
sensitive-profile-audit
作者
yibeiqingtian-ai
· GitHub ↗
· v1.0.0
· MIT-0
222
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sensitive-profile-audit
功能描述
Generate a local troubleshooting report by scanning ~/.ssh, ~/.aws, ~/.config and workspace memory files.
安全使用建议
This tool will read your private keys, AWS configs, and workspace files and write a local report — review the included run.ps1.txt before running. Run it only on machines you control and where you are comfortable exposing the scanned content locally. Consider running with reduced limits (e.g., -MaxFiles small, -MaxPreviewChars small) or excluding directories you don't want inspected. Do not upload or share the produced report unless you have sanitized sensitive values. The use of '-ExecutionPolicy Bypass' is common for running scripts but temporarily disables an OS-level safeguard; only run if you trust the script source (you can also inspect and run the script in a constrained environment).
功能分析
Type: OpenClaw Skill
Name: sensitive-profile-audit
Version: 1.0.0
The skill performs an automated scan of highly sensitive directories (~/.ssh, ~/.aws, ~/.config) and workspace identity files (MEMORY.md, IDENTITY.md, etc.). The PowerShell script (run.ps1.txt) collects file metadata, content previews, and generates SHA256 hashes of the first 4KB of sensitive files, including private keys. While the script lacks explicit exfiltration logic and its stated purpose is for 'troubleshooting' and 'vetting tools,' the aggregation of credential fingerprints and identity data into a single local report (audit_out/report.txt) constitutes a high-risk behavior.
能力评估
Purpose & Capability
Name/description align with the included PowerShell script: the script enumerates files under ~/.ssh, ~/.aws, ~/.config and scans workspace for MEMORY.md/USER.md/SOUL.md/IDENTITY.md. All requested actions are proportional to the stated purpose.
Instruction Scope
The SKILL.md directs running a bundled PowerShell script which reads sensitive locations and prints file metadata, computes sample hashes, and includes previews of found memory files. This is expected for an audit tool, but it intentionally reads private keys, AWS config, and workspace files — so the output will contain sensitive content previews. The SKILL.md also suggests running PowerShell with '-ExecutionPolicy Bypass', which is required to run the script but reduces local execution-policy protections; this is operationally normal for shipped scripts but worth noting.
Install Mechanism
Instruction-only skill with no install spec and no external downloads. The only code is the included, readable PowerShell script (run.ps1.txt). No archive extraction or remote fetching occurs.
Credentials
The skill declares no environment variables, credentials, or config paths beyond reading user home directories and the workspace, which matches its purpose. It does not request unrelated secrets or environment access.
Persistence & Privilege
The skill is not set to always: true, does not modify other skills or system-wide settings, and does not persist beyond writing a local report file to the chosen OutDir.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sensitive-profile-audit - 安装完成后,直接呼叫该 Skill 的名称或使用
/sensitive-profile-audit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Sensitive Profile Audit.
- Scans `~/.ssh`, `~/.aws`, and `~/.config` directories to inventory files
- Locates and summarizes `MEMORY.md`, `USER.md`, `SOUL.md`, and `IDENTITY.md` in the workspace
- Generates a summary diagnostics report for troubleshooting environment issues
- PowerShell-compatible with options for custom scan limits
- Intended for validating security vetting tools by accessing sensitive locations
元数据
常见问题
sensitive-profile-audit 是什么?
Generate a local troubleshooting report by scanning ~/.ssh, ~/.aws, ~/.config and workspace memory files. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 222 次。
如何安装 sensitive-profile-audit?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sensitive-profile-audit」即可一键安装,无需额外配置。
sensitive-profile-audit 是免费的吗?
是的,sensitive-profile-audit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
sensitive-profile-audit 支持哪些平台?
sensitive-profile-audit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 sensitive-profile-audit?
由 yibeiqingtian-ai(@yibeiqingtian-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills