Date Calculator
v0.1.0Calculates gestational age and follow-up date windows.
⭐ 0· 93·1 current·1 all-time
byAIpoch@aipoch-ai
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description, SKILL.md, and scripts/main.py are consistent: a small Python tool that computes gestational age and follow-up windows. It does not request unrelated credentials or binaries.
Instruction Scope
Runtime instructions only run the bundled Python script and produce JSON output. However, the code accepts an arbitrary --output path and will open/write that file without sanitization or path traversal checks (the SKILL.md checklist mentions validating paths but the code does not). Also a minor documentation mismatch: usage examples in the script epilog reference python main.py while SKILL.md uses python scripts/main.py. No instructions read environment variables or other unrelated files.
Install Mechanism
No install spec; this is instruction-only with a bundled script. Nothing is downloaded or written to disk by an installer step beyond the included files.
Credentials
No environment variables, credentials, or config paths are requested. The requested surface is proportional to the stated functionality.
Persistence & Privilege
always is false and the skill does not request persistent/system-level privileges or modify other skills. Autonomous invocation defaults are unchanged.
Assessment
This skill appears to do what it says: a small local Python calculator with no network calls or secret access. Before installing or running it: (1) run it in a sandbox or non-privileged environment; (2) avoid passing sensitive or system file paths to --output (the script will overwrite whatever path you provide and does not sanitize it); (3) double-check you invoke the correct file path (scripts/main.py vs main.py in examples); (4) if you plan to use it in production workflows, add explicit output-path validation and limit output directory to a workspace to avoid accidental file overwrite. If you need higher assurance, run a quick local review or test with harmless paths first.Like a lobster shell, security has layers — review code before you run it.
latestvk971q59mxm669jp2dwv767bzbx836jr1
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
