ClawAudit verdict

Gbrow

gbrow

45
🟠 Risky
Significant concerns — only install if you understand the risks

Reads local files AND makes external network calls

The quick-setup one-liner `curl -fsSL https://raw.githubusercontent.com/ashish797/Gbrow/main/setup.sh | bash` executes untrusted remote code, which is a concrete execution sink beyond what a documented headless browser tool requires.

Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

0
security
60
transparency
80
maintenance

What it does

These are capability combinations: each listed behavior occurs in the skill, but ClawAudit detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.

Capability combination critical

Reads local files AND makes external network calls — the capabilities for data exfiltration co-occur (data-flow not verified)

LLM02 · LLM06 · ASI03

Capability combination high

Accesses credentials AND makes external network calls — potential credential theft

LLM02 · ASI03

Permission integrity

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

network_out

Performs file operations but does not declare file-accessing binaries

file_read

Code accesses API keys/tokens but declares no environment variables

credential_access

Findings (15)

Pattern match critical

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

SKILL.md · code · curl -fsSL https://raw.githubusercontent.com/ashish797/Gbrow/main/setup.sh | bas

Pattern match critical

Pipe to bash — executes piped content as shell commands

SKILL.md · code · | bash

Pattern match high

HTTP request to bare IP address — common in malicious payloads

SKILL.md · code · http://127.0.0.1

Pattern match high

Possible hardcoded credential

src/cookie-picker-ui.ts · prose · downgraded · TOKEN = '${authToken ||

Pattern match high

<script> tag in markdown — potential code injection

src/cookie-picker-ui.ts · prose · downgraded · <script>

Pattern match medium

References sudo — requests elevated privileges

setup.sh · prose · downgraded · sudo

Pattern match medium

apt-get install — installs system packages

setup.sh · prose · downgraded · apt-get install

Pattern match medium

yum install — installs system packages

setup.sh · prose · downgraded · yum install

Pattern match medium

Instructs covert action — may act without user awareness

src/browser-manager.ts · prose · downgraded · silently

Pattern match medium

Dynamic import() — loads module at runtime

src/browser-manager.ts · prose · downgraded · import('

Pattern match medium

References child_process — can spawn system processes

src/cli.ts · prose · downgraded · child_process

Pattern match medium

Uses spawn() — can execute external programs

src/cli.ts · prose · downgraded · spawn(

Pattern match medium

Bun.spawn — spawns subprocess in Bun runtime

src/cli.ts · prose · downgraded · Bun.spawn

Pattern match medium

Accesses system credential store

src/cookie-import-browser.ts · prose · downgraded · Keychain

Pattern match low

queueMicrotask — defers execution via microtask queue

src/server.ts · prose · downgraded · queueMicrotask(

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/B/D). 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_outnetwork_infile_readcredential_access
Check another skill Browse the registry Auditing your own skills or configs? Use the API