Scanned skills

google/skills google-cloud-solution-multi-agent-security

Checked the catalogued skill at google-cloud-solution-multi-agent-security.

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

D; retained sample includes a high finding · SD-007 · 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
securityhigh SD-007
scripts/hybrid_vpn_agent.py
16 suppressed by AI triage
securityhigh SD-007 benign_example
SKILL.md

The excerpt is documentation instructing a user to use curl for verification, not an executed outbound call.

securityhigh SD-007 benign_example
SKILL.md

The snippet provides a curl command for manual verification, not an automated outbound request.

securityhigh SD-007 benign_example
SKILL.md

The context shows a curl verification command in documentation, not an automatic call.

securityhigh SD-007 benign_example
SKILL.md

It references a curl command for manual patching in documentation, not an executed outbound request.

transparencymedium SD-007 benign_example
assets/agw-authz-extension.yaml

Endpoint points to an internal host, indicating a normal internal call rather than an external data exfiltration path.

securityhigh SD-007 benign_example
scripts/enforce_sgp_patch.sh

This script is an administrative Bash script that makes a legitimate PATCH request to a Google Cloud API to enforce SGP mode, not malicious.

securityhigh SD-007 benign_example
scripts/enforce_sgp_patch.sh

The outbound curl call is part of a normal configuration operation targeting a Google Cloud endpoint, not an exfiltration or malicious payload fetch.

securityhigh SD-007 benign_example
scripts/register_cloud_run_services.sh

The script merely defines service URLs and registers them; it does not perform outbound calls or grant permissions.

securityhigh SD-007 benign_example
scripts/register_cloud_run_services.sh

This line only assigns a URL variable and registers a service; no outbound network activity occurs.

securityhigh SD-007 benign_example
scripts/register_cloud_run_services.sh

It merely sets a URL for a service; there is no actual call or permission grant.

securityhigh SD-007 benign_example
scripts/validate_ingress_unauth.sh

The script performs a legitimate outbound API call to a trusted Google Cloud endpoint for testing purposes, not a malicious exfiltration.

securityhigh SD-007 benign_example
scripts/validate_ingress_unauth.sh

The curl invocation is part of a benign test script targeting a known GCP service, not a malicious network call.

securityhigh SD-007 benign_example
scripts/verify_egress_policies.py

The script performs a legitimate request to a Google Cloud API to query agent gateways, not exfiltrating data.

securityhigh SD-007 benign_example
scripts/verify_egress_policies.py

The outbound request uses an authenticated token to query a trusted Google endpoint for account balance, which is legitimate and not exfiltration.

securityhigh SD-007 benign_example
scripts/verify_ingress_auth.sh

The script performs an authenticated call to a Google AI Platform endpoint as part of normal operation, not exfiltration.

securityhigh SD-007 benign_example
scripts/verify_ingress_auth.sh

The curl invocation is a legitimate outbound request to Google API, not malicious.