Eternal Contract Analyzer

v1.0.0

Analyze contracts and legal documents to extract key terms, identify risks, flag red flags, and provide a clear summary with recommendations.

0· 33·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (contract analysis) match the provided code and SKILL.md. The script reads documents, extracts text (PDF/DOCX/TXT/images), finds clauses with regexes, and produces summaries/flags — all expected for a contract analyzer.
Instruction Scope
SKILL.md instructs running the bundled Python script against user-supplied documents. The script only reads the provided file path(s) and performs local text/OCR extraction and regex-based analysis; it does not instruct the agent to read unrelated system files or environment variables, nor to transmit data elsewhere.
Install Mechanism
No install spec is present (instruction-only skill with a local script). The script depends on common Python libraries (pdfplumber, python-docx, pytesseract, Pillow) but doesn't download or execute code from arbitrary URLs or install third-party binaries automatically.
Credentials
The skill declares and requires no environment variables or credentials. The script prints messages asking the user to install optional Python packages if missing and exits; it does not request secrets or unrelated credentials.
Persistence & Privilege
always is false and there is no code that modifies other skills, agent configuration, or system-wide settings. The script runs on-demand and does not request permanent presence or elevated privileges.
Assessment
This bundle appears coherent and self-contained: it runs locally on files you provide and uses regex/OCR to surface contract issues. Recommended precautions before use: (1) run the script offline or in a sandbox if you have confidentiality concerns, (2) inspect the full script yourself if you can (no provenance or homepage is provided), (3) install OCR/PDF libraries only from trusted sources (pip), and (4) treat outputs as heuristics — confirm important legal advice with a qualified attorney. If you need absolute assurance there is no network exfiltration, you can run the process in a network-restricted environment and review the remainder of the script (the visible portion shows no networking or credential handling).

Like a lobster shell, security has layers — review code before you run it.

latestvk97emfq8y6atvmbdagnf7c4dv583yzs1

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments