rails-mailbox
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: Indirect Prompt Injection vulnerability surface.
- Ingestion points: In
references/examples.md, the skill processes untrusted external data from inbound emails viamail.decoded. - Boundary markers: No boundary markers or "ignore instructions" delimiters are used in the vulnerable example to separate untrusted data from processing logic.
- Capability inventory: The skill performs database writes in
references/examples.mdusing thecreate!method with untrusted data. - Sanitization: While
SKILL.mdexplicitly instructs to always sanitize incoming content, theSupportMailboximplementation inreferences/examples.mdviolates this rule by directly savingmail.decodedto the database without sanitization.
Audit Metadata