Allergy

v2.0.1

Log allergens, track reactions, and chart symptom patterns over time. Use when identifying triggers, preparing reports, or setting reminders.

0· 181·0 current·0 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description (log allergens, track reactions, chart patterns) align with required artifacts: no external credentials, no unrelated binaries, and the included script implements local logging and export to JSON/CSV/TXT in a DATA_DIR under the user's home directory.
Instruction Scope
SKILL.md describes only local CLI usage and references data under $DATA_DIR; instructions do not ask the agent to read unrelated system files, access external endpoints, or exfiltrate data.
Install Mechanism
There is no install spec (instruction-only), but a runnable script (scripts/script.sh) is included. That is plausible (author may expect the user to install the script manually), but it's a small mismatch worth noting: the skill bundles code but doesn't declare how it should be installed or placed on PATH.
Credentials
No environment variables or credentials are required. The script uses HOME to construct a local DATA_DIR only, which is proportional to the stated offline/local purpose.
Persistence & Privilege
Skill is not marked always:true and does not request system-wide changes or other skills' credentials. It only writes to its own data directory under the user's home.
Assessment
This skill appears coherent and local-only: it stores logs in ~/.local/share/allergy and does not request credentials or make network calls in the visible portion of the script. Before installing/running, consider: (1) inspect the full scripts/script.sh file yourself (the package content was truncated here — part of the script could not be reviewed in this report); (2) ensure you trust the bytesagain.com source and the repository; (3) be aware health data entered is saved plain-text in your home directory and included if you run the export — treat exports as sensitive; (4) since there is no automated installer, you'll need to place the script on PATH or run it directly; (5) run it under your unprivileged user account and check file permissions for ~/.local/share/allergy. If you want higher assurance, request the full script content for manual review or run it in an isolated environment first.

Like a lobster shell, security has layers — review code before you run it.

latestvk97bzc208nfrtyq02c2gdvrzxx835frf

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments