Skip to content

Bug: Live Editor testing broken + security scanner false positives on string content #218

@Bradymck

Description

@Bradymck

Bugs

1. Live Editor testing does not trigger abilities

Hotwords do not fire in Live Test mode. The only way to test is to publish the ability, enable it on an agent, and trigger it live. No way to override agent or voice settings from the editor.

2. Security scanner flags words inside strings

The scanner matches forbidden module names as substrings in string literals.

Example: "I've watched a lot of pilots answer this signal."Forbidden usage of module: signal

This is dialogue text, not a Python import. The scanner should use AST-based checking or skip string content.

Current developer workflow

  1. Edit code → zip → delete old ability → upload new zip
  2. Go to Installed Abilities → toggle on
  3. Wait (no deploy status shown)
  4. Hit false positive scan errors on string content → reword text → re-zip → repeat
  5. Trigger on live agent to test

Expected workflow

  1. Edit in Live Editor → click "Start Live Test" → ability triggers
  2. Iterate until working
  3. Publish when ready (separate step)

Suggested priority

  1. Fix security scanner — skip string literals
  2. Fix Live Editor testing — hotwords should trigger
  3. In-place update — no delete + re-upload needed
  4. Deploy status — show deploying / live / failed

See also


Community developer + community manager. Happy to help test fixes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions