GenViral Social Media
Analysis
The skill’s actual code only generates text, but its packaged dependencies reference posting to X/Twitter and a self-improving agent, which are broader than the disclosed simple post-generation behavior.
Findings (3)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
"x-twitter": "^2.3.1", "self-improving-agent": "^3.0.1"
The package declares external dependencies with non-exact version ranges, including a self-improving agent package, but the included source code does not import or justify them.
- x-twitter (for posting)
Posting to a social media account is a higher-impact action than merely generating draft text, and the artifacts do not define approval, scope, account permissions, or reversibility for posting.
- self-improving-agent (for learning)
The README references a learning/self-improving agent dependency, which can imply autonomous or persistent behavior, although the included index.js does not use it.
