functions

Pass

Audited by Runlayer on Feb 28, 2026

Risk Level: LOW
Scan Summary
Max Score
75%
Files
3
Flagged
2
Chunks
3
Flagged Files (2)
functions/REFERENCE.mdLOW
74.7%

Malicious tool definition detected

Tool: functions/REFERENCE.md Description: # Browserbase Functions Reference ## Table of Contents - [Invoking Deployed Functions](#invoking-deployed-functions) - [Common Patterns](#common-patterns) - [Troubleshooting](#troubleshooting) ## Invoking Deployed Functions ### Via curl ```bash # Start invocation curl -X POST "https://api.browserbase.com/v1/functions/FUNCTION_ID/invoke" \ -H "Content-Type: application/json" \ -H "x-bb-api-key: $BROWSERBASE_API_KEY" \ -d '{"params": {"url": "https://examp

functions/SKILL.mdLOW
74.6%

Malicious tool definition detected

Test Locally ```bash curl -X POST http://127.0.0.1:14113/v1/functions/my-function/invoke \ -H "Content-Type: application/json" \ -d '{"params": {"url": "https://news.ycombinator.com"}}' ``` ### 3.

Passed Files (1)Click to expand
functions/LICENSE.txtOK
18.8%

Tool passed security scan

Audit Metadata
Max File Score
75%
Classification
UNKNOWN_SERVER
Files Scanned
3
Files Flagged
2
Chunks Analyzed
3
Analyzed
Feb 28, 2026, 02:02 AM
Security Audit — runlayer — functions