contract-review
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to its core function of processing untrusted documents.
- Ingestion points: The skill accepts PDF, DOCX, and TXT files as input for contract analysis in
SKILL.md. - Boundary markers: There are no explicit delimiters or specific warnings defined to isolate the document content from the AI's instruction set.
- Capability inventory: The skill uses MCP tools including
extract_text_from_pdf,extract_text_from_docx, andanalyze_document_structureto ingest content. - Sanitization: No evidence of sanitization, filtering, or validation of the processed document content is present in the instructions.
- [EXTERNAL_DOWNLOADS]: The skill references external resources hosted on GitHub.
- Evidence: The
README.mdandSKILL.mdfiles contain links to repositories and raw files within theclaude-office-skillsGitHub organization. These are recognized as legitimate vendor resources from the skill's author.
Audit Metadata