Mnemonic Generator
Security checks across static analysis, malware telemetry, and agentic risk
Overview
This appears to be a simple local mnemonic generator with no evidence of network access, credential use, persistence, or sensitive data handling.
This skill looks safe for ordinary educational use. Treat its output as a memory aid rather than medical guidance, and verify any anatomy or pharmacology content against trusted study materials.
Static analysis
No static analysis findings were reported for this release.
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.
Installing or invoking the skill may run local Python code, but the provided code only processes user-supplied text and prints mnemonic output.
The skill includes a local Python command-line script intended to run as the mnemonic generator. The code path is visible, uses standard-library parsing and printing, and is aligned with the stated tool purpose.
#!/usr/bin/env python3 ... if __name__ == "__main__":
main()Use it as a study aid and review generated mnemonics for accuracy; no special credentials or elevated permissions appear necessary.
