aws-resource-validator-fms

v2.0.3 suspicious
4.0
Medium Risk

Pydantic v2 models for AWS fms, shipped as a PEP 420 namespace extension of aws-resource-validator.

🤖 AI Analysis

Final verdict: SUSPICIOUS

The package shows low risks in terms of network, shell, obfuscation, and credential misuse, but the metadata risk score is elevated due to the maintainer's new or inactive account and lack of detailed information.

  • Maintainer has a new or inactive account
  • Lack of proper author name
Per-check LLM notes
  • Network: No network calls detected, which is normal if the package does not require external communication.
  • Shell: No shell execution patterns detected, indicating no immediate risk from command injection.
  • Obfuscation: No obfuscation patterns detected, indicating likely legitimate use without hidden code.
  • Credentials: No credential harvesting patterns detected, suggesting safe handling of secrets and credentials.
  • Metadata: The maintainer has a new or inactive account with limited package history and lacks a proper author name.

📦 Package Quality Overall: Low (3.8/10)

○ Low Test Suite 1.0

No test suite detected

  • No test files or test-runner configuration detected
◈ Medium Documentation 5.0

Some documentation present

  • Brief PyPI description (288 chars)
○ Low Contributing Guide 4.0

No contributing guide or governance files found

  • Development Status classifier >= Beta
○ Low Type Annotations 1.0

No type annotations detected

  • No type annotations, py.typed marker, or stub files detected
✦ High Multiple Contributors 8.0

Active multi-contributor project

  • 4 unique contributor(s) across 75 commits in CoreOxide/aws_resource_validator
  • Small but multi-author team (3–4 contributors)

🔬 Heuristic Checks

Outbound Network Calls

No suspicious network call patterns found

Code Obfuscation

No obfuscation patterns detected

Shell / Subprocess Execution

No shell execution patterns detected

Credential Harvesting

No credential harvesting patterns detected

Typosquatting

No typosquatting candidates detected

Registered Email Domain

Email domain looks legitimate: gmail.com>

Suspicious Page Links

All external links appear legitimate

Git Repository History

Repository CoreOxide/aws_resource_validator appears legitimate

Maintainer History score 4.0

2 maintainer concern(s) found

  • Author name is missing or very short
  • Author "" appears to have only 1 package on PyPI (new or inactive account)
Known CVE Vulnerabilities

No known vulnerabilities found in OSV database.

💡 AI App Starter Prompt

Use this prompt to build a project with aws-resource-validator-fms
Create a command-line utility named 'FMSHealthChecker' that leverages the 'aws-resource-validator-fms' package to validate AWS Firewall Manager resources against predefined Pydantic models. This utility will help system administrators ensure their AWS FMS resources comply with organizational policies and best practices. The application should perform the following steps:

1. Authenticate using AWS credentials stored in environment variables or a configuration file.
2. Retrieve a list of all AWS FMS resources from the specified AWS account.
3. Validate each resource against the Pydantic models provided by 'aws-resource-validator-fms'.
4. Output a report detailing which resources passed validation and which did not, along with specific reasons for failure if applicable.
5. Optionally, allow users to specify custom validation rules by providing additional Pydantic models.
6. Provide options for output formats such as JSON, CSV, or plain text.
7. Implement error handling to manage issues like invalid AWS credentials or network errors when fetching resources.
8. Include a help menu with usage instructions and examples.

Use the 'aws-resource-validator-fms' package to define and validate the structure and content of AWS FMS resources. This ensures that the resources adhere to expected standards, enhancing security and compliance within the AWS environment.

💬 Discussion Feed

Leave a comment

No discussion yet. Be the first to share your thoughts!