competition-cloud-metadata-path

Trace metadata surfaces and downstream trust paths for cloud privilege chains.

4|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/xjtu-wang/DigAgent --skill competition-cloud-metadata-path
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: competition-cloud-metadata-path
Source: https://github.com/xjtu-wang/DigAgent/tree/main/.agents/skills/competition-cloud-metadata-path
Command: npx skills add https://github.com/xjtu-wang/DigAgent --skill competition-cloud-metadata-path

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Trace metadata surfaces and the downstream trust path to reveal how metadata-derived identity can enable privilege in cloud or cluster environments.

Core Features & Use Cases

  • Identify metadata reachability: surface endpoints, hops, and SSRF-prone paths.
  • Document credential issuance and downstream trust edges: audience, issuer, and role mapping.
  • Reproduce compact, replayable evidence of the privilege path for audits.

Quick Start

Identify the active metadata surface, map the reachability path, and record the resulting credential trust edge in a concise evidence chain.

Frequently Asked Questions about competition-cloud-metadata-path

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I trace cloud metadata paths to privilege escalation edges?

Cloud metadata paths are traced by mapping reachability to instance metadata or platform token endpoints, then documenting the downstream trust edges where issued credentials grant privilege. This reveals how metadata-derived identity enables access.

How does workload identity token issuance map to downstream API access?

Workload identity token issuance maps to API access by recording the token's issuer, audience, and role mapping. You validate the privilege chain by confirming the downstream API accepts that metadata-derived credential for specific actions.

Can I use instance metadata to reproduce evidence of SSRF privilege chains?

Yes, you can use instance metadata to reproduce evidence by generating a compact, replayable chain of the privilege path. This documents the exact SSRF reachability hops and token issuance required for security audits.

What is needed to document a cloud identity trust edge for audit evidence?

Documenting a cloud identity trust edge requires identifying the metadata surface, mapping the reachability path, and recording the resulting credential trust edge. You must include the token issuer, audience, and downstream API acceptance details.

How do I map node identity and task roles to platform token endpoints?

Map node identity and task roles by tracing the trust path from platform token endpoints to the issued credentials. This involves documenting the metadata reachability, token audience, and how downstream APIs accept the identity.