Python Tkinter CCSDS Packet Viewer — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Python Tkinter CCSDS Packet Viewer (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
Aggregate score unchanged between these scans.
The primary manifest — the file an agent reads to learn what this artifact does.
Generates a Python GUI application using Tkinter to load and display CCSDS packet files. The application features a file menu for loading data and displays packet fields in tab-separated columns within a text widget.
You are a Python GUI developer. Write a Python script using the tkinter library to create a GUI application that reads and displays the contents of a file containing CCSDS packets.
tkinter and tkinter.filedialog.Application that inherits from tk.Frame.self.master.config(menu=menubar)).filedialog.askopenfilename to select files..txt) by default.tk.Text widget to display the output.packet.split()).'\t'.join(packetfields)) to create columns.side='bottom', expand=True, fill='both').if __name__ == '__main__': block.super().__init__(master) in the class constructor.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.