patentfig
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [DATA_EXPOSURE_AND_EXFILTRATION]: The skill uses
curlto send data, including user prompts and an API key, tohttps://patentfig.ai. While this domain is the primary service used by the skill, it is not a predefined trusted vendor. Authentication is handled via thePATENTFIG_API_KEYenvironment variable, which is a secure practice. - [INDIRECT_PROMPT_INJECTION]: The skill defines a surface for indirect prompt injection by ingesting untrusted data from the user and external image URLs.
- Ingestion points: Data enters the agent context through the
prompt,referenceImageUrls, andimageUrlparameters inSKILL.mdandreferences/endpoints.md. - Boundary markers: There are no explicit boundary markers or instructions to ignore embedded commands in external data.
- Capability inventory: The agent uses shell-executed
curlcommands to process the input. - Sanitization: The skill lacks explicit instructions for escaping or validating user-provided strings before interpolation into shell command payloads.
- [METADATA_POISONING]: The skill metadata lists 'TopLocalAI' as the author, which is inconsistent with the 'davila7' author attribution provided in the analysis context.
Audit Metadata