Caveat verdict

error-log-analyzer

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

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.

0
security
50
transparency
70
maintenance

Permission integrity

Code accesses API keys/tokens but declares no environment variables

credential_access

Findings (10)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · api_key="your_key

Pattern match critical

Pipe to python — executes piped content as Python code

QUICKSTART.md · code · | python

Pattern match high

References sudo — requests elevated privileges

README.md · code · sudo

Pattern match high

Instructs covert action — may act without user awareness

examples/real-world-scenarios.md · code · silently

Pattern match medium

subprocess execution — runs system commands from Python

run_tests.py · prose · downgraded · subprocess.run(

Pattern match low

Popular HTTP library — network access

run_tests.py · prose · downgraded · got

Pattern match low

Python os.getenv — reads environment variable

src/analyzers/__init__.py · prose · downgraded · os.getenv(

Pattern match low

Sets world-executable permissions

src/analyzers/__init__.py · prose · downgraded · chmod 755

Pattern match low

Changes file ownership

src/analyzers/__init__.py · prose · downgraded · chown

Pattern match low

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?

Check another skill Browse the registry Auditing your own skills or configs? Use the API