← 返回 Skills 市场
292
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install qa-architecture-auditor
功能描述
Perform forensic-level codebase analysis and generate comprehensive Quality Assurance and Testing Strategy Reports. Acts as Independent Principal QA Architec...
安全使用建议
This skill appears internally consistent and implements a local forensic QA analyzer. Before running it: (1) point it at the exact repository path or git URL you intend to analyze (don’t pass root or unrelated directories), (2) be aware that if you analyze a private remote repo git will use your SSH keys or HTTPS token for authentication, and (3) if you have sensitive/proprietary code you may want to inspect scripts/analyze_repo.py yourself (it is included) to confirm behavior. The code shows some minor duplication/inefficiencies but no signs of hidden network calls or credential exfiltration beyond normal git operations. If you need higher assurance, review the full Python script line-by-line or run it in a sandboxed environment first.
功能分析
Type: OpenClaw Skill
Name: qa-architecture-auditor
Version: 1.1.0
The qa-architecture-auditor skill is a static analysis tool designed to perform forensic codebase reviews and generate QA strategy reports. While its core functionality is aligned with its stated purpose, the script 'scripts/analyze_repo.py' is classified as suspicious due to a lack of output sanitization during HTML report generation. Specifically, repository metadata such as file paths and module names are inserted directly into the HTML template without escaping, creating a Cross-Site Scripting (XSS) vulnerability if the tool is used to analyze a maliciously crafted repository. No evidence of intentional harmful behavior or data exfiltration was identified.
能力评估
Purpose & Capability
The name/description (forensic QA/codebase analysis) aligns with the provided artifacts: a Python analysis script and comprehensive references. Required binaries (python3, git) are reasonable and expected for cloning and local analysis. No unrelated services, env vars, or credentials are requested.
Instruction Scope
SKILL.md limits runtime actions to cloning/fetching a repo and local analysis; the included script's top-level security manifest matches that. One thing to note: the analyzer recursively reads files under the provided path, so if a user points it at a directory other than a repository (e.g., '/'), it will scan those files too. This is expected behavior for a repo analyzer but users should ensure they pass the intended repo path.
Install Mechanism
There is no install spec; this is instruction + bundled Python script only (no downloads or archive extraction). That is the lowest-risk install model and consistent with the skill's purpose.
Credentials
The skill declares no required environment variables or credentials. The SKILL.md and script state outward network usage is limited to git operations (cloning/fetching) when a remote URL is analyzed — this is proportionate to the stated functionality. Private repo auth is user-supplied via git (SSH keys or HTTPS token), which the doc explicitly calls out.
Persistence & Privilege
The skill does not request permanent 'always' inclusion and does not attempt to modify other skills or system-wide settings. It writes only the specified report file. Autonomous invocation of the skill is allowed by platform defaults but not escalated by the skill itself.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qa-architecture-auditor - 安装完成后,直接呼叫该 Skill 的名称或使用
/qa-architecture-auditor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Major fix for detection logic and methodology restoration
元数据
常见问题
QA Architecture Auditor 是什么?
Perform forensic-level codebase analysis and generate comprehensive Quality Assurance and Testing Strategy Reports. Acts as Independent Principal QA Architec... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 292 次。
如何安装 QA Architecture Auditor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qa-architecture-auditor」即可一键安装,无需额外配置。
QA Architecture Auditor 是免费的吗?
是的,QA Architecture Auditor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
QA Architecture Auditor 支持哪些平台?
QA Architecture Auditor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 QA Architecture Auditor?
由 ssshhh(@shifulegend)开发并维护,当前版本 v1.1.0。
推荐 Skills