Skip to content

Implement source code environment variable detection #4

Description

@suriyasureshok

Scan source files and extract referenced environment variables.

Initial Support:

  • Rust
  • Python
  • JavaScript
  • TypeScript

Examples:

Rust:
env::var("DATABASE_URL")

Python:
os.getenv("DATABASE_URL")

JavaScript:
process.env.DATABASE_URL

Acceptance Criteria:

  • Extract variable names
  • Return unique variables
  • Ignore duplicates

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions