Repository Analysis

browserbase/skills

Browserbase's official collection of agent skills to access the web.

1.8 Likely human-written View on GitHub
1.8
Adjusted Score
1.8
Raw Score
100%
Time Factor
2026-05-30
Last Push
3,465
Stars
JavaScript
Language
17,711
Lines of Code
83
Files
12
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 5MEDIUM 0LOW 7

Pattern Findings

12 matches across 2 categories. Click a row to expand file-level details.

Magic Placeholder Names5 hits · 25 pts
SeverityFileLineSnippet
HIGHskills/search/SKILL.md17export BROWSERBASE_API_KEY="your_api_key"
HIGHskills/fetch/SKILL.md17export BROWSERBASE_API_KEY="your_api_key"
HIGHskills/functions/SKILL.md16export BROWSERBASE_API_KEY="your_api_key"
HIGHskills/browserbase-cli/REFERENCE.md37export BROWSERBASE_API_KEY="your_api_key"
HIGHskills/browserbase-cli/SKILL.md25export BROWSERBASE_API_KEY="your_api_key"
Fake / Example Data7 hits · 7 pts
SeverityFileLineSnippet
LOWskills/ui-test/EXAMPLES.md88browse fill "input[name=email]" "user@example.com"
LOWskills/ui-test/EXAMPLES.md486browse fill "input[name=email]" "test@test.com"
LOWskills/search/REFERENCE.md104 "author": "Jane Doe",
LOWskills/browser/EXAMPLES.md36browse type "John Doe"
LOWskills/browser/EXAMPLES.md117browse type "user@example.com"
LOWskills/browser/REFERENCE.md178browse fill "input[name=email]" "user@example.com"
LOWskills/browser-trace/EXAMPLES.md19browse fill 'input[name=email]' 'user@example.com'