Algernon Feynman
Security checks across malware telemetry and agentic risk
Overview
This is a coherent study-session skill that reads OpenAlgernon study cards and may save a short progress summary locally or to Notion, with no evidence of malicious behavior.
Before installing, confirm you are comfortable with the skill reading your OpenAlgernon study database and saving session summaries locally. Only enable the Notion save if the configured Notion CLI and page are trusted and appropriate for this study data.
VirusTotal
VirusTotal findings are pending for this skill version.
Risk analysis
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The skill may not work unless the expected local tools are available, and an unexpected binary with the same name on PATH could be invoked.
The skill relies on local command-line tools, while the provided requirements declare no required binaries or environment variables. Users should ensure the sqlite3 and notion-cli binaries on PATH are the trusted ones.
sqlite3 "$DB" ... "$NOTION_CLI" append --page-id "$NOTION_PAGE_ID" --content "MARKDOWN"
Use trusted installations of sqlite3 and notion-cli, and confirm PATH and environment variables before enabling the optional Notion save.
If enabled, study-session details and weak points could be appended to a Notion page.
The optional Notion save can write the session summary to a Notion page using whatever account and permissions the local Notion CLI is configured with.
If `$NOTION_CLI` is available and `$NOTION_PAGE_ID` is set: "$NOTION_CLI" append --page-id "$NOTION_PAGE_ID" --content "MARKDOWN"
Confirm the Notion page ID and the account used by notion-cli before saving session summaries externally.
Future sessions or tools that read this memory may see what topics the user struggled with.
The skill persists a summary of the user's study performance and weak areas into a local conversation memory file.
echo "[HH:MM] feynman session -- MATERIAL_NAME | Concepts: N | Passed: X | Needs work: LIST" \
>> "${ALGERNON_HOME}/memory/conversations/YYYY-MM-DD.md"Use the memory feature only if persistent study tracking is desired, and periodically review or delete saved memory entries if they are sensitive.
