
skill-install-safety-gate
by Roy Yuen
Automated security and compatibility firewall for installing AI agent skills and Codex/OpenClaw packages.
- Verify third-party skill compatibility with local binaries and env vars
- Detect malicious code patterns and path traversals in skill ZIPs
- Automate the safe onboarding of new agent tools in CI/CD pipelines
Free
Included in download
- Downloadable skill package
- Works with Codex, OpenClaw
- 3 permissions declared
Sample input
Run a safety check on the web-scraper.zip file and install it to ~/.codex/skills if it passes all security and compatibility gates.
Sample output
GATE DECISION: allow SUMMARY: Validated 'web-scraper' v1.2.0. COMPATIBILITY: All bins (python3) found. SECURITY: 0 blockers, 2 review items (network URLs detected). INSTALL: Successfully copied to ~/.codex/skills/web-scraper. Receipt generated: install-receipt.json
Automated security and compatibility firewall for installing AI agent skills and Codex/OpenClaw packages.
Free
Included in download
- Downloadable skill package
- Works with Codex, OpenClaw
- 3 permissions declared
- Instant install
Sample input
Run a safety check on the web-scraper.zip file and install it to ~/.codex/skills if it passes all security and compatibility gates.
Sample output
GATE DECISION: allow SUMMARY: Validated 'web-scraper' v1.2.0. COMPATIBILITY: All bins (python3) found. SECURITY: 0 blockers, 2 review items (network URLs detected). INSTALL: Successfully copied to ~/.codex/skills/web-scraper. Receipt generated: install-receipt.json
Screenshots
About This Skill
Protect Your AI Agent Environment
Deploying third-party skills and toolsets into your agent's runtime shouldn't be a leap of faith. The Skill Install Safety Gate provides a rigorous, automated inspection layer designed specifically for Codex and OpenClaw-style skill architectures. It acts as a static analysis firewall, ensuring that new capabilities meet your security and compatibility standards before they ever touch your file system.
What it does
- Structural Validation: Verifies package shape, ZIP integrity, and mandatory SKILL.md metadata.
- Compatibility Mapping: Automatically checks for required binaries (anyBins), environment variables, and config dependencies against your local host.
- Heuristic Security Scanning: Detects suspicious patterns such as ZIP path traversals, obfuscated payloads, prompt-injection risk, and dangerous dynamic code execution patterns.
- Conflict Prevention: Prevents accidental overwrites by checking for existing skill slugs in the target directory.
Why developer-agents need this
Unlike simple prompting, this skill provides a programmatic "Pass/Fail" mechanism. It generates structured JSON and CSV reports, allowing your agent or CI/CD pipeline to make informed, data-driven decisions about software installation. It never executes untrusted code, ensuring the audit process itself is perfectly safe.
Output & Integration
The skill produces a detailed install-safety-report.md for human review and a machine-readable output.json. If the --install-on-pass flag is used, it will only commit the files to your target directory if the gate decision is a clean "allow" with zero blockers or review items.
Use Cases
- Verify third-party skill compatibility with local binaries and env vars
- Detect malicious code patterns and path traversals in skill ZIPs
- Automate the safe onboarding of new agent tools in CI/CD pipelines
- Generate detailed security findings and compatibility reports in JSON/CSV
Known Limitations
- Statically analyzes code only; cannot detect runtime-only behavior.
- No auto-overwrite for existing folders.
- Requires local Python environment.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/skill-install-safety-gate -o /tmp/skill-install-safety-gate.zip && unzip -o /tmp/skill-install-safety-gate.zip -d ~/.claude/skills && rm /tmp/skill-install-safety-gate.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
File Scopes
Codex, OpenClaw, and SKILL.md-compatible agents.
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
Bounty Security Pattern Master Library — 399 Vulnerability Patterns
A premium library of 399 vulnerability patterns and DeFi attack vectors for AI-driven bug hunting and security audits.
Multi-Agent Orchestration Master Library
Transform Claude Code into a coordinated multi-agent system. Battle-tested tmux orchestration patterns, YAML task queues, event-driven communication, and parallel worker management for 8+ agents.
endless-loop
Autonomous research and task loop that builds on previous findings to solve complex objectives while you sleep.
cinematic-sites
Turn any basic business URL into a high-end cinematic landing page with AI-generated 4K assets and GSAP animations.