← Back to search

io.github.daedalus/mcp-epochs

daedalus Scanned 24d ago

MCP tool that provides current Unix timestamp

B
87 / 100

Versions

0.1.0latest
first seen May 19, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 1

get_unix_time
annotations: none low

Get the current Unix timestamp. Returns the current time as a Unix timestamp (seconds since 1970-01-01 00:00:00 UTC), along with millisecond precision and ISO 8601 formatted string. Args: None. This function takes no arguments. Returns: dict[str, Any]: A dictionary containing: - unix_time (int): Current Unix timestamp in seconds since epoch. - unix_time_ms (int): Current Unix timestamp in milliseconds since epoch. - iso8601 (str): Current UTC time in ISO 8601 format (e.g., "2026-03-26T21:30:00Z"). Raises: None. This function does not raise any exceptions. Examples: >>> result = get_unix_time() >>> isinstance(result["unix_time"], int) True >>> result["unix_time"] > 0 True

Permissions 0

No permissions indexed yet.

Scan Findings 17

low
Tool 'get_unix_time' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-3qhf-m339-9g5v) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-9h52-p55h-vw2f) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-j975-95f5-7wqh) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-jpw9-pfvf-9f58) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-vj7q-gjh5-988w) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-1616) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-1617) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-1618) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-3482) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-3483) dependency_analyzer · 95%
info
pyproject.toml metadata manifest_parser · 100%
info
Tool: get_unix_time manifest_parser · 90%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
info
No dependency files found for SBOM generation sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%