PyFlue includes sandbox tools that can read files, write files, and run shell commands when explicitly enabled. Treat any agent with write or shell access as privileged code.
Security fixes target the latest released version.
Please report security issues privately to:
hello@super-agentic.ai
Do not open a public issue for a suspected vulnerability.
- Keep
allow_writedisabled unless the workflow needs file writes. - Keep
allow_shelldisabled unless the workflow needs shell execution. - Prefer command allowlists for production agents.
- Do not pass secrets into prompts or Markdown skills.
- Use environment variables or provider-specific secret mechanisms for tokens.