Social Automator

v2.0.1

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

0· 143·0 current·0 all-time
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 indicate a documentation/reference devtools skill and the included files (SKILL.md and a shell script that emits static heredoc documentation) match that purpose. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
SKILL.md explicitly states all commands produce plain-text via heredoc with no external API calls or credentials. The runtime script only prints static reference text and does not read files, environment variables, or perform network I/O.
Install Mechanism
There is no install spec and no downloads — the skill is instruction-only plus a small included script. Nothing is written to disk by an installer and no external packages are pulled.
Credentials
requires.env is empty and the script does not access environment variables or secrets. No credentials, keys, or unrelated service tokens are requested.
Persistence & Privilege
always is false and the skill does not request any elevated persistence or modify other skills or system-wide settings. Autonomous invocation is allowed by default but the skill's functionality is limited to local static output.
Assessment
This skill appears coherent and low-risk: it only contains static reference text and a small shell script that prints documentation. Two minor non-security issues: the script's VERSION variable (2.0.0) doesn't match the registry version (2.0.1) and one help heredoc is single-quoted so $VERSION won't expand (a cosmetic bug). If you plan to rely on this for production guidance, review the upstream repository for accuracy and maintenance. Otherwise there are no requests for credentials, installs, or network access and no obvious security concerns.

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

latestvk975xa29g1af8fwxyk2857kdfs83g9p3

License

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

Comments