Skip to main content

agentic-browser

Automates web browsing for AI agents, enabling data extraction, form filling, and interaction with web elements seamlessly.

Install this skill

or
71/100

Security score

The agentic-browser skill was audited on Mar 3, 2026 and we found 11 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 20

Piping content to sh shell

SourceSKILL.md
20curl -fsSL https://cli.inference.sh | sh && infsh login
medium line 20

Curl to non-GitHub URL

SourceSKILL.md
20curl -fsSL https://cli.inference.sh | sh && infsh login
low line 15

External URL reference

SourceSKILL.md
15Browser automation for AI agents via [inference.sh](https://inference.sh).
low line 20

External URL reference

SourceSKILL.md
20curl -fsSL https://cli.inference.sh | sh && infsh login
low line 23

External URL reference

SourceSKILL.md
23infsh app run agentic-browser --function open --input '{"url": "https://example.com"}' --session new
low line 38

External URL reference

SourceSKILL.md
38"url": "https://example.com/login"
low line 70

External URL reference

SourceSKILL.md
70"url": "https://example.com",
low line 179

External URL reference

SourceSKILL.md
179"url": "https://example.com/contact"
low line 199

External URL reference

SourceSKILL.md
199"url": "https://google.com"
low line 240

External URL reference

SourceSKILL.md
240- [inference.sh Sessions](https://inference.sh/docs/extend/sessions) - Session management
low line 241

External URL reference

SourceSKILL.md
241- [Multi-function Apps](https://inference.sh/docs/extend/multi-function-apps) - How functions work
Scanned on Mar 3, 2026
View Security Dashboard
Installation guide →