CtrlK
BlogDocsLog inGet started
Tessl Logo

chrome-devtools

Browser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing performance, monitoring network traffic, web scraping, form automation, and JavaScript debugging.

100

Quality

100%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Risky

Do not use without reviewing

SKILL.md
Quality
Evals
Security

Security

3 findings — 1 high severity, 2 medium severity. You should review these findings carefully before considering using this skill.

High

W007: Insecure credential handling detected in skill instructions

What this means

The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.

Why it was flagged

Insecure credential handling detected (high risk: 1.00). The skill examples and workflows show passing passwords/secret values directly on the command line (e.g., --value "secret") and filling forms with plaintext values, which would require the agent to include secrets verbatim in generated commands or code and thus pose an exfiltration risk.

Report incorrect finding
Medium

W011: Third-party content exposure detected (indirect prompt injection risk)

What this means

The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.

Why it was flagged

Third-party content exposure detected (high risk: 0.90). The skill's CLI scripts and SKILL.md explicitly navigate to and scrape arbitrary URLs (e.g., navigate.js, snapshot.js, network.js, console.js) and execute/interrogate page content (notably evaluate.js uses eval() in page context), so it ingests untrusted public web content provided via --url and interprets that content as part of workflows described in SKILL.md, allowing third‑party page content to influence subsequent tool actions.

Medium

W013: Attempt to modify system services in skill instructions

What this means

The skill prompts the agent to compromise the security or integrity of the user’s machine by modifying system-level services or configurations, such as obtaining elevated privileges, altering startup scripts, or changing system-wide settings.

Why it was flagged

Attempt to modify system services in skill instructions detected (high risk: 0.90). The skill instructs running an install-deps.sh that auto-installs system libraries and explicitly shows sudo apt-get install commands to add system packages, which requires elevated privileges and modifies the machine state.

Repository
einverne/dotfiles
Audited
Security analysis
Snyk

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.