schedule
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: Indirect Prompt Injection Surface. The skill reads schedule data from a local markdown file and an external API. If these sources are compromised or contain untrusted input, they could provide malicious instructions to the agent.
- Ingestion points:
scripts/calendar.tsreads from~/.arra/ψ/inbox/schedule.md;scripts/query.tsfetches data from the Oracle API (defaulting tolocalhost:47778). - Boundary markers: Absent. The skill outputs the fetched data directly to the agent's context without delimiters or warnings to ignore embedded instructions.
- Capability inventory:
scripts/calendar.tsexecutes thecalcommand via Bun's shell;scripts/query.tsperforms network requests and the agent is instructed to execute these scripts viabun. - Sanitization: Absent. No validation or escaping is performed on the retrieved data before presentation to the agent.
Audit Metadata