ClawAudit verdict

DeepDive OSINT

deepdive-osint

45
๐ŸŸ  Risky
Significant concerns โ€” only install if you understand the risks

Receives external input AND executes processes

The skill automatically clones and installs DeepDive from GitHub via subprocess on first run without requiring explicit user confirmation, executing third-party code; it also has dir_traversal and process_exec capabilities.

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.

23
security
90
transparency
70
maintenance

What it does

These are capability combinations: each listed behavior occurs in the skill, but ClawAudit detects co-occurrence โ€” it does not verify that one flows into another. Read the code to confirm a live chain.

Capability combination critical

Receives external input AND executes processes โ€” the shape of a command & control channel

LLM05 ยท LLM06 ยท ASI10

Findings (3)

Pattern match high

subprocess execution โ€” runs system commands from Python

SKILL.md ยท code ยท subprocess.run(

Pattern match medium

pip3 install โ€” installs Python packages at runtime

SKILL.md ยท frontmatter ยท pip3 install

Pattern match low

Python directory traversal

SKILL.md ยท code ยท os.listdir(

Why the tier is capped

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

Permissions & capabilities

Requires 3 system binaries. (1 elevated: git).

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