openstory
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXPOSURE_AND_EXFILTRATION]: The skill includes a helper script
scripts/openstory.shthat checks for the existence of specific environment variable names in the.env.localfile.\n - Evidence: The script uses
grep -qEto detect keys such asFAL_KEY,OPENROUTER_KEY, andBETTER_AUTH_SECRET.\n - Analysis: The script is designed to be read-only and only reports whether the keys are "set" or "unset" without outputting the secret values or exfiltrating data.\n- [UNVERIFIABLE_DEPENDENCIES_AND_REMOTE_CODE_EXECUTION]: The instructions guide the user to clone the OpenStory repository from GitHub and install dependencies.\n
- Evidence:
git clone https://github.com/openstory-so/openstory.gitandbun installcommands.\n - Analysis: These are standard setup procedures for the open-source project that the skill is designed to support. GitHub is a well-known and trusted service.\n- [INDIRECT_PROMPT_INJECTION]: The skill's primary function is to process user-supplied scripts into video sequences, which presents a surface for indirect prompt injection.\n
- Ingestion points: The
StoryboardWorkflowprocesses scripts and user-provided inputs to generate visual and motion prompts.\n - Capability inventory: The skill utilizes
Bashexecution and file modification tools.\n - Boundary markers: Not explicitly defined in the provided instructions.\n
- Sanitization: Not explicitly documented in the skill's logic.\n
- Analysis: This is an inherent risk for agents processing untrusted data, though the skill itself does not contain malicious triggers.
Audit Metadata