frontend-developer

PassAudited by VirusTotal on May 5, 2026.

Overview

Type: OpenClaw Skill Name: ah-frontend-developer Version: 1.0.0 The skill bundle defines a standard frontend developer persona focused on React, Vue, and Angular development. The instructions in SKILL.md outline a professional workflow for UI development, including context gathering and documentation, with no evidence of malicious intent, data exfiltration, or unauthorized system access.

Findings (0)

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

Incorrect, stale, or overly sensitive shared context could influence implementation choices or expose project structure to other connected agents.

Why it was flagged

The skill relies on shared project context and writes handoff information back to a context-manager. This is aligned with frontend development coordination, but the quality and sensitivity of that context matter.

Skill content
Always begin by requesting project context from the context-manager ... Notify context-manager of all created/modified files
Recommendation

Use this skill with trusted project context only, review important assumptions before code changes, and avoid placing secrets or unnecessary sensitive data in shared context.

What this means

Project designs, API contracts, metrics, and implementation details may be passed between agents if those integrations are available.

Why it was flagged

The skill explicitly expects coordination with other named agents. This is reasonable for software delivery, but the artifact does not define identity, permissions, or data-sharing boundaries for those agents.

Skill content
Integration with other agents:
- Receive designs from ui-designer
- Get API contracts from backend-developer
- Provide test IDs to qa-expert
Recommendation

Confirm which agents are connected in your environment and keep sensitive project details within approved collaboration boundaries.