ClawAudit verdict
Li_python_sec_check
li-python-sec-check
Python security checker tool (CloudBase/Tencent guidelines, LLM analysis disabled by default) with no capabilities listed and only a stub frontmatter visible; the minimal content shows no malicious behavior.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
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.
Findings (7)
Pipe to python — executes piped content as Python code
docs/目录扫描功能验证.md · code · |
python
Possible hardcoded credential
docs/UPGRADE_v21.md · code · api_key="your_api_key
Uses eval() — can execute arbitrary code
docs/目录扫描功能验证.md · code · eval(
os.system/popen — direct OS command execution
docs/目录扫描功能验证.md · code · os.system(
Python os.environ.get — reads environment variable
docs/安全审查回应.md · code · os.environ.get(
Uses exec() — may execute shell commands
scripts/python_sec_check.py · prose · downgraded · exec (
subprocess execution — runs system commands from Python
scripts/python_sec_check.py · prose · downgraded · subprocess.run(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class 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.
Is this flag fair?
Thanks — recorded.