ClawAudit verdict
Gbrow
gbrow
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.
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.
Reads local files AND makes external network calls — the capabilities for data exfiltration co-occur (data-flow not verified)
LLM02 · LLM06 · ASI03
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Permission integrity
network_out
file_read
credential_access
Findings (15)
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
Pipe to bash — executes piped content as shell commands
SKILL.md · code · | bash
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://127.0.0.1
Possible hardcoded credential
src/cookie-picker-ui.ts · prose · downgraded · TOKEN = '${authToken ||
<script> tag in markdown — potential code injection
src/cookie-picker-ui.ts · prose · downgraded · <script>
References sudo — requests elevated privileges
setup.sh · prose · downgraded · sudo
apt-get install — installs system packages
setup.sh · prose · downgraded · apt-get install
yum install — installs system packages
setup.sh · prose · downgraded · yum install
Instructs covert action — may act without user awareness
src/browser-manager.ts · prose · downgraded · silently
Dynamic import() — loads module at runtime
src/browser-manager.ts · prose · downgraded · import('
References child_process — can spawn system processes
src/cli.ts · prose · downgraded · child_process
Uses spawn() — can execute external programs
src/cli.ts · prose · downgraded · spawn(
Bun.spawn — spawns subprocess in Bun runtime
src/cli.ts · prose · downgraded · Bun.spawn
Accesses system credential store
src/cookie-import-browser.ts · prose · downgraded · Keychain
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 Thanks — recorded.