Browser automation CLI for AI agents
61 matches across 8 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | README.md | 1423 | export BROWSERBASE_API_KEY="your-api-key" |
| HIGH | README.md | 1431 | export BROWSERBASE_API_KEY="your-api-key" |
| HIGH | README.md | 1446 | export BROWSER_USE_API_KEY="your-api-key" |
| HIGH | README.md | 1454 | export BROWSER_USE_API_KEY="your-api-key" |
| HIGH | README.md | 1469 | export KERNEL_API_KEY="your-api-key" |
| HIGH | README.md | 1477 | export KERNEL_API_KEY="your-api-key" |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | README.md | 193 | agent-browser find label "Email" fill "test@test.com" |
| LOW | README.md | 909 | agent-browser find label "Email" fill "test@test.com" |
| LOW | README.md | 949 | agent-browser fill @e1 "user@example.com" && agent-browser fill @e2 "pass" && agent-browser click @e3 |
| LOW | evals/cases/command-usage.ts | 48 | "Go to example.com/signup, fill in name as 'Jane Doe' and email as 'jane@test.com', then submit", |
| LOW | cli/src/output.rs | 1209 | agent-browser fill "#email" "user@example.com" |
| LOW | cli/src/output.rs | 1841 | agent-browser find label "Email" fill "user@example.com" |
| LOW | cli/src/output.rs | 3230 | agent-browser fill @e1 "user@example.com" && agent-browser fill @e2 "pass" && agent-browser click @e3 |
| LOW | cli/src/native/e2e_tests.rs | 732 | &json!({ "id": "10", "action": "fill", "selector": "#name", "value": "John Doe" }), |
| LOW | cli/src/native/e2e_tests.rs | 745 | assert_eq!(get_data(&resp)["result"], "John Doe"); |
| LOW | cli/src/native/e2e_tests.rs | 816 | snap.contains("John Doe"), |
| LOW | cli/src/native/e2e_tests.rs | 3614 | "username": "user@example.com", |
| LOW | cli/src/native/e2e_tests.rs | 3641 | assert_eq!(result["user"], "user@example.com"); |
| LOW | skill-data/core/SKILL.md | 177 | agent-browser fill @e3 "user@example.com" |
| LOW | skill-data/core/references/authentication.md | 132 | agent-browser fill @e1 "user@example.com" |
| LOW | skill-data/core/references/authentication.md | 151 | agent-browser fill @e1 "user@example.com" |
| LOW | skill-data/core/references/authentication.md | 208 | agent-browser fill @e1 "user@example.com" |
| LOW | skill-data/core/references/snapshot-refs.md | 72 | agent-browser fill @e10 "user@example.com" |
| LOW | skill-data/core/references/session-management.md | 29 | agent-browser --session auth fill @e1 "user@example.com" |
| LOW | skill-data/core/templates/form-automation.sh | 32 | # agent-browser fill @e1 "John Doe" # Text input |
| LOW | skill-data/core/templates/form-automation.sh | 33 | # agent-browser fill @e2 "user@example.com" # Email input |
| LOW | skill-data/agentcore/SKILL.md | 51 | agent-browser fill @e1 "user@example.com" |
| LOW | skill-data/dogfood/references/issue-taxonomy.md | 65 | - Placeholder or lorem ipsum content left in |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | cli/src/skills.rs | 21 | /// |
| LOW | cli/src/connection.rs | 221 | |
| LOW | cli/src/native/actions.rs | 41 | use super::webdriver::ios; |
| LOW | cli/src/native/e2e_tests.rs | 1561 | } |
| LOW | cli/src/native/e2e_tests.rs | 4241 | assert_success(&resp); |
| LOW | cli/src/native/daemon.rs | 521 | assert_eq!(get_port_for_session("default"), 50838); |
| LOW | cli/src/native/cdp/types.rs | 501 | // --------------------------------------------------------------------------- |
| LOW | cli/src/native/cdp/types.rs | 561 | } |
| LOW | cli/src/native/cdp/chrome.rs | 361 | let mut cmd = Command::new(chrome_path); |
| LOW | cli/src/native/react/mod.rs | 1 | //! React/web introspection primitives. |
| LOW | cli/src/native/react/scripts.rs | 1 | //! Browser-side evaluation scripts for React/web introspection. |
| LOW | cli/src/native/react/renders.rs | 1 | //! React fiber render profiler report formatter. |
| LOW | skill-data/core/templates/capture-workflow.sh | 1 | #!/bin/bash |
| LOW | skill-data/core/templates/form-automation.sh | 1 | #!/bin/bash |
| LOW | skill-data/core/templates/form-automation.sh | 21 | agent-browser open "$FORM_URL" |
| LOW | skill-data/core/templates/authenticated-session.sh | 1 | #!/bin/bash |
| LOW | skill-data/core/templates/authenticated-session.sh | 81 | # |
| LOW | skill-data/core/templates/authenticated-session.sh | 101 | # # Save state for future runs |
| LOW | packages/dashboard/next-env.d.ts | 1 | /// <reference types="next" /> |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | skill-data/core/templates/authenticated-session.sh | 32 | # ================================================================ |
| MEDIUM | skill-data/core/templates/authenticated-session.sh | 34 | # ================================================================ |
| MEDIUM | skill-data/core/templates/authenticated-session.sh | 54 | # ================================================================ |
| MEDIUM | skill-data/core/templates/authenticated-session.sh | 56 | # ================================================================ |
| MEDIUM | skill-data/core/templates/authenticated-session.sh | 76 | # ================================================================ |
| MEDIUM | skill-data/core/templates/authenticated-session.sh | 78 | # ================================================================ |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | skill-data/core/templates/form-automation.sh | 20 | # Step 1: Navigate to form |
| LOW | skill-data/core/templates/form-automation.sh | 24 | # Step 2: Snapshot to discover form elements |
| LOW | skill-data/core/templates/form-automation.sh | 29 | # Step 3: Fill form fields (customize these refs based on snapshot output) |
| LOW | skill-data/core/templates/form-automation.sh | 46 | # Step 4: Wait for submission |
| LOW | skill-data/core/templates/form-automation.sh | 50 | # Step 5: Verify result |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | .github/workflows/release.yml | 51 | # Check if GitHub release exists; it may be missing if a prior run |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | cli/src/native/react/installHook.js | 27 | (()=>{var e={4659:(e,t,n)=>{"use strict";var r=n(8715),o=n(1147),s=Object.assign,i=o.__CLIENT_INTERNALS_DO_NOT_USE_OR_WA |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | cli/src/native/react/installHook.js | 27 | (()=>{var e={4659:(e,t,n)=>{"use strict";var r=n(8715),o=n(1147),s=Object.assign,i=o.__CLIENT_INTERNALS_DO_NOT_USE_OR_WA |