Lunar Calendar Vietnam
PassAudited by ClawScan on May 1, 2026.
Overview
This appears to be a purpose-aligned Vietnamese lunar calendar skill that runs a local Node.js calculator and does not request credentials, persistence, or network access.
Before installing, confirm you are comfortable with a skill that runs a local Node.js calendar calculator and may require npm dependencies. There is no artifact evidence of credential use, exfiltration, persistence, or destructive actions.
Findings (2)
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.
For relevant calendar questions, the agent may run a local Node.js script instead of answering from memory.
The skill explicitly tells the agent to run a terminal command using the bundled Node.js calculator. This is central to the calendar-calculation purpose and is locally scoped, but users should notice that it involves command execution.
Luôn luôn gọi terminal... node scripts/amlich_calculator.js --solar "2026-02-13"
Use the skill only if you are comfortable with local script execution, and keep invocations limited to the documented calculator command and date-style inputs.
Using or reinstalling the skill may rely on Node.js/npm and the pinned minimist package.
The CLI uses a third-party npm dependency. The lockfile provides a pinned version and integrity hash, so this is a normal dependency-awareness note rather than a concern.
"node_modules/minimist": { "version": "1.2.8", "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", "integrity": "sha512-2yyAR8q..." }Install dependencies from the lockfile when needed, and declare Node.js/npm requirements in metadata for clearer setup expectations.
