Session Persistence
Medium
- Category
- Rogue Agent
- Content
if __name__ == "__main__": parser = argparse.ArgumentParser( description="Create order for software copyright filing document service" ) parser.add_argument("question", help="Software description / user request") args = parser.parse_args()- Confidence
- 90% confidence
- Finding
- The script persists order data, including the user-supplied question, payTo, order number, and possibly plaintext payment metadata, under the user's home directory without applying restrictive file permissions or data minimization. In this skill context, the question may contain sensitive business, copyright, or applicant details despite the comments claiming such data is not stored, so local persistence increases exposure to other local users, backups, or malware.
