ClawAudit verdict
black-fortress
Receives external input AND executes processes
A pre-installation sandboxing protocol that runs untrusted code inside Docker containers with seccomp and a 5-layer analysis gate before approving execution; the described architecture is a defensive security tool with no exfiltration or deceptive behavior.
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
Accesses system credential store AND makes external network calls
LLM02 · ASI03
Executes processes AND makes external network calls — may exfiltrate command output
LLM02 · LLM06 · ASI03
Permission integrity
network_out
Findings (9)
Pipe to python — executes piped content as Python code
SKILL.md · prose · downgraded · | Python
Accesses system credential store
SKILL.md · code · keychain
os.system/popen — direct OS command execution
SKILL.md · prose · downgraded · os.system(
subprocess execution — runs system commands from Python
scripts/black_fortress.py · prose · downgraded · subprocess.run(
setuid — privilege escalation mechanism
scripts/behavioral_audit.py · prose · downgraded · setuid
Python os.environ.get — reads environment variable
scripts/black_fortress.py · prose · downgraded · os.environ.get(
Python urllib.request — network access
scripts/transcript_extractor.py · prose · downgraded · urllib.request
Python aiohttp session — async network access
scripts/transcript_extractor.py · prose · downgraded · aiohttp.ClientSession
Python http.client — stdlib network access
scripts/transcript_extractor.py · prose · downgraded · http.client.HTTPSConnection
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
No declared permissions — minimal attack surface.
network_outprocess_execcredential_accessnetwork_incredential_store Thanks — recorded.