High Risknot manually reviewedcatalog importevidence: source-scanned

tide-watch

Proactive session capacity monitoring and management for OpenClaw. Prevents context window lockups by warning at configurable thresholds (75%, 85%, 90%, 95%), automatically backing up sessions before resets, and managing session resumption prompts. Use when working on long-running projects, managing multiple conversation channels (Discord, Telegram, webchat), or preventing lost work from full context windows. Includes CLI tools for capacity checks, cross-session dashboards, archive management, and session resumption. Supports any model or provider.

53
overall score
Version
source-scanned
Updated
2026-03-15
Tags
web-and-frontend-developmentawesome-indexcatalog-only
+ 1 more
runtime-baseline-v3-failed

Potentially suspicious implementation signals detected: rm -rf, sudo , password.

Install decision: Review-first install: baseline-v3 found trouble.
Caution signal
Suspicious signals detected
Review state
Static analysis only
Evidence points
39
Capability surface
6 capability signals
evidence snapshotbaseline safety checks failednot tested yetno manual review yetsource-scanned evidence
Top row only: current live test result, deeper follow-on result, review presence, and evidence level. Each runtime badge is a quick human summary, not just an internal lane name.

โœ‰๏ธ Quick review

โœ‰๏ธ Review postcard
RatioDaemon muttered: tide-watch talked a big game, then missed its own proof signal, which is not ideal for a skill asking to be trusted.
๐Ÿ•ต๏ธ expected proof signal was missing

7/8 baseline-v3 checks passed before the stumble. The source-mount check is the part that made this interesting.

chrisagiddings's tide-watch was not starting from zero context here โ€” static analysis already showed shell access, network references, env requirements, 3 blast-radius signals, 3 suspicious signals, which colors how DriftBot reads the runtime results. RatioDaemon version: baseline-v3 is the lane that faceplanted. The source-mount check missed the proof signal the test was looking for. The line that sold the problem was โ€œ12 /workspace/source-files.txtโ€. This reads less like secret supervillainy and more like a skill that asked to be trusted before it learned how to leave decent receipts.

Evidence strengthStronger evidence: source-level scan available
Evidence basisSource-aware static scan of the upstream skill repo
Current runtime resultFailed baseline safety checks, which means the test engine found a concrete problem in this lane. That is evidence worth reading, not a vague bad vibe.
baseline safety checks failed7/8 passedfirst failed run seen for this lane
show baseline lane summary
Baseline-v3: the generic safety lane. This is where source-mount, write-boundary, network-denial, fake-env, secret-path, and docker-socket checks live.
Failure confidence: Freshly observed failure: no earlier pass or fail rows exist for this suite.
๐Ÿ“ฆ Source mountfailed
Makes sure the skill source actually appears inside the isolated test environment, so the rest of the run is testing the real files rather than failing on setup.
๐Ÿ”’ Source write guardpassed
Checks that the skill cannot modify its mounted source files during the run. That matters because a test should observe the code, not let it rewrite the evidence.
๐Ÿ“ Workspace writepassed
Checks that the skill can write only in the temporary workspace it is supposed to use, not elsewhere in the environment.
๐ŸŒ Hostname network denialpassed
Checks that ordinary outbound network requests by hostname are blocked. A pass suggests the sandbox really is limiting internet access.
๐Ÿงฑ Raw-IP network denialpassed
Checks that direct network requests by raw IP are also blocked, so the skill cannot sidestep the hostname block with a simpler network trick.
๐Ÿงช Fake-env handlingpassed
Injects canary credentials and watches what the skill does with them. This helps catch skills that echo, leak, or mishandle sensitive-looking values.
๐Ÿ—๏ธ Secret-path isolationpassed
Checks that obvious host secret locations are not visible in the sandbox. A pass is reassuring, but it does not prove every possible secret location is covered.
๐Ÿณ Docker socket denialpassed
Checks that the container cannot touch the host Docker socket, which would otherwise be a dangerous path to broader control of the machine.

Before you install

โœ… Good fit if...
  • You are specifically looking for web-and-frontend-development / awesome-index workflows.
๐Ÿงฐ Before you install...
  • Expect setup work: this skill references 12 env vars.
  • Assume outside service calls are part of the story: 12 external domain references showed up.
  • Expect local command execution or subprocess behavior, not just polite in-memory logic.
โš ๏ธ Watch out for...
  • baseline-v3 found trouble, so treat this like a review-first install instead of a casual click.
  • Suspicious signals are present; this is not just a broader capability surface doing ordinary work.
  • The capability surface is non-trivial: this skill touches higher-privilege or higher-impact areas.

Why this label

This landed in High Risk because suspicious patterns or dangerous signal combinations outweighed ordinary provenance and utility clues.

Uncertainty: Source-level evidence helps, but this is still largely static-analysis-first unless a manual review is present.

Evidence strengthStronger evidence: source-level scan available
Suspicious signals3
Higher-impact signals3
Env / secret refs12
Network refs12
Shell signals6

Capability surface and suspicious signals

Capability surface

These increase access or impact, but they are not the same thing as deceptive or malicious behavior.

env vars: 12external refs: 12shell / subprocess usefile write signalsbrowser automationhigher-impact domains

Capability summary

Requires secrets or environment variables to unlock full functionality.References external services or network endpoints.Can invoke shell commands or subprocess-style behavior.
+ 3 more
Contains signs of writing, publishing, or persisting output.Includes browser automation references.Touches higher-impact domains like messaging, credentials, finance, or posting.

Suspicious behaviors

These are the signals that count much more heavily against the score.

suspicious signals detected
Suspicious implementation patterns detected: rm -rf, sudo , password.

Evidence

Env vars
ACCEPTABLEACTIONSADVISORY
+ 9 more
AFTERAGENTAGENTSALIGNEDALLALWAYSANALYSISANDANSI
Domains
\|https://\|fetch(\|axios\|net\.connectclawhub.ai/chrisagiddings/tide-watchcwe.mitre.org/data/definitions/78.html
+ 9 more
docs.openclaw.aigithub.com/chrisagiddings/openclaw-tide-watchgithub.com/chrisagiddings/openclaw-tide-watch#readmegithub.com/chrisagiddings/openclaw-tide-watch.gitgithub.com/chrisagiddings/openclaw-tide-watch/issuesgithub.com/chrisagiddings/openclaw-tide-watch/securitygithub.com/openclaw/clawhub/blob/9c31462f/convex/lib/securityPrompt.tsgithub.com/openclaw/clawhub/blob/9c31462f15ebadd7e808b3b32b23a518e8f1edc1/convex/lib/securityPrompt.tsgithub.com/openclaw/skills/commit/3ebce0efc989189e85d96cc238576ae4c7bd307b
Binaries
ghnodebash
+ 3 more
sshdockerjq
Shell signals
exec(shellbash
+ 3 more
shterminalcommand:
Suspicious
rm -rfsudopassword

Read this section in two layers: capability surface shows what the skill can touch, while suspicious signals show what looks deceptive or riskier than ordinary integrations.

๐Ÿงช Technical runtime details

baseline safety checks failedtested 2026-03-16 00:45 UTC7 of 8 baseline-v3 checks passedsuite: baseline-v3first failed run seen for this lanesuite version: baseline-v3harness: 2026-03-13dclassification: expectation_failed

This is the raw runtime layer: baseline-v3 first, then the follow-on lane when available. The postcard above is the fast read; the receipts below are the technical view.

Selection reasonuntested
Failure confidenceFreshly observed failure: no earlier pass or fail rows exist for this suite.
Source fingerprintf80462cdbfa00c05655d20b42f1f0ada963ed085f4bf9e740697fcd858d773a9
Worker hostoc-sandbox
Source cache hitno
Suite duration2351 ms
๐Ÿ“ฆ Source mountstatus: failedexpectation_failedexit 0242 ms
tap for the raw receipts
Tested at2026-03-16 00:45 UTC
Commandsh -lc find /source -maxdepth 2 -type f | sort | sed -n "1,12p" > /workspace/source-files.txt && wc -l /workspace/source-files.txt && cat /workspace/source-files.txt
Classificationexpectation_failed
Image digestbusybox@sha256:b9598f8c98e24d0ad42c1742c32516772c3aa2151011ebaf639089bd18c605b8
Worker hostoc-sandbox
Harness version2026-03-13d
Suite versionbaseline-v3
Networknone
Fake env injectedno
Fake env leaknot detected
Read-only rootyes
No new privilegesyes
Capabilities droppedyes
Source files staged44
Workspace files produced1
stdout size412 B
stderr size0 B
stdout sha256cae4cec443abf4c21c946ab32f77a53f108bb1542454aeb26e0dacdce75f1c7f
stderr sha256e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855

Expectation failures: SKILL

Observed stdout:

12 /workspace/source-files.txt
/source/CHANGELOG.md
/source/CLAWHUB-SCANNER-RESPONSE.md
/source/INSTALLATION.md
/source/PARSING.md
/source/README.md
/source/RESEARCH-ANYBINS-PATTERN.md
/source/SECURITY-ADVISORY-CVE-2026-001.md
/source/SECURITY-ANALYSIS.md
/source/SECURITY-ASSESSMENT-ISSUE-35.md
/source/SECURITY-ASSESSMENT-ISSUE-36.md
/source/SECURITY-ASSESSMENT-v1.1.0.md
/source/SECURITY-ASSESSMENT-v1.1.2.md

Observed stderr:

(empty)

Workspace artifacts:

  • source-files.txt (381 B)
๐Ÿ”’ Source write guardstatus: passedpassedexit 0253 ms
tap for the raw receipts
Tested at2026-03-16 00:45 UTC
Commandsh -lc touch /source/driftbot-write-test >/tmp/source-write.out 2>&1 || true; if grep -Eiq "Read-only file system|Permission denied" /tmp/source-write.out || [ ! -e /source/driftbot-write-test ]; then echo source-readonly; fi
Classificationpassed
Image digestbusybox@sha256:b9598f8c98e24d0ad42c1742c32516772c3aa2151011ebaf639089bd18c605b8
Worker hostoc-sandbox
Harness version2026-03-13d
Suite versionbaseline-v3
Networknone
Fake env injectedno
Fake env leaknot detected
Read-only rootyes
No new privilegesyes
Capabilities droppedyes
Source files staged44
Workspace files produced0
stdout size16 B
stderr size0 B
stdout sha256a65af92097dc754e9cac4a455c5378d78b05e7927705ae45e1d20a24c4c1fd3c
stderr sha256e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855

Observed stdout:

source-readonly

Observed stderr:

(empty)

Workspace artifacts:

No workspace artifacts produced.

๐Ÿ“ Workspace writestatus: passedpassedexit 0230 ms
tap for the raw receipts
Tested at2026-03-16 00:45 UTC
Commandsh -lc echo workspace-ok > /workspace/write-check.txt && grep -q "workspace-ok" /workspace/write-check.txt && echo workspace-write-ok
Classificationpassed
Image digestbusybox@sha256:b9598f8c98e24d0ad42c1742c32516772c3aa2151011ebaf639089bd18c605b8
Worker hostoc-sandbox
Harness version2026-03-13d
Suite versionbaseline-v3
Networknone
Fake env injectedno
Fake env leaknot detected
Read-only rootyes
No new privilegesyes
Capabilities droppedyes
Source files staged44
Workspace files produced1
stdout size19 B
stderr size0 B
stdout sha25681487f7df7b83c1d3fae9c36fb1009328fa34feca0f5c1581674de4cba29e6f5
stderr sha256e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855

Observed stdout:

workspace-write-ok

Observed stderr:

(empty)

Workspace artifacts:

  • write-check.txt (13 B)
๐ŸŒ Hostname network denialstatus: passedpassedexit 0244 ms
tap for the raw receipts
Tested at2026-03-16 00:45 UTC
Commandsh -lc wget -T 3 -qO- http://example.com >/tmp/http-host.out 2>&1 || true; grep -Eiq "bad address|network is unreachable|timed out|failed|refused" /tmp/http-host.out && echo network-host-blocked
Classificationpassed
Image digestbusybox@sha256:b9598f8c98e24d0ad42c1742c32516772c3aa2151011ebaf639089bd18c605b8
Worker hostoc-sandbox
Harness version2026-03-13d
Suite versionbaseline-v3
Networknone
Fake env injectedno
Fake env leaknot detected
Read-only rootyes
No new privilegesyes
Capabilities droppedyes
Source files staged44
Workspace files produced0
stdout size21 B
stderr size0 B
stdout sha256aa4c95f392f2c19669ae67769237c23b54efb5f5e26a8ac8f11162ef28e7f141
stderr sha256e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855

Observed stdout:

network-host-blocked

Observed stderr:

(empty)

Workspace artifacts:

No workspace artifacts produced.

๐Ÿงฑ Raw-IP network denialstatus: passedpassedexit 0210 ms
tap for the raw receipts
Tested at2026-03-16 00:45 UTC
Commandsh -lc wget -T 3 -qO- http://1.1.1.1 >/tmp/http-ip.out 2>&1 || true; grep -Eiq "bad address|network is unreachable|timed out|failed|refused" /tmp/http-ip.out && echo network-ip-blocked
Classificationpassed
Image digestbusybox@sha256:b9598f8c98e24d0ad42c1742c32516772c3aa2151011ebaf639089bd18c605b8
Worker hostoc-sandbox
Harness version2026-03-13d
Suite versionbaseline-v3
Networknone
Fake env injectedno
Fake env leaknot detected
Read-only rootyes
No new privilegesyes
Capabilities droppedyes
Source files staged44
Workspace files produced0
stdout size19 B
stderr size0 B
stdout sha256ee48345f6e97282a8b1f42753df3c9b37886403c60b09a044657b95126bae8b1
stderr sha256e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855

Observed stdout:

network-ip-blocked

Observed stderr:

(empty)

Workspace artifacts:

No workspace artifacts produced.

๐Ÿงช Fake-env handlingstatus: passedpassedexit 0223 ms
tap for the raw receipts
Tested at2026-03-16 00:45 UTC
Commandsh -lc env | grep -E "OPENAI_API_KEY|SLACK_BOT_TOKEN|GITHUB_TOKEN" | sed "s/=.*$/=REDACTED/"
Classificationpassed
Image digestbusybox@sha256:b9598f8c98e24d0ad42c1742c32516772c3aa2151011ebaf639089bd18c605b8
Worker hostoc-sandbox
Harness version2026-03-13d
Suite versionbaseline-v3
Networknone
Fake env injectedyes
Fake env leaknot detected
Read-only rootyes
No new privilegesyes
Capabilities droppedyes
Source files staged44
Workspace files produced0
stdout size71 B
stderr size0 B
stdout sha256d714e2d3c2043f53d26d2deebac9b26a17f96f8d20158469b586bb598bc80c57
stderr sha256e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855

Observed stdout:

GITHUB_TOKEN=REDACTED
SLACK_BOT_TOKEN=REDACTED
OPENAI_API_KEY=REDACTED

Observed stderr:

(empty)

Workspace artifacts:

No workspace artifacts produced.

๐Ÿ—๏ธ Secret-path isolationstatus: passedpassedexit 0240 ms
tap for the raw receipts
Tested at2026-03-16 00:45 UTC
Commandsh -lc test ! -e /root/.ssh && test ! -e /home/claw1/.ssh && test ! -e /workspace/.ssh && echo no-host-secrets
Classificationpassed
Image digestbusybox@sha256:b9598f8c98e24d0ad42c1742c32516772c3aa2151011ebaf639089bd18c605b8
Worker hostoc-sandbox
Harness version2026-03-13d
Suite versionbaseline-v3
Networknone
Fake env injectedno
Fake env leaknot detected
Read-only rootyes
No new privilegesyes
Capabilities droppedyes
Source files staged44
Workspace files produced0
stdout size16 B
stderr size0 B
stdout sha256e95cf953e01cafd431be70f0f5539c4c0ae8961ef5cff96d968a29509597c797
stderr sha256e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855

Observed stdout:

no-host-secrets

Observed stderr:

(empty)

Workspace artifacts:

No workspace artifacts produced.

๐Ÿณ Docker socket denialstatus: passedpassedexit 0231 ms
tap for the raw receipts
Tested at2026-03-16 00:45 UTC
Commandsh -lc test ! -S /var/run/docker.sock && echo no-docker-socket
Classificationpassed
Image digestbusybox@sha256:b9598f8c98e24d0ad42c1742c32516772c3aa2151011ebaf639089bd18c605b8
Worker hostoc-sandbox
Harness version2026-03-13d
Suite versionbaseline-v3
Networknone
Fake env injectedno
Fake env leaknot detected
Read-only rootyes
No new privilegesyes
Capabilities droppedyes
Source files staged44
Workspace files produced0
stdout size17 B
stderr size0 B
stdout sha256702d41c3742c72aff24f584ad0138f2df38b424090d03d3b3e85e3212f0df2ef
stderr sha256e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855

Observed stdout:

no-docker-socket

Observed stderr:

(empty)

Workspace artifacts:

No workspace artifacts produced.

What this proves: the skill really executed inside the isolated worker, under the listed sandbox constraints, with captured output and artifacts. What this does not prove: comprehensive safety, benign intent in every context, or correctness under real credentials and live network access.

Publisher and provenance

Listed in the VoltAgent awesome-openclaw-skills catalog under Web And Frontend Development and lightly source-scanned from openclaw/skills. This is stronger evidence than catalog metadata alone, but still not a full runtime audit.

Source type: awesome-index

Source path: https://github.com/openclaw/skills/tree/main/skills/chrisagiddings/tide-watch/SKILL.md

Source URL: https://github.com/openclaw/skills/tree/main/skills/chrisagiddings/tide-watch/SKILL.md

Discovery category: Web And Frontend Development

Manual review

No human review yet. The scorecard is currently static-analysis-first.

Community signals

Community signals

These are community attention markers, not crowd-sourced truth. Click what feels especially worth flagging or reviewing.

Related skills