json-validator
Fail
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: HIGHPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [Indirect Prompt Injection] (HIGH): This skill ingests untrusted data from JSON and Schema files and possesses a file-write capability, which could be exploited to overwrite sensitive files if the agent is manipulated.
- Ingestion points:
scripts/json_validator.pyreads user-provided file paths invalidate_jsonandvalidate_schema. - Boundary markers: None. Content is parsed directly into Python objects without delimiters or instructions to ignore embedded commands.
- Capability inventory: The script includes a file-writing operation via the
--outputargument (json_validator.pyline 73). - Sanitization: None. Data is processed using the standard
jsonlibrary, which does not filter content for instructions that may influence the agent's behavior. - [Unverifiable Dependencies & Remote Code Execution] (LOW): The script relies on the external
jsonschemalibrary. While it is a standard library for this task, it is an external dependency not included in the defined list of trusted sources.
Recommendations
- AI detected serious security threats
Audit Metadata