Session Persistence
Medium
- Category
- Rogue Agent
- Content
if __name__ == "__main__": parser = argparse.ArgumentParser( description="Create order for soft-ip-zijian compliance review service" ) parser.add_argument("question", help="User question / consultation content") args = parser.parse_args()- Confidence
- 87% confidence
- Finding
- The script stores the raw user-supplied question in a persistent JSON file under the user's home directory. In this skill context, the question may include copyright application details, source-code descriptions, rights attribution facts, or other sensitive business information, so local persistence increases privacy and data exposure risk if the host is multi-user, backed up, or later compromised.
