Caveat verdict

asus-router

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

The skill manages a local ASUS router via a Python library using credentials stored in a local config.yaml; all network access is to the user's own router and no credentials or data are sent to external third-party hosts.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

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.

45
security
60
transparency
70
maintenance

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (4)

Pattern match high

Possible hardcoded credential

config.example.yaml · prose · downgraded · password: "YOUR_PASSWORD

Pattern match medium

subprocess execution — runs system commands from Python

router.py · prose · downgraded · subprocess.run(

Pattern match low

Python os.environ.get — reads environment variable

router.py · prose · downgraded · os.environ.get(

Pattern match low

Python aiohttp session — async network access

router.py · prose · downgraded · aiohttp.ClientSession

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

Requires 1 system binary.

network_outpackage_install

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API