Caveat verdict
skill-secure-checker
This is a static code security scanner for skill files that detects dangerous functions, hardcoded secrets, and network operations; the optional VirusTotal integration is for file reputation checking, which is consistent with the security scanning purpose.
⚠ 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 (9)
Possible hardcoded credential
SKILL.md · code · API_KEY="your-virustotal-api-key
Uses eval() — can execute arbitrary code
SKILL.md · code · eval(
<script> tag in markdown — potential code injection
source/reporter.py · prose · downgraded · <script>
Recursive delete from root or home — destructive command
tests/test_scanner.py · prose · downgraded · rm -rf /
Accesses sensitive system files
tests/test_scanner.py · prose · downgraded · /etc/passwd
Uses exec() — may execute shell commands
SKILL.md · prose · downgraded · exec(
os.system/popen — direct OS command execution
SKILL.md · prose · downgraded · os.system(
subprocess with shell=True — command injection vector
SKILL.md · prose · downgraded · subprocess.Popen(..., shell=True
Python shutil file operation — copies/moves/deletes files
tests/test_scanner.py · prose · downgraded · shutil.rmtree(
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.
credential_accessdynamic_eval Is this flag fair?
Thanks — recorded.