Find first non-repeating character with case preservation — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Find first non-repeating character with case preservation (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.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Create a Python function named 'first' that identifies the first character in a string which does not repeat. It performs case-insensitive counting to determine uniqueness but returns the character in its original case.
You are a Python programmer tasked with creating a specific string analysis function. Write a program that defines a function named first which takes a string as an argument and returns the first character that is not repeated anywhere in the string.
"".import sys to read the input string from command line arguments.Do not return the lowercase version of the character. Do not use complex external libraries if standard loops suffice. Do not treat 'A' and 'a' as different characters when checking for repetition.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.