env-config
Secure Python Environment Configuration
Python teams can leak credentials or mix settings across environments. This skill provides local tools and guidance for structured configuration and secrets handling.
Do not auto-install this skill.
The canonical policy requires operator review before any installation action.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "env-config" from https://skillstore.io/skills/autumnsgrove-env-config.md and its manifest at https://skillstore.io/api/skills/autumnsgrove-env-config/manifest. Verify the artifact. Do not auto-install. Inspect the skill and report your findings, then wait for an operator or manual installation decision.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "env-config". Plan environment configuration for a new Python API with a database and one external provider.
Expected outcome:
- Create separate templates and local secret files.
- Validate the database URL and provider key during startup.
- Keep production values outside source control and inject them at runtime.
Using "env-config". Compare development and production configuration without revealing credentials.
Expected outcome:
The comparison lists missing and changed variable names. Sensitive values are omitted, and permission issues are reported separately.
Using "env-config". Review a container deployment that uses an environment file.
Expected outcome:
The review recommends runtime secret injection, excludes environment files from image layers, and verifies owner-only access on local secret files.
Security Audit
CriticalMost static matches reflect the skill's legitimate purpose: local environment configuration, placeholder credentials, documentation, and test fixtures. Confirmed risks include remote scripts piped to shells, plaintext secret disclosure, unsafe permissions, and insecure secret output. No prompt injection or exfiltration intent was found, but 281 lower-priority analyzer matches remain outside this adjudication. Static review was capped at 400/681 representative findings; omitted static matches are unconfirmed, so automatic publishing stays disabled until manual review.
Confirmed security concerns (13)
Show all 13 confirmed findings
Capability review items (5)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
๐ Network access (35)
๐ Env variables (50)
๐ Filesystem access (9)
โ๏ธ External commands (50)
Detected Patterns
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/autumnsgrove-env-config/audits/13?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/autumnsgrove-env-config?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/autumnsgrove-env-config?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/autumnsgrove-env-config/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/autumnsgrove-env-config.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
AutumnsGrove. (2026). env-config security audit report (audit version 13) [Author version unspecified]. Skillstore. https://skillstore.io/skills/autumnsgrove-env-config/audits/13BibTeX citation
@techreport{autumnsgrove-autumnsgrove-env-config-2026,
author = {AutumnsGrove},
title = {env-config security audit report (audit version 13)},
institution = {Skillstore},
year = {2026},
number = {13},
url = {https://skillstore.io/skills/autumnsgrove-env-config/audits/13},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "env-config security audit report (audit version 13)"
version: "unspecified"
type: report
authors:
- name: "AutumnsGrove"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/autumnsgrove-env-config/audits/13"
identifiers:
- type: other
value: "skillstore:autumnsgrove-env-config:audit:13"
description: "Skillstore immutable audit report identifier"
Compare variants
2 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
autumnsgrove-env-config
2026-08-21
awais68-env-config
2026-08-21
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Set Up a Python Project
Create a consistent local configuration structure, dependency setup, template, and validation workflow.
Separate Deployment Environments
Plan distinct development, staging, and production settings with runtime injection for containers.
Review Configuration Security
Identify missing variables, placeholder secrets, unsafe storage, and configuration practices that need correction.
Try These Prompts
Set up environment configuration for my Python UV project. List required files, dependencies, variables, and validation steps.
Review my required variable list and design startup validation for development and production. Do not print secret values.
Design development, staging, and production configuration for this service. Explain precedence, container injection, testing, and secret isolation.
Audit this configuration workflow for credential exposure, unsafe permissions, logging, backups, and rotation. Provide a prioritized migration plan.
Best Practices
- Keep real secret files outside version control and container images.
- Validate required names at startup without printing their values.
- Use owner-only permissions and rotate credentials after suspected exposure.
Avoid
- Do not pipe remote installers directly into a shell.
- Do not print database URLs, API keys, or decrypted secret objects.
- Do not copy environment files into images or broadly readable backups.
Frequently Asked Questions
Does this skill create environment files automatically?
Can it store secrets in AWS, Google Cloud, or Azure?
Does it support development, staging, and production?
How are local secrets encrypted?
Is the bundled helper safe for production without changes?
Which AI tools can use this skill?
Developer Details
Author
AutumnsGroveLicense
MIT
Skillstore revision
r3
Version notice
The author did not declare a version.
Ref
89edfdc710d0846129dcee6a929477b04f08052c
Maintenance freshness
7/24/2026
Usage
20 downloads ยท 191 views
File structure
๐ examples/
๐ .env.example
๐ pyproject.toml
๐ README.md
๐ references/
๐ advanced-topics.md
๐ api-reference.md
๐ testing-guide.md
๐ troubleshooting.md
๐ scripts/
๐ env_helper.py
๐ SKILL.md