Waste Disposal Guide
v1.0.0Guide for disposing specific chemical wastes into the correct colored waste containers, with safety precautions and regulatory compliance notes.
⭐ 0· 25·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, description, SKILL.md, and the included Python script all describe and implement a local lookup/listing tool for chemical waste categories; no unrelated permissions, binaries, or credentials are requested.
Instruction Scope
Runtime instructions are limited to validating and running scripts/main.py and following a fixed lookup/workflow. The SKILL.md explicitly restricts scope (no emergency, radioactive, or biological guidance) and instructs the agent not to widen scope.
Install Mechanism
No install spec is present (instruction-only skill with an included script). Nothing is downloaded or written to disk by an installer; the only runtime action suggested is running the bundled Python script.
Credentials
The skill requests no environment variables, credentials, or config paths. All data the script uses is embedded in the script's WASTE_CATEGORIES dictionary.
Persistence & Privilege
always is false and there is no indication the skill modifies system or other-skill configuration. It can be invoked by the agent (default) but does not request permanent elevated privileges.
Assessment
This skill appears internally consistent and safe from a software-security perspective, but it provides guidance on hazardous materials: (1) do not rely on it as a substitute for your institution's EHS or local regulations; verify output with your EHS office before acting; (2) the mixture-handling rules are simplified and may not cover complex or regulated waste streams—stop and consult EHS for ambiguous cases; (3) you can safely run the included script locally (python -m py_compile scripts/main.py then python scripts/main.py ...) to inspect behavior; (4) no secrets or network access are required by the skill, which reduces exfiltration risk.Like a lobster shell, security has layers — review code before you run it.
latestvk9769b17p21v5hyhnrfg6d4cvh8436an
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
