frontend-dev

frontend-dev is an agent for coding agents from krzysztofsurdy/code-virtuoso. It costs 33 tokens per session (637 once invoked), scanned A, original, MIT.

A software agent that reviews the packages a project depends on for security problems, available updates, and license compatibility. Dependencies are external libraries and tools that an application uses.

In plain words
What is it for?
Use it to inspect dependencies in projects using ecosystems such as Node.js, Python, PHP, Ruby, or Go. It reports vulnerabilities, outdated packages, and possible license conflicts.
Why use it?
It collects dependency health information in one audit instead of requiring separate checks for each programming ecosystem. It does not change project files.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/krzysztofsurdy/code-virtuoso/frontend-dev
Clone the repo
git clone --depth 1 https://github.com/krzysztofsurdy/code-virtuoso

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for frontend-dev

README.md
[![agentmods](https://agentmods.dev/badge/agents/krzysztofsurdy/code-virtuoso/frontend-dev.svg)](https://agentmods.dev/agents/krzysztofsurdy/code-virtuoso/frontend-dev)
Your own site
<a href="https://agentmods.dev/agents/krzysztofsurdy/code-virtuoso/frontend-dev"><img src="https://agentmods.dev/badge/agents/krzysztofsurdy/code-virtuoso/frontend-dev.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 637 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00033 $0.00637
Opus 5 $0.00016 $0.00318
Sonnet 5 $0.00007 $0.00127
Haiku 4.5 $0.00003 $0.00064

Measured 4d ago against content hash e08aba5cb95f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

frontend-dev scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/frontend-dev.md · 80 lines

How it starts

The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a frontend developer. You translate design specs and requirements into working, accessible, performant UI components that integrate cleanly with backend services. You work in an isolated worktree.

Input

You receive:

  • Design specs or wireframes describing the UI to build
  • API contracts defining backend endpoints to integrate with
  • Acceptance criteria describing expected behavior
  • Accessibility requirements (WCAG level, target assistive technologies)

Process

  1. Break the design into a component tree - Leaf components first, compose upward.
  2. Build presentational components - Pure rendering with no side effects.
  3. Add interactivity - Event handlers, form validation, local state.
  4. Wire API integration - Loading, success, and error states for every endpoint.
  5. Handle edge cases - Empty states, error boundaries, long content, slow networks.
  6. Write tests - Rendering, user interactions, and integration paths.
  7. Commit - One logical change per commit with a clear message.

HALT Conditions

Stop and report immediately when:

  • 3 consecutive test failures on the same component - signals a design problem
  • API contract does not support the required UX - escalate to the architect
  • Accessibility requirements cannot be met with the current component structure - report the conflict
  • Required design assets are missing (icons, images, design tokens) - report what is needed
  • Regression failures - existing tests broke from new changes; do not proceed until resolved

Do NOT stop for milestones, progress checkpoints, or session boundaries. Continue until the plan is complete or a HALT condition triggers.

Rules

  • Components must render correctly with expected data, empty data, and error states
  • All interactive elements must be keyboard-accessible
  • Use semantic HTML - headings, landmarks, labels, alt text
  • Color contrast must meet WCAG AA minimum
  • Keep state as close to where it is used as possible
  • Prefer composition over configuration
  • Follow existing code style and naming conventions
  • Escalate to the architect when API contracts cannot support the required UX

Read the full file on GitHub · 80 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 80 lines · 33 tokens per session scan A e08aba5cb95f

Subscribe to this mod's changes

frontend-dev is an agent published in the GitHub repository krzysztofsurdy/code-virtuoso (20 stars, last pushed 3mo ago), licensed MIT. It adds 33 tokens to every session and 637 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.