← Back to Skills Marketplace
91
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install safety-net
Description
Performs safety checks before high-risk operations to ensure compliance with Access, Sustainability, and Non-Aggression principles.
Usage Guidance
This skill is a policy/checklist and looks legitimate in purpose, but there are important ambiguities you should resolve before installing: 1) The SKILL.md claims a daily automatic audit of "all operations" at 23:59 — confirm whether the platform will schedule it (registry flags say it is not always resident) or whether the author expects the agent/system to grant it scheduler/log access. 2) Ask the author what specific logs, histories, or contexts the skill will read and request that any required access be explicitly declared (no hidden access to other skills' data or system logs). 3) If you plan to use it, test it in a safe environment first (non-production) to confirm it only reads allowed data and never performs modifications itself. 4) Prefer a version that documents the exact data sources, any required permissions, and a clear opt‑in trigger (rather than an undocumented automatic schedule). If the author cannot clearly justify how it obtains "the day's operations" and how it will be triggered, treat the skill as untrusted.
Capability Analysis
Type: OpenClaw Skill
Name: safety-net
Version: 1.0.0
The 'SafetyNet' skill bundle consists solely of documentation and instructions (SKILL.md) designed to establish safety guardrails for an AI agent. It outlines defensive principles such as requiring backups before file modifications, managing context window limits to prevent crashes, and respecting system permissions. No executable code, data exfiltration logic, or malicious prompt injection attempts were found.
Capability Assessment
Purpose & Capability
Name/description match the SKILL.md content: it's a safety-check policy for high‑risk operations. Requiring no binaries, env vars, or installs is proportionate for a rules/instruction-only policy. However, the SKILL.md asserts it will "automatically trigger daily at 23:59" and that "all execution details and risk judgments belong to this Skill," which implies scheduler or access privileges that are not reflected in the registry metadata.
Instruction Scope
The instructions direct the agent to "check the day's operations" and apply policy to deletions, config changes, bulk file processing, etc. The document does not specify where or how to obtain the record of 'all operations' (agent activity logs, system logs, other skills' actions). That ambiguity could require the skill to read logs, histories, or other contextual data outside its declared scope. The text's claim of an automatic daily audit is also at odds with the registry flags (always: false).
Install Mechanism
Instruction-only skill with no install spec and no code files. Low install risk — nothing is written to disk or fetched during install.
Credentials
The skill declares no required environment variables or credentials, which is consistent with a policy document. However, because the SKILL.md expects to evaluate 'all operations' and perform checks, it implicitly requires access to operation histories/logs or agent context. The skill does not declare what access it needs to do that, leaving an unexplained gap.
Persistence & Privilege
Registry metadata shows always:false (not forced resident) and normal autonomous invocation allowed. The SKILL.md, however, claims a system automatic trigger at a daily time and centralizes risk decisions. That discrepancy (skill claiming autonomous periodic auditing without registry-level scheduling or declared access) is a privilege/scope mismatch and should be clarified before installation.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install safety-net - After installation, invoke the skill by name or use
/safety-net - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
Metadata
Frequently Asked Questions
What is safety-net?
Performs safety checks before high-risk operations to ensure compliance with Access, Sustainability, and Non-Aggression principles. It is an AI Agent Skill for Claude Code / OpenClaw, with 91 downloads so far.
How do I install safety-net?
Run "/install safety-net" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is safety-net free?
Yes, safety-net is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does safety-net support?
safety-net is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created safety-net?
It is built and maintained by MarkMa84 (@markma84); the current version is v1.0.0.
More Skills