Data Labeler
v2.0.0Label Studio is a multi-type data labeling and annotation tool with standardized output format label studio, typescript, annotation, annotation-tool.
⭐ 0· 113·0 current·0 all-time
bybytesagain4@xueyetianya
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (mentions 'Label Studio' and typescript/annotation keywords) is slightly misleading compared to the shipped content, which is a simple Bash 'data-labeler' CLI that logs operations to ~/.local/share/data-labeler. Functionality requested and provided (local logging, query, export) are otherwise coherent with the stated purpose.
Instruction Scope
SKILL.md and the script instruct only local operations: reading/writing logs under the user's DATA_DIR, searching them, and exporting them. The script uses standard Unix utilities and does not read other system configuration or secrets or call external endpoints.
Install Mechanism
There is no install spec (instruction-only skill), which is low risk. A shell script is included in the package (scripts/script.sh) but no automatic installer is provided — the script will be written to the agent bundle. You should ensure how/where the agent will execute it (it may need to be installed or symlinked to 'data-labeler').
Credentials
No environment variables, credentials, or external config paths are requested. The script only uses HOME to build a per-user data directory. Note: because it records arbitrary input, users must avoid logging secrets or sensitive data into the tool's logs.
Persistence & Privilege
The skill does not request permanent/global privileges (always:false) and only creates files under the user's home data directory. It does not modify other skills or system-wide settings.
Assessment
This is a simple local logging CLI implemented as a Bash script that stores everything under ~/.local/share/data-labeler. It does not call the network or request credentials, but it will persist any text you give it (so don't log passwords, API keys, or sensitive files). The SKILL.md branding references 'Label Studio' and Typescript, which is misleading — this is not the Label Studio project, it's a small BytesAgain Bash tool. Before installing/running: review the script yourself, decide where to place it on PATH (or run it from the package path), set executable permission if needed, and consider running it in a sandbox if you are unsure. If you expect a full-featured Label Studio integration, this skill is not that — it's a lightweight local activity logger.Like a lobster shell, security has layers — review code before you run it.
latestvk97f7mt6yc5q0yycvj8k5z31fn8379e5
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
