Signup
v2.0.0Organize and track signups with simple terminal commands and export. Use when logging registrations, checking status, analyzing trends, generating reports.
⭐ 0· 88·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 (signup manager, reporting, exports) match the included script and SKILL.md. The script implements commands that log entries and export data to ~/.local/share/signup, which is coherent with the stated purpose.
Instruction Scope
SKILL.md instructs use of local terminal commands and points to local data storage. The runtime script reads/writes only local files under the DATA_DIR and does not access unexpected system paths, environment variables, or external endpoints.
Install Mechanism
There is no install spec or remote download. The skill is instruction-first and includes a single bash script. No network-based installation or archive extraction is present.
Credentials
No environment variables, credentials, or external tokens are requested or required; the script uses only HOME to derive a local data directory, which is proportionate to its function.
Persistence & Privilege
The skill is not marked always:true and does not request system-wide configuration changes. It stores its own data under the user's home directory only.
Assessment
This is a simple offline CLI that stores logs and exports under ~/.local/share/signup; it does not contact external services or require secrets. Before installing or executing, review the full script yourself (the included listing was partially truncated in the report) and be aware that all entered data is stored in plaintext under your home directory — avoid logging sensitive PII or secrets. If you plan to run the script in multi-user or automated contexts, consider file permissions for ~/.local/share/signup. If you need network export/import, verify those features explicitly before using.Like a lobster shell, security has layers — review code before you run it.
latestvk97afkwejrkx0r744p1jsjden1836cxj
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
