Caveat verdict
error-log-analyzer
AI-powered error log analysis skill that explains errors and suggests fixes; credential_access and network_in capabilities are for connecting to an AI backend, no exfiltration of user secrets evident.
⚠ 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.
Permission integrity
credential_access
Findings (10)
Possible hardcoded credential
SKILL.md · code · api_key="your_key
Pipe to python — executes piped content as Python code
QUICKSTART.md · code · | python
References sudo — requests elevated privileges
README.md · code · sudo
Instructs covert action — may act without user awareness
examples/real-world-scenarios.md · code · silently
subprocess execution — runs system commands from Python
run_tests.py · prose · downgraded · subprocess.run(
Popular HTTP library — network access
run_tests.py · prose · downgraded · got
Python os.getenv — reads environment variable
src/analyzers/__init__.py · prose · downgraded · os.getenv(
Sets world-executable permissions
src/analyzers/__init__.py · prose · downgraded · chmod 755
Changes file ownership
src/analyzers/__init__.py · prose · downgraded · chown
pip3 install — installs Python packages at runtime
src/analyzers/__init__.py · prose · downgraded · pip3 install
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_accessnetwork_in Is this flag fair?
Thanks — recorded.