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
⚠ Flagged1 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.
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 languagejavascript/nodejs— Node.jsbash— Shell scripts for Linuxpowershell— Windows PowerShell
Safety Rules
executeonly 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.
- Author: br3eze-code
- Source: br3eze-code/br3eze-code
- License: Apache-2.0
- Homepage: https://br3eze.africa
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.