Scanned skills

resciencelab/opc-skills logo-creator

Checked the catalogued skill at logo-creator.

SkillTrust corpus scan 22 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.

11 suppressed by AI triage
securitycritical SD-013 benign_example
scripts/remove_bg.py

Code reads from a shell profile, not modifying it.

securitycritical SD-013 benign_example
scripts/remove_bg.py

Code reads from a shell profile, not modifying it.

securitycritical SD-013 benign_example
scripts/remove_bg.py

Code reads from a shell profile, not modifying it.

securityhigh SD-007 benign_example
scripts/remove_bg.py

The reference is to a legitimate API endpoint, not malicious.

securityhigh SD-007 benign_example
scripts/remove_bg.py

Script uses curl to call a public API for image processing.

securityhigh SD-007 benign_example
scripts/remove_bg.py

Outbound call is to a legitimate external service.

securitycritical SD-013 benign_example
scripts/vectorize.py

The code only reads from ~/.zshrc, it does not modify the shell profile.

securitycritical SD-013 benign_example
scripts/vectorize.py

The comment indicates reading the API key, not altering the profile.

securitycritical SD-013 benign_example
scripts/vectorize.py

Printing an error message is not a persistence mechanism.

securityhigh SD-007 benign_example
scripts/vectorize.py

The line only prints a URL; no network traffic occurs.

securityhigh SD-007 benign_example
scripts/vectorize.py

The curl call is a legitimate API request to a trusted service, not malicious exfiltration.