Caveat verdict
mikrotik-routeros-isp-br
mikrotik-routeros-isp
Accesses system credential store AND makes external network calls
MikroTik RouterOS management via SSH and API; explicitly recommends SSH key auth over passwords, least-privilege accounts, and env var usage for credentials.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
What it does
These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses system credential store AND makes external network calls
LLM02 · ASI03
Permission integrity
network_out
package_install
Findings (6)
Accesses .ssh directory
SKILL.md · frontmatter · .ssh/
References SSH/GPG private keys
SKILL.md · code · ssh-key
Pipe to python — executes piped content as Python code
SKILL.md · prose · downgraded · | Python
HTTP request to bare IP address — common in malicious payloads
references/routeros-api.md · code · https://172.16.100.1
pip3 install — installs Python packages at runtime
SKILL.md · code · pip3 install
Python os.getenv — reads environment variable
SKILL.md · code · os.getenv(
Permissions & capabilities
No declared permissions — minimal attack surface.
credential_storepackage_installcredential_accessnetwork_outnetwork_in Thanks — recorded.