frontend-developer
AdvisoryAudited by Static analysis on May 5, 2026.
Overview
No suspicious patterns detected.
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.
Incorrect, stale, or overly sensitive shared context could influence implementation choices or expose project structure to other connected agents.
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.
Always begin by requesting project context from the context-manager ... Notify context-manager of all created/modified files
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.
Project designs, API contracts, metrics, and implementation details may be passed between agents if those integrations are available.
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.
Integration with other agents: - Receive designs from ui-designer - Get API contracts from backend-developer - Provide test IDs to qa-expert
Confirm which agents are connected in your environment and keep sensitive project details within approved collaboration boundaries.
