← Back to search

io.github.rog0x/env

rog0x Scanned 21d ago

Dotenv parser, ports, system info for AI agents

C
72.8 / 100

Versions

1.0.2latest
first seen Jun 5, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 14

env_list_variables
annotations: none low

Parse a .env file and list all variable keys with masked values

filePath string
env_detect_missing
annotations: none low

Check if required environment variables are present and populated in a .env file

filePath string
env_compare_files
annotations: none low

Compare a .env file against a .env.example to find missing or extra variables

envPath string examplePath string
env_find_duplicates
annotations: none low

Find duplicate variable keys in a .env file

filePath string
env_generate_example
annotations: none low

Generate .env.example content from an existing .env file, stripping values and adding placeholders

filePath string
env_detect_from_package_json
annotations: none low

Detect environment variables referenced in package.json scripts

filePath string
env_detect_from_docker_compose
annotations: none low

Detect environment variables referenced in a docker-compose YAML file

filePath string
port_check
annotations: none low

Check if a specific port is in use and identify the process using it

port number
port_find_available
annotations: none low

Find available ports within a given range

count number endPort number startPort number
port_list_processes
annotations: none low

List processes using specific ports

system_info
annotations: none low

Get system information: OS, CPU, memory, disk, and installed runtime versions (Node, npm, Python, Git, Docker)

deps_check_tools
annotations: none low

Check if specified tools/commands are installed and get their versions

deps_check_versions
annotations: none low

Check if installed tools meet minimum version requirements

tool string minVersion string
deps_verify_path
annotations: none low

Analyze the system PATH and check for common tool directories

Permissions 2

shell high
Server uses shell capabilities via: child_process, execSync()
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 40

low
Tool 'env_list_variables' has no annotations annotation_checker · 100%
low
Tool 'env_detect_missing' has no annotations annotation_checker · 100%
low
Tool 'env_compare_files' has no annotations annotation_checker · 100%
low
Tool 'env_find_duplicates' has no annotations annotation_checker · 100%
low
Tool 'env_generate_example' has no annotations annotation_checker · 100%
low
Tool 'env_detect_from_package_json' has no annotations annotation_checker · 100%
low
Tool 'env_detect_from_docker_compose' has no annotations annotation_checker · 100%
low
Tool 'port_check' has no annotations annotation_checker · 100%
low
Tool 'port_find_available' has no annotations annotation_checker · 100%
low
Tool 'port_list_processes' has no annotations annotation_checker · 100%
low
Tool 'system_info' has no annotations annotation_checker · 100%
low
Tool 'deps_check_tools' has no annotations annotation_checker · 100%
low
Tool 'deps_check_versions' has no annotations annotation_checker · 100%
low
Tool 'deps_verify_path' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.1 (GHSA-345p-7cg4-v4c7) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.1 (GHSA-8r9q-7v3j-jr4g) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.1 (GHSA-w48q-cv73-mx4w) dependency_analyzer · 95%
info
package.json metadata manifest_parser · 100%
info
Tool: env_list_variables manifest_parser · 70%
info
Tool: env_detect_missing manifest_parser · 70%
info
Tool: env_compare_files manifest_parser · 70%
info
Tool: env_find_duplicates manifest_parser · 70%
info
Tool: env_generate_example manifest_parser · 70%
info
Tool: env_detect_from_package_json manifest_parser · 70%
info
Tool: env_detect_from_docker_compose manifest_parser · 70%
info
Tool: port_check manifest_parser · 70%
info
Tool: port_find_available manifest_parser · 70%
info
Tool: port_list_processes manifest_parser · 70%
info
Tool: system_info manifest_parser · 70%
info
Tool: deps_check_tools manifest_parser · 70%
info
Tool: deps_check_versions manifest_parser · 70%
info
Tool: deps_verify_path manifest_parser · 70%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (1) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
high
Permission: shell access detected permission_analyzer · 95%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 95 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%