Caveat verdict

langextract

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

A wrapper for Google's LangExtract Python library for structured information extraction from text; uses Gemini/OpenAI/Ollama with user-configured API keys and produces local JSONL/HTML output.

⚠ 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
100
transparency
90
maintenance

Findings (5)

Pattern match critical

Possible hardcoded credential

guides/01-installation.md · code · API_KEY="your-api-key-here

Pattern match critical

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

guides/01-installation.md · code · curl -fsSL https://ollama.com/install.sh | sh

Pattern match critical

Pipe to sh — executes piped content as shell commands

guides/01-installation.md · code · | sh

Pattern match high

Pipe to python — executes piped content as Python code

SKILL.md · prose · downgraded · | Python

Pattern match medium

Python os.getenv — reads environment variable

guides/01-installation.md · code · os.getenv(

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

Requires 1 system binary.

Is this flag fair?

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