With Lock Tool

Computes a small value under a lock and a temp directory. No filesystem/network sink.

gl0di Updated

File contents

With Lock Tool (benign context-manager baseline)

Uses with threading.Lock(): and with tempfile.TemporaryDirectory() as d: — common, genuinely inert context-manager idioms. Companion to bad_effectsim_with_taint_dropped: after the CLAWSECCHECK-B-155 fix, with handling must not spuriously flag these as filesystem/network capabilities.

gl0di/clawseccheck/tree/main/fixtures/clean_effectsim_with_benign/skills/with-lock-tool commit 6e4a56790b

Frequently asked questions

npx skillmds@latest add gl0di/with-lock-tool