contract-review
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and analyze untrusted contract data from external files or user input, which presents a surface for indirect prompt injection attacks.
- Ingestion points: The instructions in
SKILL.mddescribe reading documents via theReadtool or capturing pasted text verbatim. - Boundary markers: No specific boundary markers, delimiters, or "ignore embedded instructions" warnings are implemented to separate the contract content from the orchestrator's instructions.
- Capability inventory: The skill utilizes
Read,Glob,Grep, and theTasktool to perform operations and orchestrate parallel analysis agents. - Sanitization: There is no evidence of sanitization, escaping, or validation of the external contract content before it is interpolated into prompts for the analysis agents.
Audit Metadata