Caveat verdict

claw-compactor

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

This skill compresses local workspace files to reduce token usage using deterministic rule engines and an optional LLM layer; all operations are local with no exfiltration, and the credential_access capability is not exercised in any suspicious way in the content.

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

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

0
security
20
transparency
70
maintenance

Permission integrity

Code accesses API keys/tokens but declares no environment variables

credential_access

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (19)

Pattern match high

Possible hardcoded credential

SKILL.md · prose · downgraded · api_key="sk-ant-...

Pattern match high

<script> tag in markdown — potential code injection

README.md · prose · downgraded · <script

Pattern match high

Accesses .ssh directory

references/compression-techniques.md · code · .ssh/

Pattern match high

Pipe to sh — executes piped content as shell commands

scripts/lib/fusion/content_detector.py · prose · downgraded · |sh

Pattern match high

Uses eval() — can execute arbitrary code

scripts/lib/fusion/nexus_model.py · prose · downgraded · eval(

Pattern match high

Pipe to python — executes piped content as Python code

tests/test_benchmark.py · prose · downgraded · | python3

Pattern match medium

pip3 install — installs Python packages at runtime

SKILL.md · code · pip3 install

Pattern match medium

Base64 encoding/decoding

ARCHITECTURE.md · code · base64-encode

Pattern match medium

References sudo — requests elevated privileges

benchmark/data/sample_05_sysadmin.json · prose · downgraded · sudo

Pattern match medium

References agent memory files

references/architecture.md · code · MEMORY.md

Pattern match medium

subprocess execution — runs system commands from Python

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

Pattern match medium

Instructs covert action — may act without user awareness

tests/test_engram.py · prose · downgraded · silently

Pattern match medium

Hex-encoded string — possible obfuscated payload

tests/test_photon.py · prose · downgraded · \xff\xd8\xff\xe0\x00\x10

Pattern match low

Python urllib.request — network access

benchmark/compressors.py · prose · downgraded · urllib.request

Pattern match low

Python os.environ.get — reads environment variable

benchmark/compressors.py · prose · downgraded · os.environ.get(

Pattern match low

Opens WebSocket connection

benchmark/results/benchmark_results.json · prose · downgraded · WebSocket

Pattern match low

Popular HTTP library — network access

scripts/lib/feedback.py · prose · downgraded · got

Pattern match low

References tunneling service

tests/test_engram.py · prose · downgraded · serveO

Pattern match low

Node http/https module — low-level network access

tests/test_structural_collapse.py · prose · downgraded · require('http')

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

No declared permissions — minimal attack surface.

network_incredential_accesspackage_install

Is this flag fair?

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