Caveat verdict
ZTP
ztp
Zero Trust security audit skill that runs static analysis tools on user-provided code before integration; explicitly states never run untrusted code and focuses on scanning, not execution.
⚠ 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.
Findings (11)
Uses eval() — can execute arbitrary code
scripts/shield_pro.py · prose · downgraded · eval(
<script> tag in markdown — potential code injection
scripts/shield_pro.py · prose · downgraded · <script>
Possible hardcoded credential
tests/test_integration.py · prose · downgraded · secret = 'axz123!@#$QWERTYUIOPASDFGHJKLZXCVBNMqwertyuiopasdfghjklzxcvbnm
Recursive delete from root or home — destructive command
tests/test_integration.py · prose · downgraded · rm -rf /
Dynamic __import__('os') — Python OS command execution
tests/test_shield.py · prose · downgraded · __import__('os')
References child_process — can spawn system processes
scripts/shield_pro.py · prose · downgraded · child_process
os.system/popen — direct OS command execution
scripts/shield_pro.py · prose · downgraded · os.popen(
HTTP request to bare IP address — common in malicious payloads
tests/test_integration.py · prose · downgraded · http://1.2.3.4
Uses exec() — may execute shell commands
tests/test_shield.py · prose · downgraded · exec(
Python urllib.request — network access
scripts/shield_pro.py · prose · downgraded · urllib.request
Python os.getenv — reads environment variable
scripts/shield_pro.py · prose · downgraded · os.getenv(
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.
Is this flag fair?
Thanks — recorded.