# psecio/iniscan

A php.ini scanner for best security practices

Repository: https://github.com/psecio/iniscan
Canonical: https://ross.abutalabs.com/products/iniscan
Language: PHP
License: MIT
License Family: permissive
Topics: scanner, php, configuration, ini, security
Last push: 2023-05-31T19:52:36+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4696, "days_push": 1190, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1468, forks 96 (observed 2026-08-28T04:04:48.883522+00:00)

## What it is
A command-line tool that scans a php.ini file against common security best practices and reports pass/fail results per setting. It is installable via Composer or as a Phar and returns exit codes suitable for CI pipelines.

## Use cases
- audit php.ini for insecure settings
- check PHP configuration security best practices
- harden PHP session and error settings
- add php.ini security checks to CI
- find misconfigured PHP directives before deployment

## When to choose
- you run PHP and want a quick automated config security audit
- you want exit-code-based checks in a build pipeline
- you need a lightweight Composer-installable scanner

## When to avoid
- you need full application code vulnerability scanning (use a SAST tool)
- you are not working with PHP
- you need actively developed features or recent PHP version coverage

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: security, vulnerability-scanning, configuration-management, cli
- domain: security, developer-tools
- platform: cli, php, windows
- tags: php-ini, security-audit, hardening, composer, command-line, linux, macos

## Member repositories
- psecio/iniscan (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:48.883522+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:34:57.573241+00:00, confidence not recorded.
  - readme: https://github.com/psecio/iniscan (fetched 2026-08-28T04:04:48.883522+00:00, sha 36d55c32476a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
