Scanned skills

affaan-m/ecc taste-application

Checked the catalogued skill at taste-application.

SkillTrust corpus scan 22 September 2026 v0.10.0 via skillsh Verify on GitHub
F AI-triaged 36
F Security

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

D Permissions

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

B Transparency

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

showing 10 of 36
permission_hygienehigh SD-003
scripts/resolve_ingest.py
permission_hygienehigh SD-003
scripts/resolve_ingest.py
securitymedium SD-008
scripts/resolve_ingest.py
permission_hygienehigh SD-003
scripts/resolve_ingest.py
permission_hygienehigh SD-003
scripts/resolve_ingest.py
permission_hygienehigh SD-003
scripts/resolve_ingest.py
permission_hygienehigh SD-003
scripts/resolve_ingest.py
permission_hygienehigh SD-003
scripts/resolve_ingest.py
securitycritical SD-013
scripts/tasteforge/cli.py
transparencymedium SD-007
scripts/tasteforge/fixtures/flashethereal/pack.json
16 suppressed by AI triage
securityhigh SD-007 benign_example
scripts/falapi.py

The import of urllib.request is used for legitimate HTTP requests to a trusted API.

securityhigh SD-007 benign_example
scripts/falapi.py

Reference to https://fal.ai/models is an expected endpoint for the library's functionality.

securityhigh SD-007 benign_example
scripts/falapi.py

The dry‑run host is a placeholder for local testing, not a malicious outbound call.

securityhigh SD-007 benign_example
scripts/falapi.py

Link to https://fal.ai/dashboard/keys is a legitimate key‑management page.

securityhigh SD-007 benign_example
scripts/falapi.py

Custom redirect handler validates URLs against approved hosts, preventing malicious redirects.

securityhigh SD-007 benign_example
scripts/falapi.py

The download function performs safe HTTPS requests with size limits and host validation.

securityhigh SD-007 benign_example
scripts/falapi.py

Duplicate reference to a safe outbound request handler, no malicious behavior.

securityhigh SD-007 benign_example
scripts/taste/falapi.py

The import of urllib.request is used for legitimate HTTP requests to a trusted API.

securityhigh SD-007 benign_example
scripts/taste/falapi.py

Reference to https://fal.ai/models is an expected endpoint for the library's functionality.

securityhigh SD-007 benign_example
scripts/taste/falapi.py

The dry‑run host is a placeholder for local testing, not a malicious outbound call.

securityhigh SD-007 benign_example
scripts/taste/falapi.py

Link to https://fal.ai/dashboard/keys is a legitimate key‑management page.

securityhigh SD-007 benign_example
scripts/taste/falapi.py

Custom redirect handler validates URLs against approved hosts, preventing malicious redirects.

securityhigh SD-007 benign_example
scripts/taste/falapi.py

The download function performs safe HTTPS requests with size limits and host validation.

securityhigh SD-007 benign_example
scripts/taste/falapi.py

Duplicate reference to a safe outbound request handler, no malicious behavior.

permission_hygienehigh SD-003 benign_example
scripts/taste/timeline.py

The absolute /tmp path is hardcoded in the script and not influenced by external input, so it does not pose a real traversal risk.

securityhigh SD-007 benign_example
scripts/tasteforge/assets.py

The code performs a dictionary lookup, not an outbound network call