Maritime Watch
ReviewAudited by ClawScan on May 10, 2026.
Overview
The skill does not appear malicious, but it advertises real cross-validated port and security monitoring while the included implementation is placeholder code that says it is not implemented.
Do not rely on this skill for real Chornomorsk port, vessel, weather, or security status in its current form. It appears to be an unfinished prototype with placeholder network sources; install only for inspection or development, and require real provider URLs, declared dependencies, and tested cross-validation before operational use.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
A user might rely on this skill for port or security awareness even though the current implementation does not perform the claimed monitoring.
This directly contradicts the advertised capability to provide cross-validated port, vessel, weather, security, and news status. Users or agents could over-trust a safety/security monitoring skill that cannot actually produce the promised data.
# TODO: Implement data cross-validation and JSON output echo "Not implemented yet"
Treat this as an unfinished prototype; require real data-source implementation and validation before relying on its output.
The skill may contact irrelevant placeholder sites and cannot provide trustworthy maritime data as written.
The script makes external network requests, which is expected for a monitoring skill, but the configured sources are placeholders and not attributable real providers.
curl -s "$1" ... weather_source1="https://example.com/weather1" vessel_source1="https://example.com/vessels1" security_source1="https://example.com/security1"
Verify the exact data providers, URLs, and source provenance before use.
