Skill flagged — suspicious patterns detected
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
Freezer Sample Locator
v0.1.0Track and retrieve sample locations in -80°C freezers with hierarchical storage organization. Trigger conditions: - User needs to record sample storage posit...
⭐ 0· 59·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
OpenClaw
Benign
high confidencePurpose & Capability
Name and description describe a local sample-location manager; the included Python script implements add/search/list/update/delete/export functionality and uses JSON/CSV storage — all consistent with the stated purpose.
Instruction Scope
SKILL.md and the script instruct local file operations only (read/write samples.json, export CSV). There are no instructions to read unrelated system files, environment variables, or to send data externally.
Install Mechanism
No install spec is present (instruction-only plus a bundled script). There are no downloads or package installs; the code runs locally using standard Python stdlib modules (json, csv, argparse, pathlib).
Credentials
The skill requires no environment variables, credentials, or external service access. Its file I/O is limited to a data directory next to the script (data/samples.json), which is appropriate for a local inventory tool.
Persistence & Privilege
Skill is not always-enabled and does not modify other skills or global agent settings. It persists data only to its own data directory and does not request elevated or system-wide privileges.
Assessment
This skill stores inventory data locally under a data/ directory next to the script (data/samples.json) and writes CSV exports to paths you specify — review file locations and set appropriate filesystem permissions if the inventory is sensitive. Confirm you run the script in a trusted Python environment; no network access or credentials are required. If you want remote backups or multi-user access, add a vetted backend/service rather than exposing the local JSON file to other users.Like a lobster shell, security has layers — review code before you run it.
latestvk978yrep4tzypytzf41ee5j0h983e8cr
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
