← Back to Skills Marketplace
aipoch-ai

Blind Review Sanitizer

by AIpoch · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
79
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install blind-review-sanitizer-1
Description
Use blind-review-sanitizer for academic writing workflows that need structured anonymization, explicit assumptions, and clear output boundaries for double-bl...
README (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
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install blind-review-sanitizer-1
  3. After installation, invoke the skill by name or use /blind-review-sanitizer-1
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug blind-review-sanitizer-1
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Blind Review Sanitizer?

Use blind-review-sanitizer for academic writing workflows that need structured anonymization, explicit assumptions, and clear output boundaries for double-bl... It is an AI Agent Skill for Claude Code / OpenClaw, with 79 downloads so far.

How do I install Blind Review Sanitizer?

Run "/install blind-review-sanitizer-1" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Blind Review Sanitizer free?

Yes, Blind Review Sanitizer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Blind Review Sanitizer support?

Blind Review Sanitizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Blind Review Sanitizer?

It is built and maintained by AIpoch (@aipoch-ai); the current version is v1.0.0.

💬 Comments