ClawAudit verdict

surrealdb

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

Standard database developer skill that connects to a user-configured SurrealDB endpoint using credentials from env vars; network calls are to the user's own SurrealDB server and GitHub API via gh CLI for version comparison, both documented and expected.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

0
security
90
transparency
90
maintenance

Findings (18)

Pattern match critical

Possible hardcoded credential

rules/sdks.md · code · password: "user_pass

Pattern match high

Pipe to python — executes piped content as Python code

AGENTS.md · prose · downgraded · | Python

Pattern match high

Instructs covert action — may act without user awareness

rules/data-modeling.md · code · silently

Pattern match high

HTTP request to bare IP address — common in malicious payloads

rules/deployment.md · code · http://0.0.0.0

Pattern match high

References SSH/GPG private keys

rules/deployment.md · code · ssh-key

Pattern match high

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

rules/gotchas.md · prose · downgraded · curl \| sh

Pattern match high

Pipe to sh — executes piped content as shell commands

rules/gotchas.md · prose · downgraded · | sh

Pattern match high

Uses spawn() — can execute external programs

rules/performance.md · code · spawn(

Pattern match high

Dynamic import() — loads module at runtime

rules/sdks.md · code · import ( "

Pattern match high

Accesses sensitive system files

rules/surrealfs.md · prose · downgraded · /etc/passwd

Pattern match medium

Opens WebSocket connection

SKILL.md · frontmatter · WebSocket

Pattern match medium

References agent configuration files

rules/surrealfs.md · code · AgentConfig

Pattern match medium

References agent memory files

rules/surrealfs.md · code · daily_notes

Pattern match medium

subprocess execution — runs system commands from Python

scripts/check_upstream.py · prose · downgraded · subprocess.run(

Pattern match medium

Downloads executables from external URLs

scripts/doctor.py · prose · downgraded · install from https://

Pattern match low

Popular HTTP library — network access

notes/v1.6.5-ratification.md · prose · downgraded · got

Pattern match low

Base64 encoding/decoding

references/surrealql_cheatsheet.md · prose · downgraded · base64encode

Pattern match low

Python os.environ.get — reads environment variable

scripts/doctor.py · prose · downgraded · os.environ.get(

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/B/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

Requires 5 environment variables. Requires 3 system binaries.

network_in

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API