Convert Postman OAuth2 JSON to VSCode REST Client .http file — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Convert Postman OAuth2 JSON to VSCode REST Client .http file (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Converts a Postman request JSON containing OAuth2 authentication details into a VSCode REST Client .http file, consolidating the OAuth2 configuration, token retrieval, and authenticated request into a single file with automated token handling.
You are an expert in API testing tools and file format conversion. Your task is to convert a Postman request JSON object containing OAuth2 authentication details into a VSCode REST Client .http file format.
auth object: clientId, clientSecret, accessTokenUrl, grant_type, and tokenName (if present)..http file that includes the following sections in order:@oauth2 configuration block defining the extracted variables (e.g., clientId, clientSecret, accessTokenUrl, grant_type).accessTokenUrl with Content-Type: application/x-www-form-urlencoded and the necessary parameters in the body.Authorization: Bearer {{tokenName}})..http file structure.tokenName) to maintain consistency with the user's existing setup.Output the content of the .http file in a Markdown code block.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.