rail-pass
Pass
Audited by Gen Agent Trust Hub on Sep 22, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [SAFE]: No malicious patterns or high-risk behaviors were detected. The skill's operations are confined to the local filesystem and serve a legitimate utility purpose for session persistence.
- [DATA_EXPOSURE_AND_EXFILTRATION]: The skill instructions explicitly mandate the redaction of secrets and personally identifiable information (PII) before saving documents, following security best practices for handling agent memory and conversation logs.
- [COMMAND_EXECUTION]: Uses basic shell commands (
ls) to navigate project directories (docs/monorail/) for identifying active feature paths. This is a benign and restricted use of command-line tools for internal navigation. - [INDIRECT_PROMPT_INJECTION]: The skill processes conversation history which may contain untrusted data. This attack surface is inherent to its primary function of session summarization. The risk is mitigated by explicit instructions to redact sensitive content and the intended use-case of state management within the same user's context.
- Ingestion points: Current conversation history (processed in SKILL.md instructions).
- Boundary markers: None explicitly defined for the generated handoff document content.
- Capability inventory: File writing (via platform tools to temp or project paths) and directory listing (
ls) via shell. - Sanitization: Explicit instruction to "Redact secrets and PII" before outputting the document.
Audit Metadata