Scanned skills

asklokesh/claudeskill-loki-mode

Checked the catalogued skill.

SkillTrust corpus scan 16 September 2026 v0.10.0 via awesome Verify on GitHub
F AI-triaged 5291
F Security

F; retained sample includes a high finding · SD-007 · what this rule accepts as a false positive →

F Permissions

F; retained sample includes a high finding · SD-003 · what this rule accepts as a false positive →

B Transparency

B set by findings not listed in the stored summary

showing 10 of 5291
permission_hygienehigh SD-003
CHANGELOG.md
securityhigh SD-007
CHANGELOG.md
permission_hygienehigh SD-003
CHANGELOG.md
securityhigh SD-022
CHANGELOG.md
securityhigh SD-007
CHANGELOG.md
permission_hygienehigh SD-003
CHANGELOG.md
permission_hygienehigh SD-003
CHANGELOG.md
permission_hygienehigh SD-003
CHANGELOG.md
permission_hygienehigh SD-003
CHANGELOG.md
permission_hygienehigh SD-003
CHANGELOG.md
28 suppressed by AI triage
securityhigh SD-007 benign_example
CLAUDE.md

The curl request targets localhost for a test script, not an external host, so it is benign.

securityhigh SD-007 benign_example
CLAUDE.md

The curl request targets localhost for a test script, not an external host, so it is benign.

securityhigh SD-007 benign_example
CONTRIBUTING.md

Standard Bun installation instruction in documentation; not malicious.

securitycritical SD-009 benign_example
CONTRIBUTING.md

Common curl-pipe-install pattern used for setup; benign documentation.

securityhigh SD-007 benign_example
README.md

Reference to installing Bun via curl is part of documentation, not an ongoing outbound network call.

securityhigh SD-007 benign_example
SETUP.md

The entry documents a standard installation command and does not execute a network call.

securitycritical SD-009 benign_example
SETUP.md

The snippet describes an example installation command, not an actual execution of a curl pipe to bash.

permission_hygienehigh SD-003 benign_example
SETUP.md

The line shows a Docker volume mapping; it does not indicate a path traversal vulnerability.

permission_hygienecritical SD-004 benign_example
SETUP.md

The file reference is part of configuration documentation and not an active credential access mechanism.

permission_hygienehigh SD-003 benign_example
TESTING.md

The line is a cleanup command in documentation that removes temporary files, not an exploitable path traversal.

permission_hygienehigh SD-003 benign_example
TESTING.md

The line is documentation warning about safe usage of a cleanup command, not an actual vulnerability.

securityhigh SD-007 benign_example
UPGRADING.md

Documentation shows a user‑run installer command, not an automatic outbound call.

securitycritical SD-009 benign_example
UPGRADING.md

Same installer snippet; user explicitly executes curl | bash, not an automated execution.

transparencymedium SD-007 benign_example
action.yml

The URL is included only in a comment for documentation and does not trigger an outbound network call or grant permissions.

permission_hygienehigh SD-003 benign_example
action.yml

The absolute path references a cleanup of temporary files in /tmp, not an arbitrary directory traversal or write operation.

securitymedium SD-012 benign_example
agents/hub_install.py

The script explicitly ignores post-install fields and never executes them.

securitymedium SD-012 benign_example
agents/hub_install.py

The tuple defines fields that would imply code execution but they are never run, only reported.

securitymedium SD-012 benign_example
agents/hub_install.py

Same as above – the script lists executable-like fields but does not execute them.

securityhigh SD-007 benign_example
api-examples/README.md

Example curl commands in a README, not an executed threat.

securityhigh SD-007 benign_example
api-examples/README.md

Illustrative curl request in documentation, not an active exploit.

securityhigh SD-007 benign_example
api-examples/README.md

Sample curl POST command shown only for reference in docs.

securityhigh SD-007 benign_example
api-examples/README.md

Documentation example of a stop request, not an actual call.

securityhigh SD-007 benign_example
api-examples/README.md

Example pause command in README, purely illustrative.

securityhigh SD-007 benign_example
api-examples/README.md

Resume command shown as sample usage in documentation.

securityhigh SD-007 benign_example
api-examples/README.md

SSE stream example in docs, harmless.

securityhigh SD-007 benign_example
api-examples/README.md

Logs command displayed only for demonstration purposes.

securityhigh SD-007 benign_example
api-examples/node-api.js

Reference to localhost indicates internal traffic, not an outbound call to an external host.

securityhigh SD-007 benign_example
api-examples/node-api.js

Log message shows server listening on localhost, no external outbound network activity.