Table 1 Generator

v1.0.0

Automated generation of baseline characteristics tables (Table 1) for clinical research papers.

0· 37·0 current·0 all-time
byAIpoch@aipoch-ai
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the packaged implementation: scripts/main.py implements baseline Table 1 generation (continuous/categorical summaries, group tests) and declared dependencies (numpy, pandas, scipy) are appropriate for the task.
Instruction Scope
SKILL.md gives bounded, reviewable instructions (validate inputs, run the script, review outputs). The script operates only on user-supplied local CSVs and writes outputs. However, the README/checklist claims input path validation and sandboxing; the shipped script itself does not enforce path traversal or sandboxing — these protections are left to the operator.
Install Mechanism
No automated install spec is provided (instruction-only), which is lower-risk. A requirements.txt lists common Python packages; SKILL.md instructs using pip to install them. No external download URLs or archive extraction are present.
Credentials
No environment variables, credentials, or config paths are requested. The script only requires paths to input/output files supplied at runtime, which is proportional to its purpose.
Persistence & Privilege
The skill is not always-enabled, does not request elevated or persistent privileges, and does not modify other skills or global agent settings.
Assessment
This skill appears to do what it says, but you should verify a few operational-security points before running: 1) Run it on non-sensitive test data first and inspect outputs to ensure behavior matches expectations. 2) Do not point it at sensitive PHI or privileged files unless you have appropriate controls; the script will read any file the process user can access. 3) The SKILL.md recommends input-path validation and sandboxing, but the script itself does not enforce path traversal protections — validate paths and run in an isolated environment if needed. 4) Install dependencies from trusted sources (pip) and consider using a virtual environment. 5) Review statistical choices (e.g., t-test, ANOVA) to ensure they are appropriate for your data. If you need stricter guarantees (no local file reads outside a workspace, enforced sandboxing, or audit logging), add those controls before use.

Like a lobster shell, security has layers — review code before you run it.

latestvk97fbkk1hhnqsg79dgr8wd280h840rqb

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments