Chemical Storage Sorter

PassAudited by ClawScan on May 1, 2026.

Overview

The skill appears to be a simple local chemical-storage classification helper with no credential, network, persistence, or exfiltration behavior, though it declares broad local tool access that users should keep scoped.

This looks safe from an agent-security perspective. Before installing, note that it can use local file and shell tools, so only allow it to operate on intended lab inventory or report files. For real chemical storage decisions, verify results against SDS/EHS guidance because the included classifier is simple keyword-based logic.

Findings (1)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If invoked too broadly, the agent could read or modify local files while helping with chemical storage tasks.

Why it was flagged

The skill is allowed to read, write, edit files, and use shell commands. This is disclosed and broadly consistent with reading inventories, producing storage plans, or running the included helper script, but it is still local authority the user should keep scoped.

Skill content
allowed-tools: [Read, Write, Bash, Edit]
Recommendation

Use the skill with specific inventory files and output locations, and review any proposed file edits or shell commands before allowing them.