ClawAudit verdict
DeepDive OSINT
deepdive-osint
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.
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.
Receives external input AND executes processes โ the shape of a command & control channel
LLM05 ยท LLM06 ยท ASI10
Findings (3)
subprocess execution โ runs system commands from Python
SKILL.md ยท code ยท subprocess.run(
pip3 install โ installs Python packages at runtime
SKILL.md ยท frontmatter ยท pip3
install
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 Thanks โ recorded.