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.
Установить с помощью моего Агента
Скопируйте этот запрос в своего Агента. Он содержит каноническую страницу Skill и манифест.
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.Ваш Агент по-прежнему должен показать план и запросить все подтверждения, требуемые политикой безопасности.
Ресурсы для AI-агентов
Используйте эти ссылки, когда AI-агенту, crawler или script нужен чистый контекст вместо полной страницы.
Протестировать
Использование «env-doctor-free». A Node project has no node_modules directory and npm is available.
Ожидаемый результат:
- 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». Port 3000 is owned by an unrelated video conference process on Windows.
Ожидаемый результат:
- 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». A Django project requires DATABASE_URL, but the key is absent from the local environment file.
Ожидаемый результат:
- 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.
Аудит безопасности
БезопасноAll 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.
Факторы риска
⚙️ Внешние команды (47)
🔑 Переменные окружения (29)
Поделиться и цитировать этот отчет
Делитесь версионным отчетом об оценке, нейтральным значком, встраиваемой карточкой и цитатами. Skillstore публикует доказательства, не решая, безопасен ли этот Skill.
Копировать ссылку на отчёт
https://skillstore.io/skills/justhandledlabs-env-doctor-free/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportЗначок Markdown
[](https://skillstore.io/skills/justhandledlabs-env-doctor-free?utm_source=security_passport_badge)Значок HTML
<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>Встраиваемая карточка
<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>Академические ссылки (APA · BibTeX · CFF)
Цитата APA
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/1Цитата BibTeX
@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
Почему такая оценка Достоверность доказательств: СреднийЧто вы можете построить
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.
Попробуйте эти промпты
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}.Лучшие практики
- 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.
Избегать
- 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.
Часто задаваемые вопросы
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?
Сведения для разработчиков
Автор
justhandledlabsЛицензия
MIT
Версия автора
v1.3.0
Ревизия Skillstore
r1
Ссылка
f9e2c34b4f19c7f3e6b0a1e93227b5f77cc12526
Актуальность поддержки
26.07.2026
Использование
0 загрузок · 0 просмотров
Структура файлов