env-doctor-free
Diagnose Local Development Environments
Local applications often fail because runtimes, dependencies, ports, variables, permissions, or services are misconfigured. Env Doctor checks these conditions and returns prioritized, platform-specific fixes without exposing environment values.
Mit meinem Agent installieren
Kopieren Sie diese Anfrage in Ihren Agent. Sie enthält die maßgebliche Skill-Seite und das Manifest.
Review the Skillstore skill "env-doctor-free" from https://skillstore.io/skills/justhandledlabs-env-doctor-free.md and its manifest at https://skillstore.io/api/skills/justhandledlabs-env-doctor-free/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Ihr Agent sollte weiterhin seinen Plan anzeigen und alle von der Sicherheitsrichtlinie verlangten Bestätigungen anfordern.
Agent-lesbare Ressourcen
Verwenden Sie diese Links, wenn ein KI-Agent, Crawler oder Skript sauberen Kontext benötigt, statt die vollständige Seite zu lesen.
Testen
„env-doctor-free“ wird verwendet. A Node project has no node_modules directory and npm is available.
Erwartetes Ergebnis:
- High: Project dependencies are missing.
- Evidence: package.json exists, npm is available, and node_modules is absent.
- Fix: Install dependencies with the package manager selected by the lockfile.
- Likely start command: Use the start or development script declared in package.json.
„env-doctor-free“ wird verwendet. Port 3000 is owned by an unrelated video conference process on Windows.
Erwartetes Ergebnis:
- High: Port 3000 is already in use by an unrelated process.
- Evidence: The listener owner and process identifier do not establish project ownership.
- Fix: Keep the process running unless the user approves a targeted stop or selects another application port.
„env-doctor-free“ wird verwendet. A Django project requires DATABASE_URL, but the key is absent from the local environment file.
Erwartetes Ergebnis:
- High: DATABASE_URL is missing.
- Evidence: The example file requires the key, and the local file does not contain it.
- Fix: Add a valid value locally without sharing it in the diagnostic output.
Sicherheitsaudit
SicherAll 108 static findings are false positives caused by Markdown examples, environment key names, and adversarial safety fixtures. The skill limits diagnostics to local resources, suppresses environment values, and requires approval before stopping processes. No prompt injection, exfiltration intent, or malicious command flow was found.
Risikofaktoren
⚙️ Externe Befehle (47)
🔑 Umgebungsvariablen (29)
Diesen Bericht teilen & zitieren
Teile den versionierten Bewertungsbericht, das neutrale Badge, die Einbettungskarte und Zitate. Skillstore berichtet Nachweise, ohne zu entscheiden, ob dieser Skill sicher ist.
Berichtslink kopieren
https://skillstore.io/skills/justhandledlabs-env-doctor-free/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown-Badge
[](https://skillstore.io/skills/justhandledlabs-env-doctor-free?utm_source=security_passport_badge)HTML-Badge
<a href="https://skillstore.io/skills/justhandledlabs-env-doctor-free?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/justhandledlabs-env-doctor-free/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Einbettungskarte
<iframe src="https://skillstore.io/embed/skills/justhandledlabs-env-doctor-free.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Wissenschaftliche Zitate (APA · BibTeX · CFF)
APA-Zitat
justhandledlabs. (2026). env-doctor-free security audit report (audit version 1) [Author version 1.3.0]. Skillstore. https://skillstore.io/skills/justhandledlabs-env-doctor-free/audits/1BibTeX-Zitat
@techreport{justhandledlabs-justhandledlabs-env-doctor-free-2026,
author = {justhandledlabs},
title = {env-doctor-free security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/justhandledlabs-env-doctor-free/audits/1},
note = {Author version 1.3.0}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "env-doctor-free security audit report (audit version 1)"
version: "1.3.0"
type: report
authors:
- name: "justhandledlabs"
date-released: "2026-07-26"
url: "https://skillstore.io/skills/justhandledlabs-env-doctor-free/audits/1"
identifiers:
- type: other
value: "skillstore:justhandledlabs-env-doctor-free:audit:1"
description: "Skillstore immutable audit report identifier"
Skillstore-Score
Warum dieser Score Evidenzvertrauen: MittelWas Sie erstellen können
Restore a Local Project
Find missing runtimes, dependencies, variables, or services that prevent an application from starting.
Resolve Shared Port Conflicts
Identify which local process owns a development port before choosing a targeted, approved remediation.
Standardize Onboarding Checks
Run a consistent environment checklist for new contributors across Node, Python, Go, and Docker projects.
Diese Prompts ausprobieren
Diagnose why this project does not start. Detect the project type, check required runtimes and dependencies, then provide a prioritized checklist.
Check whether port {port} is occupied on {operating_system}. Identify its owner, explain the evidence, and ask before suggesting any stop action.Compare .env.example with .env for this {framework} project. Report only missing, empty, or present key names, and never expose values.Audit this repository's Node, Python, Go, and Docker requirements. Correlate runtime versions, dependencies, ports, permissions, environment keys, and service status. Rank root causes by impact and include only commands for {operating_system}.Bewährte Praktiken
- Run diagnosis from the project root so file markers and dependency checks use the correct scope.
- Review every proposed installer, service start, or file mutation before execution.
- Keep environment values private; share only key names and present, empty, or missing states.
Vermeiden
- Do not display complete environment files or include variable values in logs and findings.
- Do not terminate a process until its ownership is confirmed and the user approves the exact action.
- Do not mix Windows and POSIX commands in one copy-ready instruction block.
Häufig gestellte Fragen
Which project types are supported?
Does it display environment variable values?
Can it stop a process using a required port?
Can the diagnosis modify project files?
Which local services can it identify?
What happens when the environment looks healthy?
Entwicklerdetails
Autor
justhandledlabsLizenz
MIT
Autorenversion
v1.3.0
Skillstore-Revision
r1
Ref.
f9e2c34b4f19c7f3e6b0a1e93227b5f77cc12526
Aktualität der Wartung
26.7.2026
Nutzung
0 Downloads · 0 Aufrufe
Dateistruktur