playground-testing

A guide for testing Rozenite DevTools plugins in the Playground, a sample React Native app where each screen triggers a plugin behavior.

In plain words
What is it for?
Use it to reach Playground screens with deep links, confirm Rozenite is installed, and interact with the app and DevTools as browser pages.
Why use it?
It gives a reliable way to open the exact test screen and observe its result in DevTools instead of navigating manually.

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/callstackincubator/rozenite/playground-testing
Clone the repo
git clone --depth 1 https://github.com/callstackincubator/rozenite
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,357 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.00000 $0.01357
Opus 5 $0.00000 $0.00678
Sonnet 5 $0.00000 $0.00271
Haiku 4.5 $0.00000 $0.00136

Measured today against content hash 38c4acf93cd3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

playground-testing 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 today.

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.

docs/agents/playground-testing.md · 94 lines

How it starts

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

Playground testing and navigation

  • The playground (apps/playground) is a showcase and E2E testing ground for Rozenite DevTools plugins. Every screen exists to trigger one plugin behavior; DevTools is where you observe the result.
  • Follow docs/agents/e2e-testing.md to reach the app, confirm Rozenite is installed on the simulator, and open React Native DevTools.
  • DevTools UI is a normal web page — agents can read and interact with it the same way they interact with the app.

Use playground://<path> with agent-device (open_url) or xcrun simctl openurl booted "playground://<path>". Every screen is reachable this way — see apps/playground/src/app/navigation/routes.ts for the source of truth.

Route Deep link Title
Home playground:// Rozenite Playground
ControlsPlugin playground://controls Controls
ReduxTest playground://redux Redux
StoragePlugin playground://storage Storage
FeatureFlagsPlugin playground://feature-flags Feature Flags
FileSystemTest playground://file-system File System
NetworkTest playground://network Network Activity
RequestBodyTest playground://network/request-body Request Body
PerformanceMonitor playground://performance/monitor Performance Monitor
RequireProfilerTest playground://performance/require-profiler Require Profiler
PerfProblem playground://performance/perf-problem Perf Problem
ReactHookFormPlugin playground://forms React Hook Form
BottomTabs (Home tab) playground://navigation React Navigation Demo
BottomTabs (Profile tab) playground://navigation/profile React Navigation Demo
BottomTabs (Settings tab) playground://navigation/tab-settings React Navigation Demo
ParameterDisplay playground://navigation/parameter-display Parameter Display
SuccessiveScreensStack playground://navigation/successive Successive Screens
Settings playground://settings Settings

Read the full file on GitHub · 94 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. today First seen · 94 lines · 0 tokens per session scan A 38c4acf93cd3

Subscribe to this mod's changes

playground-testing is an agent published in the GitHub repository callstackincubator/rozenite (653 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,357 tokens. 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-31.