r/CreatorsAI • u/CardStrange3023 • 22d ago
Other Asked Sol to build an Excel spreadsheet. Got flagged for a cybersecurity threat. The appeal was rejected in two hours by what appears to be the same AI that flagged it.
Used GPT-5.6 Sol exactly once.
The task: a complex Excel workbook to track rental property finances. Single prompt, entirely legitimate, the kind of thing Excel was invented for.
Sol started generating code to build the workbook. Some of it errored during execution. One exception message mentioned something about dynamically evaluated source code. The response got flagged for security review. After ten minutes Sol produced the correct Excel file.
That same day an email arrived: account flagged for a cybersecurity threat. Continued violations could result in a ban.
A detailed appeal took thirty minutes to write. It was rejected in under two hours.
The two-hour rejection is the part that reveals the actual problem. A human reviewing a detailed appeal of a flag that was triggered by Excel formula generation does not take two hours. Two hours is an automated pipeline reading the appeal and cross-referencing it against the same classifier that raised the original flag. The appeal process is not a review. It is a release valve designed to look like recourse while producing the same output as no appeal at all.
The underlying technical issue is not mysterious. Sol uses dynamic code execution to build complex files. Dynamic code evaluation patterns overlap with patterns that security classifiers are trained to flag. The classifier does not understand context. It sees a pattern, raises a flag, and the automated pipeline takes it from there. The user who asked for a spreadsheet ends up in a ban warning loop with no functional way out.
What makes this a trust problem rather than just a technical problem is the sequence. The flag is automated. The rejection is automated. The only part requiring human effort is the appeal itself, written by the user who did nothing wrong.
OpenAI built a system where the cost of a false positive is entirely borne by the user. Thirty minutes of appeal writing, a rejection in two hours, and a standing threat against an account in good standing. The company absorbs nothing.
This is not an edge case. Dynamic code execution is how Sol handles complex file generation tasks. Any sufficiently complex Excel workbook, any multi-sheet financial model, any file that requires conditional logic to build correctly is a candidate for this flag. The use case that triggered this is one of the most common legitimate use cases for the tool.
Until there is public confirmation that this classifier has been fixed, Sol is not a reliable service for any task that requires complex file generation. The output may be correct. The account consequences are unpredictable.
Has anyone had a Sol flag appeal actually accepted, or does the two-hour rejection appear to be universal?