route-tester
Test Authenticated Routes Safely
Authenticated route testing can fail when tokens, cookies, and route prefixes are unclear. This skill gives repeatable local patterns for API checks, mock auth, and response validation.
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 "route-tester" from https://skillstore.io/skills/diet103-route-tester.md and its manifest at https://skillstore.io/api/skills/diet103-route-tester/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 "route-tester". Test a protected workflow start route locally.
Expected outcome:
A concise checklist with the full local URL, authentication method, expected status, and database table to verify.
Using "route-tester". A protected endpoint returns 403 during local testing.
Expected outcome:
A troubleshooting sequence covering user role, mock auth headers, route permissions, and service logs.
Using "route-tester". Verify a file upload route after a code change.
Expected outcome:
A local test plan covering token generation, upload request fields, expected response, and storage verification.
Security Audit
High RiskThe skill is documentation-only, but it directs users to run local route-testing commands and modify authentication-related environment settings. Most localhost URL and Markdown backtick detections are false positives, while mock authentication guidance and hardcoded credentials are real risks if reused outside isolated development.
Confirmed security concerns (4)
Capability review items (17)
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 (66)
🌐 Network access (26)
📁 Filesystem access (2)
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/diet103-route-tester/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/diet103-route-tester?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/diet103-route-tester?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/diet103-route-tester/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/diet103-route-tester.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
diet103. (2026). route-tester security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/diet103-route-tester/audits/8BibTeX citation
@techreport{diet103-diet103-route-tester-2026,
author = {diet103},
title = {route-tester security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/diet103-route-tester/audits/8},
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: "route-tester security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "diet103"
date-released: "2026-07-06"
url: "https://skillstore.io/skills/diet103-route-tester/audits/8"
identifiers:
- type: other
value: "skillstore:diet103-route-tester:audit:8"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Validate a New Endpoint
Test a new authenticated route with expected request data and inspect the response.
Debug Authorization Failures
Compare token, cookie, role, and route prefix settings during local failure investigation.
Confirm Workflow Side Effects
Run route checks and verify expected database records after workflow actions.
Try These Prompts
Use the route-tester skill to help me test this local authenticated GET route: [route]. Identify the service port and command pattern.
Use the route-tester skill to create a local authenticated POST test for [route] with this request body: [body].
Use the route-tester skill to debug why [route] returns [status]. Check cookie format, roles, route prefix, and local auth setup.
Use the route-tester skill to plan route tests for [feature]. Include authenticated calls, failure cases, and database verification steps.
Best Practices
- Use mock authentication only in isolated development or test environments.
- Regenerate local test tokens before debugging expired-cookie failures.
- Verify database changes only against local or disposable test data.
Avoid
- Do not copy mock authentication settings into production configuration.
- Do not reuse documented test passwords for shared or deployed services.
- Do not run database commands before confirming the target environment.
Frequently Asked Questions
Does this skill run tests automatically?
Which authentication style does it assume?
Can it help with mock authentication?
Is it suitable for production testing?
Does it support database verification?
What tools must already exist?
Developer Details
Author
diet103License
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/diet103/claude-code-infrastructure-showcase/tree/main/.claude/skills/route-testerRef
72d5025b022c77f7a51bdf5c1637c689c80e89d1
Maintenance freshness
7/18/2026
Usage
5 downloads · 191 views
File structure
📄 SKILL.md