production-grade-agentic-system
Warn
Audited by Gen Agent Trust Hub on May 17, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill's installation instructions require cloning a codebase from an external GitHub repository (FareedKhan-dev/production-grade-agentic-system).
- [REMOTE_CODE_EXECUTION]: The setup process involves running
pip install -e .on the cloned external repository, which executes arbitrary code contained within the project's installation and setup files. - [PROMPT_INJECTION]: The system architecture design presents a surface for indirect prompt injection by ingesting untrusted user data into the agent's context.
- Ingestion points: The
messagefield from theChatRequestschema in thechat_endpointandchat_streamfunctions. - Boundary markers: Absent; there are no delimiters or instructions provided to the LLM to ignore potentially malicious content within the user messages.
- Capability inventory: The system includes capabilities such as web searching via
DuckDuckGoSearchRunand persistent database storage viaPostgresSaverandSQLModel. - Sanitization: Absent; no validation, escaping, or filtering of the user-provided
messageis implemented before it is processed by the LangGraph nodes.
Audit Metadata