{"data":{"skill":{"slug":"supercent-io-environment-setup","name":"environment-setup","icon":"📦","repo":"https://github.com/supercent-io/skills-template/tree/main/.agent-skills/environment-setup/","status":"approved","author":"supercent-io","authorVersion":null,"skillstoreRevision":null},"audit":{"id":"c9e95757-2bd3-4666-9ebe-41dad8558575","skill_id":"5257a8f1-77c9-4a35-9dd4-0f5aa0307ad0","version":2,"content_hash":"9cf26bad815ba729ca184f488fe795e8","risk_level":"medium","is_blocked":false,"safe_to_publish":true,"analysis_status":"ok","agent_auto_install_policy":null,"manual_install_policy":null,"summary":"Static analysis found many shell, network, and credential patterns, but review shows they are primarily fenced documentation examples for environment setup rather than executable skill code. The remaining real risk is that this skill intentionally guides agents to read, write, and validate .env files and secret-bearing configuration, so publication should include a clear warning about secret handling.","remediation":[],"risk_factor_evidence":[{"factor":"filesystem","evidence":[{"file":"SKILL.md","line_end":4,"line_start":4},{"file":"SKILL.md","line_end":24,"line_start":22},{"file":"SKILL.md","line_end":77,"line_start":69},{"file":"SKILL.md","line_end":317,"line_start":311}]},{"factor":"env_access","evidence":[{"file":"SKILL.md","line_end":86,"line_start":82},{"file":"SKILL.md","line_end":123,"line_start":97},{"file":"SKILL.md","line_end":201,"line_start":169},{"file":"SKILL.md","line_end":277,"line_start":274},{"file":"SKILL.toon","line_end":16,"line_start":14}]},{"factor":"external_commands","evidence":[{"file":"SKILL.md","line_end":67,"line_start":25},{"file":"SKILL.md","line_end":128,"line_start":95},{"file":"SKILL.md","line_end":143,"line_start":131},{"file":"SKILL.md","line_end":291,"line_start":265}]},{"factor":"network","evidence":[{"file":"SKILL.md","line_end":29,"line_start":29},{"file":"SKILL.md","line_end":50,"line_start":47},{"file":"SKILL.md","line_end":61,"line_start":61},{"file":"SKILL.md","line_end":80,"line_start":80},{"file":"SKILL.md","line_end":342,"line_start":340}]}],"critical_findings":[],"high_findings":[],"medium_findings":[{"title":"Sensitive Environment File Handling","locations":[{"file":"SKILL.md","line_end":24,"line_start":22},{"file":"SKILL.md","line_end":77,"line_start":69},{"file":"SKILL.md","line_end":317,"line_start":311}],"confidence":0.86,"description":"The skill is designed to create and manage .env templates, local override files, production environment files, and gitignore rules. This is legitimate for an environment setup skill, but it can expose secrets if an agent reads or writes real values without user review.","confidence_reasoning":"The cited lines directly instruct handling .env files and variants. The risk is contextual rather than malicious because the same section tells users not to commit secret files."},{"title":"Secret-Bearing Configuration Examples","locations":[{"file":"SKILL.md","line_end":61,"line_start":31},{"file":"SKILL.md","line_end":117,"line_start":107},{"file":"SKILL.md","line_end":184,"line_start":180},{"file":"SKILL.md","line_end":286,"line_start":274}],"confidence":0.82,"description":"The examples include database URLs, JWT secrets, SMTP credentials, Stripe keys, and AWS key names. They are placeholders, but users may copy the pattern into real files where secrets must be protected.","confidence_reasoning":"The examples clearly name and validate sensitive variables. The values appear to be placeholders, so this is a handling risk rather than evidence of embedded live credentials."},{"title":"Broad Tool Permissions for Configuration Changes","locations":[{"file":"SKILL.md","line_end":4,"line_start":4}],"confidence":0.78,"description":"The skill declares Read, Write, Edit, and Bash access while guiding environment setup. That combination is expected for the task, but it can modify project configuration and should require user confirmation before touching secret-bearing files.","confidence_reasoning":"The allowed tools are explicit in the skill front matter. No malicious command is present, but the permission set increases impact if the skill is misused."}],"low_findings":[{"title":"Static Shell Execution Alerts Are Documentation False Positives","locations":[{"file":"SKILL.md","line_end":67,"line_start":25},{"file":"SKILL.md","line_end":128,"line_start":95},{"file":"SKILL.md","line_end":291,"line_start":265},{"file":"SKILL.md","line_end":352,"line_start":352}],"confidence":0.91,"description":"The reported Ruby or shell backtick execution alerts align with Markdown fenced examples and inline tags, not actual Ruby backtick execution. No executable Ruby code or command substitution pattern was found in the skill files.","confidence_reasoning":"Line review shows Markdown code fences and tag formatting rather than runtime command execution. The skill contains examples only, not a script file that executes these blocks."},{"title":"Hardcoded URL Alerts Are Benign Examples and References","locations":[{"file":"SKILL.md","line_end":29,"line_start":29},{"file":"SKILL.md","line_end":61,"line_start":61},{"file":"SKILL.md","line_end":80,"line_start":80},{"file":"SKILL.md","line_end":342,"line_start":340}],"confidence":0.88,"description":"The hardcoded URL findings are localhost, a placeholder application domain, a placeholder Sentry DSN, and documentation links. No evidence found that the skill sends data to those URLs.","confidence_reasoning":"The URLs appear in templates or references and there is no network request code around them. This supports a false-positive assessment for exfiltration."},{"title":"Prompt Injection Scanner Alerts Are False Positives","locations":[{"file":"SKILL.md","line_end":115,"line_start":112},{"file":"SKILL.md","line_end":286,"line_start":282}],"confidence":0.9,"description":"The static role-token alerts appear to match variable names such as SMTP_USER and POSTGRES_USER. No evidence found of instructions like ignore previous instructions, system override, or pre-approved safety claims.","confidence_reasoning":"Manual review of the cited lines shows configuration field names only. The surrounding file does not contain text formatted as an instruction override."}],"dangerous_patterns":[{"title":"Environment Variable Parsing and Export Pattern","locations":[{"file":"SKILL.md","line_end":123,"line_start":97},{"file":"SKILL.md","line_end":206,"line_start":168}],"confidence":0.79,"description":"The TypeScript examples parse process.env and export a validated environment object. This is normal configuration code, but it centralizes secret access and should avoid logging sensitive values.","confidence_reasoning":"The process.env usage is direct and intentional. The pattern is not malicious, but it is security-sensitive because it handles credentials and application secrets."},{"title":"Docker Compose Env File Pattern","locations":[{"file":"SKILL.md","line_end":277,"line_start":263}],"confidence":0.76,"description":"The Docker example uses env_file with .env.local and includes service connection strings. This is common, but it can leak secrets through compose files or shared local environment files.","confidence_reasoning":"The compose example explicitly loads an env file and includes credential-like connection strings. The values are examples, so the concern is safe handling rather than confirmed exposure."}],"files_scanned":2,"total_lines":378,"audit_model":"codex","audited_at":"2026-06-30T22:46:49.712+00:00","created_at":"2026-06-30T23:48:57.668897+00:00","static_findings":[],"finding_verdicts":[],"semantic_findings":[],"subject_marketplace_commit_sha":null,"subject_content_hash":null,"subject_tree_hash":null,"subject_plugin_path":null,"audit_payload_hash":null,"confirmed_risk_level":null,"scanner_version":null,"policy_version":null,"subject":{"marketplaceCommitSha":null,"contentHash":null,"treeHash":null,"pluginPath":null,"auditPayloadHash":null},"scannerVersion":null,"policyVersion":null},"auditTranslation":null,"localization":{"requestedLocale":"en","contentLocale":"en","availableLocales":["en"],"fallbackToEnglish":false},"attestation":{"availability":"not_attestable","url":null,"status":null,"reason":"canonical install advisories are incomplete"},"trust":{"publicState":"public","auditState":"complete","auditCurrentness":null,"confirmedRiskLevel":"safe","confirmedFindingCount":0,"capabilityReviewCount":3,"needsReviewCount":0,"falsePositiveCount":3,"agentAutoInstallPolicy":null,"manualInstallPolicy":null,"artifactSignatureState":"available","attestationState":"not_attestable","verificationState":"not_verified"},"isLatest":false}}