Audit History
routeros-container - 3 audits
Audit version 3
Latest SafeMay 9, 2026, 03:36 PM
Documentation-only skill containing RouterOS container subsystem reference material. Static analysis flagged 171 patterns (external commands, network access, filesystem), but evaluation confirms all are false positives: CLI command paths, network examples, Base64 auth encoding, and relative documentation links are all legitimate documentation patterns. No executable code, no malicious intent, no attack patterns detected.
Risk Factors
⚙️ External commands (3)
🌐 Network access (3)
📁 Filesystem access (1)
Audit version 2
SafeApr 16, 2026, 09:02 PM
This skill is a Markdown documentation file providing instructions and examples for the MikroTik RouterOS /container subsystem. The static scanner flagged 171 patterns, but all are false positives. The 'external_commands' detections match RouterOS CLI syntax inside Markdown code fences, not actual shell execution. The 'network' detections reference example URLs and IPs in documentation snippets. The 'weak cryptographic algorithm' and 'path traversal' findings have no basis in the content. No executable code exists in this file - it is purely instructional documentation for network administrators.
Audit version 1
SafeMar 30, 2026, 02:30 AM
This is a legitimate documentation file for RouterOS container management skill. Static analyzer flagged 170 potential issues, but all are false positives: backtick markers are markdown formatting, btoa() is legitimate base64 encoding for HTTP Basic Auth, and fetch calls are TypeScript code examples in documentation. The skill provides helpful guidance for managing OCI containers on MikroTik hardware.