Caveat verdict

toq

88
๐ŸŸข Trusted
No high-risk patterns surfaced by the deep scan โ€” automated capability review, not behavioral proof.

Agent-to-agent communication protocol skill that installs the toq binary from toq.dev/install.sh; the install pattern is standard for CLI tools, and all operations support the stated secure agent-to-agent messaging purpose.

โš  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.

0
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 (6)

Pattern match critical

Pipe-to-shell pattern (curl | sh) โ€” supply chain attack vector

SKILL.md ยท code ยท curl -sSf https://toq.dev/install.sh | sh

Pattern match critical

Pipe to sh โ€” executes piped content as shell commands

SKILL.md ยท code ยท | sh

Pattern match high

subprocess execution โ€” runs system commands from Python

references/handlers.md ยท code ยท subprocess.run(

Pattern match high

References sudo โ€” requests elevated privileges

references/security.md ยท code ยท sudo

Pattern match medium

Python os.environ.get โ€” reads environment variable

references/handlers.md ยท code ยท os.environ.get(

Pattern match medium

Popular HTTP library โ€” network access

references/handlers.md ยท code ยท Got

Why the tier is capped

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

Permissions & capabilities

No declared permissions โ€” minimal attack surface.

network_outpackage_install

Is this flag fair?

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