← 返回 Skills 市场
aipoch-ai

Blind Review Sanitizer

作者 AIpoch · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
79
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install blind-review-sanitizer-1
功能描述
Use blind-review-sanitizer for academic writing workflows that need structured anonymization, explicit assumptions, and clear output boundaries for double-bl...
使用说明 (SKILL.md)

\r

Blind Review Sanitizer\r

\r Structured manuscript anonymization for double-blind peer review.\r \r

When to Use\r

\r

  • Use this skill when the task needs removal or review of author-identifying content in manuscripts prepared for double-blind submission.\r
  • Use this skill for academic writing tasks that require explicit assumptions, bounded scope, and a reproducible output format.\r
  • Use this skill when you need a documented fallback path for missing inputs, execution errors, or partial evidence.\r \r

Key Features\r

\r

  • Scope-focused workflow aligned to: Use blind-review-sanitizer for academic writing workflows that need structured anonymization, explicit assumptions, and clear output boundaries for double-blind submission.\r
  • Packaged executable path(s): scripts/main.py.\r
  • Reference material available in references/ for task-specific guidance.\r
  • Structured execution path designed to keep outputs consistent and reviewable.\r \r

Dependencies\r

\r See ## Prerequisites above for related details.\r \r

  • Python: 3.10+. Repository baseline for current packaged skills.\r
  • docx: unspecified. Declared in requirements.txt.\r \r

Example Usage\r

\r

cd "20260318/scientific-skills/Academic Writing/blind-review-sanitizer"\r
python -m py_compile scripts/main.py\r
python scripts/main.py --help\r
```\r
\r
Example run plan:\r
1. Confirm the user input, output path, and any required config values.\r
2. Edit the in-file `CONFIG` block or documented parameters if the script uses fixed settings.\r
3. Run `python scripts/main.py` with the validated inputs.\r
4. Review the generated output and return the final artifact with any assumptions called out.\r
\r
## Implementation Details\r
\r
See `## Workflow` above for related details.\r
\r
- Execution model: validate the request, choose the packaged workflow, and produce a bounded deliverable.\r
- Input controls: confirm the source files, scope limits, output format, and acceptance criteria before running any script.\r
- Primary implementation surface: `scripts/main.py`.\r
- Reference guidance: `references/` contains supporting rules, prompts, or checklists.\r
- Parameters to clarify first: input path, output path, scope filters, thresholds, and any domain-specific constraints.\r
- Output discipline: keep results reproducible, identify assumptions explicitly, and avoid undocumented side effects.\r
\r
## Quick Check\r
\r
Use this command to verify that the packaged script entry point can be parsed before deeper execution.\r
\r
```bash\r
python -m py_compile scripts/main.py\r
```\r
\r
## Audit-Ready Commands\r
\r
Use these concrete commands for validation. They are intentionally self-contained and avoid placeholder paths.\r
\r
```bash\r
python -m py_compile scripts/main.py\r
python scripts/main.py --help\r
```\r
\r
## Workflow\r
\r
1. Confirm the submission target, source file type, anonymization strictness, and whether acknowledgments should be preserved.\r
2. Check whether the provided material is a supported file format and whether author names or known identifiers are available.\r
3. Use the packaged script for supported files; otherwise produce a manual anonymization checklist without claiming full sanitization.\r
4. Return the sanitized artifact or a verification plan that separates changes made, remaining risks, and manual review points.\r
5. If the request lacks a file path or enough identifiers, stop and request the minimum missing input.\r
\r
## Use Cases\r
\r
- Blind a manuscript before conference submission\r
- Review acknowledgments and self-citations for deanonymization risk\r
- Produce a manual anonymity checklist when automated processing is not possible\r
\r
## Parameters\r
\r
| Parameter | Type | Required | Default | Description |\r
|-----------|------|----------|---------|-------------|\r
| `--input`, `-i` | string | Yes | - | Input manuscript file path (`.docx`, `.md`, `.txt`) |\r
| `--output`, `-o` | string | No | auto-generated | Output path with blinded suffix when omitted |\r
| `--authors` | string | No | - | Comma-separated author names for stronger detection |\r
| `--keep-acknowledgments` | flag | No | false | Preserve acknowledgment section |\r
| `--highlight-self-cites` | flag | No | false | Highlight self-citations without replacement |\r
\r
## Returns\r
\r
- Sanitized manuscript file for supported formats\r
- Summary of removed identifiers when available\r
- Explicit note when manual verification is still required\r
\r
## Example\r
\r
`python scripts/main.py --input manuscript.md --authors "Alice Chen,Bob Smith"`\r
\r
## Risk Assessment\r
\r
| Risk Indicator | Assessment | Level |\r
|----------------|------------|-------|\r
| Code Execution | Local Python script execution only | Medium |\r
| Network Access | No external API calls | Low |\r
| File System Access | Reads manuscript files and writes blinded output | Medium |\r
| Instruction Tampering | Standard prompt-guided workflow | Low |\r
| Data Exposure | Sensitive manuscript content remains local to workspace | Medium |\r
\r
## Security Checklist\r
\r
- [ ] No hardcoded credentials or API keys\r
- [ ] No unauthorized file system access (`../`)\r
- [ ] Sensitive manuscript content stays within approved workspace\r
- [ ] Input file paths validated before processing\r
- [ ] Output file path reviewed before overwrite\r
- [ ] Error messages do not fabricate successful sanitization\r
- [ ] Manual review required before submission\r
- [ ] Metadata cleanup handled separately when needed\r
\r
## Prerequisites\r
\r
Optional dependency: `python-docx` is required only for `.docx` processing.\r
\r
## Evaluation Criteria\r
\r
### Success Metrics\r
- [ ] Script path parses successfully\r
- [ ] Help output documents supported options\r
- [ ] Sanitization stays within double-blind preparation scope\r
- [ ] Missing file or missing identifiers trigger bounded fallback\r
\r
### Test Cases\r
1. **Basic Functionality**: Help output and script parse succeed\r
2. **Edge Case**: Missing file path triggers explicit stop condition\r
3. **Output Quality**: Remaining anonymity risks are called out clearly\r
\r
## Lifecycle Status\r
\r
- **Current Stage**: Draft\r
- **Next Review Date**: 2026-03-20\r
- **Known Issues**: File metadata and embedded image review still require manual checks\r
- **Planned Improvements**:\r
  - Safer sample-file smoke test for richer audit coverage\r
  - More explicit metadata cleanup guidance\r
\r
## Output Requirements\r
\r
Every final response should make these items explicit when they are relevant:\r
\r
- Objective or requested deliverable\r
- Inputs used and assumptions introduced\r
- Workflow or decision path\r
- Core result, recommendation, or artifact\r
- Constraints, risks, caveats, or validation needs\r
- Unresolved items and next-step checks\r
\r
## Error Handling\r
\r
- If required inputs are missing, state exactly which fields are missing and request only the minimum additional information.\r
- If the task goes outside the documented scope, stop instead of guessing or silently widening the assignment.\r
- If `scripts/main.py` fails, report the failure point, summarize what still can be completed safely, and provide a manual fallback.\r
- Do not fabricate files, citations, data, search results, or execution outcomes.\r
\r
## Input Validation\r
\r
This skill accepts requests that match the documented purpose of `blind-review-sanitizer` and include enough context to complete the workflow safely.\r
\r
Do not continue the workflow when the request is out of scope, missing a critical input, or would require unsupported assumptions. Instead respond:\r
\r
> `blind-review-sanitizer` only handles its documented workflow. Please provide the missing required inputs or switch to a more suitable skill.\r
\r
## References\r
\r
- [references/audit-reference.md](references/audit-reference.md) - Supported scope, audit commands, and fallback boundaries\r
\r
## Response Template\r
\r
Use the following fixed structure for non-trivial requests:\r
\r
1. Objective\r
2. Inputs Received\r
3. Assumptions\r
4. Workflow\r
5. Deliverable\r
6. Risks and Limits\r
7. Next Checks\r
\r
If the request is simple, you may compress the structure, but still keep assumptions and limits explicit when they affect correctness.\r
安全使用建议
This skill appears to be a legitimate local anonymizer, but review these before running: 1) Dependency name mismatch — the script imports 'docx' (python-docx). Ensure you install the correct package (pip install python-docx) and test on a non-sensitive sample. 2) Inspect the script before execution to confirm there are no network calls or hidden behaviors (the provided code shows no network I/O). 3) Provide only trusted input/output paths and run in an isolated or disposable workspace to avoid accidental reading of sensitive files or overwriting important data; the script does not enforce path restrictions. 4) Expect imperfect results — manual review is required before submission. If you need higher assurance, run python -m py_compile scripts/main.py and examine the CLI argument handling section (not fully visible in the truncated file) to confirm how input/output paths are handled and whether the script can overwrite files without prompts.
能力评估
Purpose & Capability
Name/description match the delivered assets: an instruction-only skill that packages a local Python script (scripts/main.py) to perform anonymization. The presence of a .py implementation and text/docx handling is consistent with the stated purpose. Minor inconsistency: requirements.txt lists 'docx' while SKILL.md and runtime expect 'python-docx' (the import used is 'from docx import Document'), which can cause confusion or failed installs.
Instruction Scope
SKILL.md instructs the agent/operator to validate input/output paths and avoid ../ traversal, and to edit an in-file 'CONFIG' block if present. The shipped code does not appear to expose or require a CONFIG block (SKILL.md’s reference may be generic/incorrect). The code will read arbitrary input files and write outputs; I did not find enforced path sanitization or explicit checks preventing reading/writing outside a workspace. For a file-processing tool this behavior is expected, but because the instructions encourage editing paths and the implementation doesn't enforce path constraints, there is a risk of accidental overwrite or reading sensitive files if the user/agent provides a malicious path.
Install Mechanism
No install spec; this is instruction-only with a bundled Python script. That is low-risk from an installation-execution standpoint because nothing is downloaded at install time. However, running the script will require local Python and the python-docx package for .docx processing.
Credentials
The skill requests no environment variables, no credentials, and no config paths. That is proportionate to its stated purpose of local anonymization.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent presence or elevated agent-wide privileges. Autonomous invocation is allowed by default but is not combined with other privilege escalations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install blind-review-sanitizer-1
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /blind-review-sanitizer-1 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of blind-review-sanitizer for structured, double-blind manuscript anonymization. - Provides a Python-based workflow for anonymizing manuscripts in preparation for double-blind peer review. - Supports `.docx`, `.md`, `.txt` file formats and offers command-line control over author detection and output options. - Includes clear input validation, explicit fallback procedures, and sample usage guidance. - Outputs sanitized manuscripts, with summary of removed identifiers and callouts for manual review where necessary. - Offers audit-ready commands, risk assessment, security checklist, and detailed workflow documentation for reproducibility and transparency.
元数据
Slug blind-review-sanitizer-1
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Blind Review Sanitizer 是什么?

Use blind-review-sanitizer for academic writing workflows that need structured anonymization, explicit assumptions, and clear output boundaries for double-bl... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 79 次。

如何安装 Blind Review Sanitizer?

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

Blind Review Sanitizer 是免费的吗?

是的,Blind Review Sanitizer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Blind Review Sanitizer 支持哪些平台?

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

谁开发了 Blind Review Sanitizer?

由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。

💬 留言讨论