Test Data Generator
v1.0.0Generate customized test data in JSON, CSV, or SQL (MySQL/PostgreSQL) formats using built-in or custom templates with realistic fields like names, emails, an...
⭐ 0· 18·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (generate JSON/CSV/SQL test data) match the included code (generator.py, cli.py) and templates. The declared lack of required env vars/binaries is consistent. No unrelated credentials or cloud APIs are requested.
Instruction Scope
SKILL.md only instructs local generation, CLI usage, and optional local template files. The runtime instructions and CLI behavior align with the code: generation, format selection, and optional --template-file are expected. There are no instructions to read unrelated system files, call external endpoints, or exfiltrate data.
Install Mechanism
No install spec is present (no external downloads). The repository includes code runnable as-is. requirements.txt only lists pytest (a test dependency) — no runtime third-party packages are required.
Credentials
The skill requests no environment variables, credentials, or config paths. The code works with local template files and defaults; no broad environment access is required.
Persistence & Privilege
always is false and the skill does not request permanent agent presence or modify other skills/config. CLI and library operate locally and do not persist or escalate privileges.
Assessment
This package appears to be a straightforward local test-data generator. Before installing or running: 1) Note the author/source is unknown — if provenance matters, review the repository or run it in a sandbox. 2) Custom templates are loaded from files you provide; inspect any third‑party template files before use. 3) The requirements.txt only contains pytest (test-only); no runtime packages are required. 4) If you need absolute assurance, run the included tests (pytest) and quickly grep generator.py for network, subprocess, or os.environ access to confirm there are no hidden calls.Like a lobster shell, security has layers — review code before you run it.
datavk977bnv8yht9bn4r2s2x0z3g91849y6hlatestvk977bnv8yht9bn4r2s2x0z3g91849y6htestingvk977bnv8yht9bn4r2s2x0z3g91849y6htoolvk977bnv8yht9bn4r2s2x0z3g91849y6h
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
