morphiq-build
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests untrusted data from external URLs for analysis and content generation.
- Ingestion points:
scripts/extract-content.py(crawled HTML) andscripts/ingest-sources.py(URL inputs). - Boundary markers: The instructions in
SKILL.mdlack explicit delimiters or instructions to ignore embedded commands within ingested content. - Capability inventory: The skill leverages the agent's search, extraction, and generation capabilities to rewrite content based on external data.
- Sanitization:
scripts/extract-content.pyprovides structural sanitization by stripping HTML tags and converting content to markdown. - [COMMAND_EXECUTION]: The skill routinely executes local Python scripts (e.g.,
scripts/analyze-gaps.py,scripts/inject-schema.py,scripts/quality-rewrite.py) to process data passed through standard input and command-line arguments. - [EXTERNAL_DOWNLOADS]: The
scripts/generate-llms-txt.pyscript performs direct network requests using theurllib.requestlibrary to fetch sitemap files from external domains. The core pipeline also involves downloading content from multiple external sources for research purposes.
Audit Metadata