Fakerjs

v3.0.2

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Fakerjs concepts, best practices, and implementation patterns.

0· 266·1 current·1 all-time
bybytesagain4@xueyetianya
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (Fakerjs reference) match the provided artifacts: SKILL.md and scripts/script.sh only produce reference content. Nothing in the package requires cloud, credentials, or unrelated capabilities. (Minor note: the SKILL.md, registry version, and the script's internal VERSION string differ (3.0.1 vs 3.0.2 vs 3.0.0), which is an innocuous metadata mismatch but not a functional problem.)
Instruction Scope
The runtime instructions and the included shell script only output heredoc documentation for the listed commands. The SKILL.md explicitly states 'No external API calls, no credentials needed, no network access', and the script contains no network calls, file reads/writes beyond stdout, or environment variable access. The quickstart doc text generically mentions 'required tools and access credentials' as typical prerequisites, but that is documentation content — the skill itself does not request or use credentials.
Install Mechanism
No install spec is provided (instruction-only skill with an included script). Nothing is downloaded or executed from external URLs during install; the included script is a plain Bash file with no remote fetches or extraction steps.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. The code does not reference environment variables or secrets. No disproportionate credential access is requested.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges, nor does it modify other skills or global agent settings. Autonomous invocation is allowed by default but the skill's behavior is read-only documentation output.
Assessment
This skill is a local reference tool that only prints static documentation — it's coherent with its description and does not request credentials or perform network activity. Before installing, you can: (1) quickly inspect scripts/script.sh (already included) to confirm no network or secret access, (2) run the script in a sandbox or container if you want to observe behavior, and (3) be cautious about future updates from unknown sources—if an updated version starts requesting env vars or making network calls, treat that as a red flag. The only minor oddities are small version-string mismatches in metadata, which are harmless but worth noting.

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

latestvk973kf94xykhyf3p5qtxnv1e8h83gjwp

License

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

Comments