advanced-alchemy-services
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or unauthorized network activity detected. The skill provides legitimate architectural guidelines and template code for the Advanced Alchemy library.\n- [PROMPT_INJECTION]: The skill defines service layers that ingest untrusted external data, creating a surface for indirect prompt injection.\n
- Ingestion points:
SKILL.md(Workflow and Rules) describes services accepting user-provided dictionaries or schema objects as input for create and update flows.\n - Boundary markers: None explicitly defined in the provided instruction set.\n
- Capability inventory:
SKILL.md(Execution Workflow) confirms the skill performs database operations via SQLAlchemy repositories.\n - Sanitization:
SKILL.md(Implementation Rules) mandates that services normalize inputs consistently and use schema-based validation (Pydantic, Msgspec, or attrs) to sanitize data before processing.
Audit Metadata