This skill shows healthy signals. It appears safe to use.
Metadata
Findings (8)
A URL pointing to "example.com" is present in the code.
examples/vhost/index.js:39
http://example.com
Recommendation: Document the usage of this domain in SKILL.md.
A URL pointing to "api.example.com" is present in the code.
lib/response.js:84
api.example.com (found 4 times)
Recommendation: Document the usage of this domain in SKILL.md.
A URL pointing to "example.com" is present in the code.
lib/response.js:786
example.com (found 3 times)
Recommendation: Document the usage of this domain in SKILL.md.
The http/https library is used for HTTP requests — standard practice.
examples/view-constructor/github-view.js:45
http/https
Recommendation: Ensure all network destinations are documented in SKILL.md.
HTTP call to a documented trusted service.
examples/web-service/index.js:54
github.com (found 3 times)
Recommendation: Verify that the URL matches the declared usage.
HTTP call to a documented trusted service.
lib/application.js:283
https://github.com
Recommendation: Verify that the URL matches the declared usage.
The code reads files or directories.
examples/markdown/index.js:18
fs.readFile(path, 'utf8', function(err, str){Recommendation: Verify that only expected files are read.
This repository was analyzed as a generic codebase, not a registered OpenClaw skill.
(repository root)
SKILL.md not present
Recommendation: Add a SKILL.md to declare this as an OpenClaw skill and document its permissions.