Scanned skills

forcedotcom/sf-skills external-diagram-mermaid-generate

Checked the catalogued skill at external-diagram-mermaid-generate.

SkillTrust corpus scan 19 September 2026 v0.10.0 via skillsh Verify on GitHub
C AI-triaged 1
C Security

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

A Permissions

A set by no findings on this axis

A Transparency

A set by no findings on this axis

1 finding
securitymedium SD-008
assets/oauth/jwt-bearer.md
32 suppressed by AI triage
permission_hygienehigh SD-003 benign_example
SKILL.md

The '../' reference is used only in a Markdown link to another skill manifest, not in code that reads or writes files.

permission_hygienehigh SD-003 benign_example
SKILL.md

The '../' path appears solely in a documentation link, not in executable code accessing the file system.

permission_hygienehigh SD-003 benign_example
SKILL.md

The relative path is part of a markdown table reference, harmless in the skill manifest.

permission_hygienehigh SD-003 benign_example
SKILL.md

The '../' path is used in a link, not for file I/O, so poses no threat.

permission_hygienehigh SD-003 benign_example
SKILL.md

The reference to another skill via '../' is safe and intended for documentation purposes.

permission_hygienehigh SD-003 benign_example
SKILL.md

The '../' traversal appears only in a markdown link, not in executable code, thus not a security risk.

transparencymedium SD-007 benign_example
assets/oauth/client-credentials.md

The snippet is example code showing how to obtain a Salesforce OAuth token; it is benign documentation, not malicious execution.

securityhigh SD-007 benign_example
assets/oauth/client-credentials.md

This is illustrative Python code for a legitimate token request, not an actual threat.

securityhigh SD-007 benign_example
assets/oauth/client-credentials.md

It demonstrates a standard API call to Salesforce, purely instructional and harmless.

transparencymedium SD-007 benign_example
assets/oauth/device-authorization.md

Documentation example of OAuth device flow, not malicious code

transparencymedium SD-007 benign_example
assets/oauth/device-authorization.md

Documentation example of polling token endpoint, not malicious code

securityhigh SD-007 benign_example
assets/oauth/device-authorization.md

Python example of OAuth device flow in documentation, benign

securityhigh SD-007 benign_example
assets/oauth/device-authorization.md

Python example of token polling in documentation, benign

transparencymedium SD-007 benign_example
assets/oauth/jwt-bearer.md

Example curl command used in documentation, not an active threat.

securityhigh SD-007 benign_example
assets/oauth/jwt-bearer.md

requests.post example is part of documentation, not an active attack.

transparencymedium SD-007 benign_example
assets/oauth/refresh-token.md

This is a documentation example of a curl command, not executable code.

securityhigh SD-007 benign_example
assets/oauth/refresh-token.md

The snippet shows a library call in documentation, not an active outbound network operation.

transparencymedium SD-007 benign_example
assets/oauth/refresh-token.md

It is a documented example of revoking a token, not a real network request being made by the application.

permission_hygienehigh SD-003 benign_example
references/preview-guide.md

This is a documentation example explaining usage, not executable code that writes to /tmp.

permission_hygienehigh SD-003 benign_example
references/preview-guide.md

The absolute path appears only in a textual guide, not in actual code that accesses the filesystem.

permission_hygienehigh SD-003 benign_example
scripts/README.md

The absolute path is shown only as a user example in documentation, not executed code.

permission_hygienehigh SD-003 benign_example
scripts/README.md

The absolute path is used only in README instructions, not in executable code.

permission_hygienehigh SD-003 benign_example
scripts/README.md

The absolute path appears only as a command example in documentation, not as part of runtime logic.

permission_hygienehigh SD-003 benign_example
scripts/mermaid_preview.py

Uses a standard temporary location for a PID file, not a malicious path traversal.

permission_hygienehigh SD-003 benign_example
scripts/mermaid_preview.py

Specifies a diagram file in /tmp, a benign temporary directory.

permission_hygienehigh SD-003 benign_example
scripts/mermaid_preview.py

Defines the PID file in a standard temp directory, not a security risk.

permission_hygienehigh SD-003 benign_example
scripts/mermaid_preview.py

Uses a temporary path for the watched diagram file, a normal practice.

securityhigh SD-007 benign_example
scripts/mermaid_preview.py

Loads a script from a CDN, which is a common pattern for front‑end libraries.

securityhigh SD-007 benign_example
scripts/mermaid_preview.py

Prints the local server URL; no external data exfiltration occurs.

securityhigh SD-007 benign_example
scripts/mermaid_preview.py

Opens a browser to a localhost URL, not a dangerous outbound call.

securityhigh SD-007 benign_example
scripts/mermaid_preview.py

Retrieves server info from a local PID file, no external communication.

securityhigh SD-007 benign_example
scripts/mermaid_preview.py

Prints a localhost URL using the default port; no external network activity.