AgentStack
SKILL unreviewed Apache-2.0 Self-run

Coding

skill-br3eze-code-br3eze-code-coding · by br3eze-code

A Claude skill from br3eze-code/br3eze-code.

No reviews yet
0 installs
3 views
0.0% view→install

Install

$ agentstack add skill-br3eze-code-br3eze-code-coding

Open-source listing — not yet scanned by AgentStack. Follow the source repository for install instructions.

Security review

⚠ Flagged

1 finding(s); flagged for manual review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures
  • high Dangerous shell/eval execution.

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution Used

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Coding? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Skill: coding

Version: 1.0.0 Domain: development

Description

Code generation and execution for AgentOS automation tasks. Generates MikroTik scripts, Node.js snippets, shell commands, and RouterOS configuration blocks. Supports syntax validation before execution.

When to Use

Invoke when the user asks about:

  • Generating a RouterOS script for a specific task
  • Writing a Node.js helper or automation snippet
  • Generating shell commands for the AgentOS host
  • Validating code before running it

Tools

| Action | Description | |---|---| | generate | Generate code from a natural language description | | validate | Check code for syntax errors and safety issues | | execute | Run a validated script (sandboxed) | | explain | Explain what a code snippet does | | refactor | Improve or clean up existing code |

Example: Generate RouterOS Script

{
  "action": "generate",
  "language": "routeros",
  "description": "Block all traffic from IP 10.0.0.55 on the hotspot interface"
}

Supported Languages

  • routeros — MikroTik RouterOS scripting language
  • javascript / nodejs — Node.js
  • bash — Shell scripts for Linux
  • powershell — Windows PowerShell

Safety Rules

  • execute only runs in a sandboxed environment
  • RouterOS scripts are validated against the shell-injection denylist before execution
  • No eval() or dynamic code loading in generated JavaScript

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.