Audit Report: page-agent — 🟠 D (13/100)
Audited by TAR Engine · 2026-07-16 · Report format v0.2
Reading note: this edition uses gpt-4o-mini as the victim model and the same model as the adversarial-fuzz judge. Findings reflect missing defenses in the SKILL.md itself — not a verdict on any specific victim model. The remediation belongs in SKILL.md, not in the model.
Verdict: High risk — 5 high-severity issues need author attention before deploying to a shared environment.
What this skill does
Auditor's read (LLM-generated): The page-agent skill allows web developers to embed a JavaScript-based GUI agent into their web applications, enabling users to interact with the UI using natural language commands like "click login" or "fill username as John." It operates purely on the client side by reading the DOM and executing user instructions without requiring server-side automation or visual elements. The skill integrates with OpenAI-compatible LLM endpoints for processing user inputs and generating actions on the webpage.
Author description: Embed alibaba/page-agent into your own web application — a pure-JavaScript in-page GUI agent that ships as a single