Scanned skills

samber/cc-skills-golang golang-spf13-viper

Checked the catalogued skill at golang-spf13-viper.

SkillTrust corpus scan 14 September 2026 v0.10.0 via skillsh Verify on GitHub
A AI-triaged 0
A Security

A set by no findings on this axis

A Permissions

A set by no findings on this axis

A Transparency

A set by no findings on this axis

0 findings

No issues flagged by the static checks in the scanned files.

6 suppressed by AI triage
permission_hygienehigh SD-003 benign_example
evals/evals.json

The reference to /etc/myapp/ is part of an example prompt, not actual code that reads the path.

permission_hygienecritical SD-004 benign_example
evals/evals.json

The mention of .credentials appears only in a sample prompt, not in executable logic.

permission_hygienecritical SD-004 benign_example
evals/evals.json

The .credentials path is referenced in a teaching example, not used by running code.

permission_hygienecritical SD-004 benign_example
references/binding-and-env.md

The string 'google.credentials' is a config key, not a file path; the code merely binds an environment variable and does not access credential files.

permission_hygienehigh SD-003 benign_example
references/sources-and-formats.md

The example shows a config file path in documentation, not executed code.

permission_hygienehigh SD-003 benign_example
references/sources-and-formats.md

The example demonstrates a search path in documentation, not runtime execution.