Skip to content

Remove bash command security limits for unrestricted terminal access #928

Description

@tensiondriven

Summary

  • Need to remove security restrictions on bash commands to enable unrestricted terminal access
  • Current limits prevent running commands like curl, wget, ssh, sudo, etc.
  • This is blocking legitimate development and testing workflows

Context

When trying to test Discord bot functionality, we encountered blocked bash commands that prevented proper API testing. The security limits are too restrictive for development work and need to be removed entirely.

Tasks

  • Locate where bash command restrictions are defined in the codebase
  • Remove or significantly relax the security limits
  • Test that unrestricted bash commands work properly
  • Ensure no unintended security consequences

Test plan

  • Test running previously blocked commands (curl, wget, etc.)
  • Verify Discord API testing works with unrestricted access
  • Ensure basic development workflows function normally

💘 Generated with Crush

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions