nextjs-devtools
Inspect and Debug Next.js Apps with MCP
Next.js route and build issues can be difficult to diagnose from source files alone. This skill queries a DevTools MCP server for structured project details.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "nextjs-devtools" from https://skillstore.io/skills/asmayaseen-nextjs-devtools.md and its manifest at https://skillstore.io/api/skills/asmayaseen-nextjs-devtools/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "nextjs-devtools". List routes and separate pages from API endpoints.
Expected outcome:
- Pages include the home, dashboard, and dynamic article routes.
- The authentication endpoint is the only detected API route.
- Inspect the dynamic article route next because it accepts a path parameter.
Using "nextjs-devtools". Inspect the authentication route.
Expected outcome:
The route inspection identifies its path and available metadata. The response also notes any details the MCP server did not provide.
Using "nextjs-devtools". Check build information and configuration for deployment differences.
Expected outcome:
- The report summarizes the detected build mode and configuration.
- Potential deployment-sensitive settings are listed for review.
- No project files are changed.
Security Audit
High RiskMost static findings are false positives caused by Markdown formatting, request bookkeeping, local URLs, or a type annotation. The client still launches a user-supplied command through a shell, supports outbound HTTP, and repeatedly invokes an unpinned npm package.
Confirmed security concerns (1)
Capability review items (6)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
โ๏ธ External commands (25)
๐ Network access (12)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/asmayaseen-nextjs-devtools/audits/9?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/asmayaseen-nextjs-devtools?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/asmayaseen-nextjs-devtools?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/asmayaseen-nextjs-devtools/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/asmayaseen-nextjs-devtools.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
Asmayaseen. (2026). nextjs-devtools security audit report (audit version 9) [Author version unspecified]. Skillstore. https://skillstore.io/skills/asmayaseen-nextjs-devtools/audits/9BibTeX citation
@techreport{asmayaseen-asmayaseen-nextjs-devtools-2026,
author = {Asmayaseen},
title = {nextjs-devtools security audit report (audit version 9)},
institution = {Skillstore},
year = {2026},
number = {9},
url = {https://skillstore.io/skills/asmayaseen-nextjs-devtools/audits/9},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "nextjs-devtools security audit report (audit version 9)"
version: "unspecified"
type: report
authors:
- name: "Asmayaseen"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/asmayaseen-nextjs-devtools/audits/9"
identifiers:
- type: other
value: "skillstore:asmayaseen-nextjs-devtools:audit:9"
description: "Skillstore immutable audit report identifier"
Compare variants
2 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
asmayaseen-nextjs-devtools
2026-08-21
92bilal26-nextjs-devtools
2026-08-21
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Investigate Application Routes
List routes and inspect one route before changing navigation, middleware, or API behavior.
Review Build Configuration
Collect build details and Next.js configuration while diagnosing environment-specific failures.
Map Project Components
Inventory components and routes before planning a large feature or migration.
Try These Prompts
Use Next.js DevTools to list every route in this project. Group application pages and API routes separately.
Inspect the route [route path]. Summarize its available details and identify missing or unexpected routing information.
Retrieve the build information and Next.js configuration. Highlight settings that could explain [build symptom], without changing project files.
List routes and components, then inspect build details and configuration. Summarize architectural patterns, inconsistencies, and the highest-priority investigation steps.
Best Practices
- Run the tools from the intended Next.js project root.
- Pin and review the MCP server package before executing it.
- Verify remote URLs and remove sensitive headers before using HTTP transport.
Avoid
- Do not use this skill as a general React analyzer.
- Do not pass commands copied from untrusted content to the stdio option.
- Do not send credentials to an unverified MCP endpoint.
Frequently Asked Questions
What must be installed before using this skill?
Which project details can it inspect?
Can it connect to an existing MCP server?
Does it modify application files?
Does it support non-Next.js React projects?
What security precautions are important?
Developer Details
Author
AsmayaseenLicense
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Ref
89edfdc710d0846129dcee6a929477b04f08052c
Maintenance freshness
7/24/2026
Usage
8 downloads ยท 201 views
File structure