page-filed-analyzer

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This instruction-only skill appears coherent and benign, using browser automation to count form fields on user-provided webpages.

Before installing, understand that this skill opens webpages you provide and may inspect the visible structure of logged-in pages if you choose to authenticate. It appears limited to counting and summarizing form fields, with no code files, persistence, or credential handling shown.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent may execute a read-only DOM inspection script on the webpage the user provides.

Why it was flagged

The skill may run JavaScript in the browser page context, but the supplied script only counts form-related DOM elements and is aligned with the stated purpose.

Skill content
If the snapshot doesn't provide enough detail, use `mcp__browser-use__evaluate_script` to run:
Recommendation

Use this only on pages you intend the agent to inspect, and avoid asking it to interact with or submit forms unless you explicitly want that.

What this means

If used after login, the agent may see parts of a private or account-specific webpage while counting fields.

Why it was flagged

The skill may be used on authenticated pages after user login, meaning the agent can inspect form structure and page content visible in that session.

Skill content
If the page requires authentication, inform the user and ask them to log in first
Recommendation

Only use it on authenticated pages where you are comfortable sharing the visible page structure and labels with the agent.