← Back to Skills Marketplace
aipoch-ai

Dei Statement Drafter

by AIpoch · GitHub ↗ · v0.1.2 · MIT-0
cross-platform ⚠ suspicious
212
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install dei-statement-drafter
Description
Draft Diversity, Equity, and Inclusion statements for academic applications
README (SKILL.md)

DEI Statement Drafter

Draft Diversity, Equity, and Inclusion (DEI) statements for academic job applications and grant proposals.

Usage

python scripts/main.py --template faculty --experiences experiences.txt

Parameters

Parameter Type Default Required Description
--template, -t string faculty No Statement template (faculty, postdoc, grant)
--experiences, -e string - No File with DEI-related experiences
--output, -o string - No Output file path
--best-practices, -b flag - No Show DEI statement best practices

Statement Components

  • Personal background and perspective
  • DEI-related experiences
  • Future plans and commitment
  • Specific actions and initiatives

Output

  • Structured DEI statement
  • Section suggestions
  • Best practice tips

Risk Assessment

Risk Indicator Assessment Level
Code Execution Python/R scripts executed locally Medium
Network Access No external API calls Low
File System Access Read input files, write output files Medium
Instruction Tampering Standard prompt guidelines Low
Data Exposure Output files saved to workspace Low

Security Checklist

  • No hardcoded credentials or API keys
  • No unauthorized file system access (../)
  • Output does not expose sensitive information
  • Prompt injection protections in place
  • Input file paths validated (no ../ traversal)
  • Output directory restricted to workspace
  • Script execution in sandboxed environment
  • Error messages sanitized (no stack traces exposed)
  • Dependencies audited

Prerequisites

No additional Python packages required.

Evaluation Criteria

Success Metrics

  • Successfully executes main functionality
  • Output meets quality standards
  • Handles edge cases gracefully
  • Performance is acceptable

Test Cases

  1. Basic Functionality: Standard input → Expected output
  2. Edge Case: Invalid input → Graceful error handling
  3. Performance: Large dataset → Acceptable processing time

Lifecycle Status

  • Current Stage: Draft
  • Next Review Date: 2026-03-06
  • Known Issues: None
  • Planned Improvements:
    • Performance optimization
    • Additional feature support
Usage Guidance
This skill is coherent with its stated purpose and contains only a small Python script, but the README's security checklist promises protections (input path validation, sanitized errors, sandboxing) that the code does not implement. Before running: (1) inspect the script yourself (you already have it) and confirm it meets your safety requirements; (2) do not point --experiences at sensitive system files (e.g., ~/.ssh, /etc/passwd) because the script will read whatever path you provide; (3) avoid running with an output path that could overwrite important files; (4) run it in a sandbox/container or with limited filesystem permissions if you want extra safety; and (5) if you plan to use this in an automated agent, consider adding explicit path validation and error handling to the code to enforce the checklist items the SKILL.md lists.
Capability Analysis
Type: OpenClaw Skill Name: dei-statement-drafter Version: 0.1.2 The skill contains a path traversal vulnerability in `scripts/main.py`, as it accepts arbitrary file paths for the `--experiences` and `--output` arguments without any sanitization or validation. This allows for reading sensitive system files or overwriting critical files if the agent is directed to do so. Furthermore, `SKILL.md` includes a security checklist claiming that input paths are validated and restricted to the workspace, which is factually incorrect based on the provided code logic.
Capability Assessment
Purpose & Capability
Name/description match the actual code: a simple local Python script that generates DEI statement text from built-in templates and optionally reads an experiences file and writes output. No unexplained dependencies, credentials, or network access are requested.
Instruction Scope
SKILL.md and usage describe reading an experiences file and writing output (which the code does). However the documentation's security checklist claims path validation (no ../ traversal), prompt-injection protections, and sanitized error messaging — none of these protections are implemented in scripts/main.py. The script opens a user-supplied file path with no validation and writes to the given output path without checks, which could allow accidental exposure or overwriting of files if misused.
Install Mechanism
No install spec and no external packages required; the skill is instruction-only plus a small Python script, so nothing is downloaded or installed during skill use.
Credentials
No environment variables, credentials, or config paths are requested. The only sensitive operation is reading a user-supplied file path and writing an output file — operations consistent with the stated purpose.
Persistence & Privilege
Skill does not request persistent presence (always: false), does not modify other skills or system configuration, and does not store credentials or enable autonomous escalation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install dei-statement-drafter
  3. After installation, invoke the skill by name or use /dei-statement-drafter
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.2
- No changes detected in this release. - Version remains the same as the previous release.
v0.1.1
No user-facing changes in this version. - No file changes detected. - Version number remains unchanged. - No new features, bug fixes, or documentation updates.
v0.1.0
- Initial release of dei-statement-drafter skill for drafting Diversity, Equity, and Inclusion statements. - Supports templates for faculty, postdoc, and grant applications. - Accepts user-provided DEI experiences and generates structured statements with section suggestions. - Includes best practice tips and customizable output options. - Medium risk level assessed; includes comprehensive security and risk assessment checklist.
Metadata
Slug dei-statement-drafter
Version 0.1.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Dei Statement Drafter?

Draft Diversity, Equity, and Inclusion statements for academic applications. It is an AI Agent Skill for Claude Code / OpenClaw, with 212 downloads so far.

How do I install Dei Statement Drafter?

Run "/install dei-statement-drafter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Dei Statement Drafter free?

Yes, Dei Statement Drafter is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Dei Statement Drafter support?

Dei Statement Drafter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Dei Statement Drafter?

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

💬 Comments