Repository Analysis

serverless/serverless

⚡ Serverless Framework – Effortlessly build apps that auto-scale, incur zero costs when idle, and require minimal maintenance using AWS Lambda and other managed cloud services.

1.4 Likely human-written View on GitHub
1.4
Adjusted Score
1.4
Raw Score
100%
Time Factor
2026-05-29
Last Push
46,920
Stars
JavaScript
Language
323,953
Lines of Code
1801
Files
260
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 14HIGH 0MEDIUM 37LOW 209

Pattern Findings

260 matches across 10 categories. Click a row to expand file-level details.

Hallucination Indicators14 hits · 140 pts
SeverityFileLineSnippet
CRITICAL…/serverless/lib/classes/config-schema-handler/index.js169 const idx = this.schema.properties.build.anyOf.findIndex(
CRITICALpackages/serverless/lib/plugins/python/lib/zip.js104 this.serverless.service.package.patterns.push('unzip_requirements.py')
CRITICALpackages/serverless/lib/plugins/python/lib/zip.js282 this.serverless.service.package.patterns.push('.requirements.zip')
CRITICAL…serverless/lib/plugins/aws/appsync/resources/Schema.js58 throw new this.api.plugin.serverless.classes.Error(
CRITICAL…/lib/plugins/aws/appsync/resources/PipelineFunction.js15 throw new this.api.plugin.serverless.classes.Error(
CRITICAL…erless/lib/plugins/aws/appsync/resources/JsResolver.js12 throw new this.api.plugin.serverless.classes.Error(
CRITICAL…erless/lib/plugins/aws/appsync/resources/JsResolver.js46 throw new this.api.plugin.serverless.classes.Error(
CRITICAL…erless/lib/plugins/aws/appsync/resources/JsResolver.js52 throw new this.api.plugin.serverless.classes.Error(
CRITICAL…rverless/lib/plugins/aws/appsync/resources/Resolver.js79 throw new this.api.plugin.serverless.classes.Error(
CRITICAL…rverless/lib/plugins/aws/appsync/resources/Resolver.js99 throw new this.api.plugin.serverless.classes.Error(
CRITICAL…s/lib/plugins/aws/appsync/resources/MappingTemplate.js11 throw new this.api.plugin.serverless.classes.Error(
CRITICAL…ess/lib/plugins/aws/package/compile/events/schedule.js379 resources.IamRoleLambdaExecution.Properties.AssumeRolePolicyDocument.Statement.find(
CRITICAL…/lib/plugins/aws/package/compile/events/cloud-front.js796 Resources.IamRoleLambdaExecution.Properties.AssumeRolePolicyDocument.Statement.find(
CRITICAL…aws/package/compile/events/api-gateway/lib/rest-api.js24 endpointType = this.serverless.service.provider.endpointType.toUpperCase()
Hyper-Verbose Identifiers93 hits · 93 pts
SeverityFileLineSnippet
LOWpackages/util/src/proxy/aws.js53function shouldAwsEndpointsBypassProxy() {
LOWpackages/serverless/lib/plugins/python/lib/poetry.js12async function pyprojectTomlToRequirements(modulePath, pluginInstance) {
LOWpackages/serverless/lib/plugins/python/lib/pip.js28function prependUvBootstrapCommands(pipCmds) {
LOWpackages/serverless/lib/plugins/python/lib/pip.js575function getPackageNameFromPyproject(packagePath) {
LOWpackages/serverless/lib/plugins/python/lib/pip.js595function getLocalPackagesFromRequirements(requirementsPath, servicePath) {
LOWpackages/serverless/lib/plugins/python/lib/pip.js764async function installRequirementsIfNeeded(
LOWpackages/serverless/lib/plugins/python/lib/pipenv.js138function removeEditableFlagFromRequirementsString(requirementBuffer) {
LOWpackages/serverless/lib/plugins/python/lib/shared.js14function checkForAndDeleteMaxCacheVersions({ serverless, options, log }) {
LOWpackages/serverless/lib/plugins/python/lib/shared.js66function getRequirementsWorkingPath(
LOWpackages/serverless/lib/plugins/observability/index.js11export function determineObservabilityProviderFromConfig(
LOWpackages/serverless/lib/plugins/observability/index.js43function determineStageSpecificObservabilityProvider(observability, app) {
LOW…erverless/lib/plugins/observability/dashboard/index.js10export function isDashboardObservabilityEnabled(configurationInput, stageName) {
LOW…less/lib/plugins/aws/bedrock-agentcore/utils/naming.js32export function getNormalizedResourceName(resourceName) {
LOW…erless/lib/plugins/aws/bedrock-agentcore/utils/tags.js18export function tagsToCloudFormationArray(tags) {
LOW…erless/lib/plugins/aws/bedrock-agentcore/utils/tags.js28export function cloudFormationArrayToTags(tagsArray) {
LOW…less/lib/plugins/aws/bedrock-agentcore/iam/policies.js828export function generateCodeInterpreterRole(name, config, context) {
LOW…mples/python/langgraph-code-interpreter/test-invoke.py70def validate_code_interpreter():
LOW…les/javascript/langgraph-comprehensive/agents/index.js251function createCodeInterpreterTools(codeInterpreter) {
LOW…s/lib/plugins/aws/bedrock-agentcore/dev/credentials.js59export function getCredentialExpirationMinutes(credentials) {
LOW…s/lib/plugins/aws/bedrock-agentcore/dev/credentials.js76export function findDevPolicyStatementIndex(trustPolicy) {
LOW…lib/plugins/aws/bedrock-agentcore/compilers/runtime.js112function buildNetworkConfiguration(network = {}) {
LOW…lib/plugins/aws/bedrock-agentcore/compilers/runtime.js134function buildAuthorizerConfiguration(authorizer) {
LOW…lib/plugins/aws/bedrock-agentcore/compilers/runtime.js172function buildLifecycleConfiguration(lifecycle) {
LOW…lib/plugins/aws/bedrock-agentcore/compilers/runtime.js196function buildProtocolConfiguration(protocol) {
LOW…lib/plugins/aws/bedrock-agentcore/compilers/runtime.js214function buildEnvironmentVariables(environment) {
LOW…lib/plugins/aws/bedrock-agentcore/compilers/runtime.js224function buildRequestHeaderConfiguration(requestHeaders) {
LOW…lib/plugins/aws/bedrock-agentcore/compilers/gateway.js36export function buildGatewayAuthorizerConfiguration(authConfig) {
LOW…lib/plugins/aws/bedrock-agentcore/compilers/gateway.js80export function buildGatewayProtocolConfiguration(protocolConfig) {
LOW…lib/plugins/aws/bedrock-agentcore/compilers/browser.js35export function buildBrowserNetworkConfiguration(network = {}) {
LOW…ins/aws/bedrock-agentcore/compilers/codeInterpreter.js33export function buildCodeInterpreterNetworkConfiguration(network = {}) {
LOW…ugins/aws/bedrock-agentcore/compilers/gatewayTarget.js84export function buildCredentialProviderConfigurations(credentials) {
LOW…ugins/aws/bedrock-agentcore/compilers/gatewayTarget.js146export function transformSchemaToCloudFormation(schema) {
LOW…gins/aws/bedrock-agentcore/compilation/orchestrator.js48export function compileAgentCoreResources(config) {
LOW…gins/aws/bedrock-agentcore/compilation/orchestrator.js848export function compileCodeInterpreterResources(
LOW…s/serverless/lib/plugins/aws/custom-resources/index.js16async function addCustomResourceToService(
LOW…resources/resources/cognito-user-pool/lib/user-pool.js19function getUpdateConfigFromCurrentSetup(currentSetup) {
LOW…m-resources/resources/event-bridge/lib/event-bridge.js87async function updateTargetConfiguration(config) {
LOW…m-resources/resources/event-bridge/lib/event-bridge.js126async function removeTargetConfiguration(config) {
LOW…ess/lib/plugins/aws/lib/get-function-artifact-paths.js29export async function resolveFunctionArtifactPaths(serverless, packagePath) {
LOW…erverless/lib/plugins/aws/package/compile/functions.js1445function extractLayerConfigurationsFromFunction(
LOW…kage/compile/events/api-gateway/lib/usage-plan-keys.js4function createUsagePlanKeyResource(
LOW…ge/compile/events/api-gateway/lib/hack/update-stage.js118function resolveApiGatewayResource(resources) {
LOW…ge/compile/events/api-gateway/lib/hack/update-stage.js401async function removeAccessLoggingLogGroup() {
LOW…ess/lib/plugins/aws/package/lib/function-log-groups.js27export default function buildFunctionLogGroupResources({
LOW…gins/aws/package/lib/roles-per-function-permissions.js174function applyWebsocketsPermissions({ functionObject, policyStatements }) {
LOW…gins/aws/package/lib/roles-per-function-permissions.js339function applyCloudFrontPermissionsAndTrust({
LOW…gins/aws/package/lib/roles-per-function-permissions.js382function applySchedulerPermissionsAndTrust({
LOW…gins/aws/package/lib/roles-per-function-permissions.js458function applyFileSystemPermissions({ functionObject, policyStatements }) {
LOW…gins/aws/package/lib/roles-per-function-permissions.js525function applyDestinationPermissions({
LOW…gins/aws/package/lib/roles-per-function-permissions.js562export default function applyPerFunctionPermissions({
LOW…ib/plugins/aws/invoke-local/runtime-wrappers/invoke.py26 def get_remaining_time_in_millis(self):
LOW…/java/src/test/java/com/serverless/RequestHandler.java7public class RequestHandler
LOW…c/test/java/com/serverless/ConcreteRequestHandler.java3public class ConcreteRequestHandler extends AbstractRequestHandler {
LOW…c/test/java/com/serverless/AbstractRequestHandler.java7public abstract class AbstractRequestHandler
LOW…/serverless/lib/plugins/package/lib/package-service.js38function resolveServerlessConfigFileExcludes(serverless) {
LOW…ages/serverless/lib/plugins/package/lib/zip-service.js165async function excludeNodeDevDependencies(serviceDir) {
LOWpackages/mcp/src/tools/list-resources.js73async function getCloudFormationStackResources(
LOWpackages/mcp/src/lib/project-finder.js42export async function findServerlessFrameworkProjects(workspaceDir) {
LOWpackages/mcp/src/lib/project-finder.js184export async function findCloudFormationProjects(workspaceDir) {
LOWpackages/mcp/src/lib/project-finder.js228export async function getServerlessProjectsInfo(workspaceDir) {
33 more matches not shown…
Excessive Try-Catch Wrapping36 hits · 62 pts
SeverityFileLineSnippet
MEDIUM…re/examples/python/langgraph-basic-code/test-invoke.py22 print("Error: RUNTIME_ARN environment variable is required.")
LOW…re/examples/python/langgraph-basic-code/test-invoke.py74 except Exception as e:
MEDIUM…re/examples/python/langgraph-basic-code/test-invoke.py75 print(f"Error invoking agent: {e}")
MEDIUM…mples/python/langgraph-code-interpreter/test-invoke.py28 print("Error: RUNTIME_ARN environment variable not set")
MEDIUM…mples/python/langgraph-code-interpreter/test-invoke.py97 print(f"Error: {result['error']}")
LOW…re/examples/python/langgraph-code-interpreter/agent.py102 except Exception as e:
MEDIUM…/examples/python/langgraph-basic-docker/test-invoke.py22 print("Error: RUNTIME_ARN environment variable is required.")
LOW…/examples/python/langgraph-basic-docker/test-invoke.py71 except Exception as e:
LOW…examples/python/langgraph-multi-gateway/test-invoke.py80 except Exception as e:
MEDIUM…examples/python/langgraph-multi-gateway/test-invoke.py135 print("Error: PUBLIC_RUNTIME_ARN environment variable is required.")
MEDIUM…examples/python/langgraph-multi-gateway/test-invoke.py140 print("Error: PRIVATE_RUNTIME_ARN environment variable is required.")
MEDIUM…examples/python/langgraph-multi-gateway/test-invoke.py146 print("Error: At least one of PUBLIC_RUNTIME_ARN or PRIVATE_RUNTIME_ARN is required.")
LOW…/python/langgraph-multi-gateway/handlers/calculator.py71 except Exception as e:
MEDIUM…tcore/examples/python/langgraph-browser/test-invoke.py23 print("Error: RUNTIME_ARN environment variable not set")
LOW…k-agentcore/examples/python/langgraph-browser/agent.py89 except Exception as e:
MEDIUM…entcore/examples/python/strands-browser/test-invoke.py22 print("Error: RUNTIME_ARN environment variable not set")
MEDIUM…ntcore/examples/python/langgraph-memory/test-invoke.py26 print("Error: RUNTIME_ARN environment variable is required.")
LOW…ntcore/examples/python/langgraph-memory/test-invoke.py68 except Exception as e:
MEDIUM…ntcore/examples/python/langgraph-memory/test-invoke.py69 print(f"Error: {e}")
LOW…ck-agentcore/examples/python/langgraph-memory/agent.py100 except Exception as e:
MEDIUM…ck-agentcore/examples/python/langgraph-memory/agent.py101 print(f"Error retrieving events: {e}")
LOW…ck-agentcore/examples/python/langgraph-memory/agent.py168 except Exception as e:
MEDIUM…ck-agentcore/examples/python/langgraph-memory/agent.py169 print(f"Error saving conversation: {str(e)}")
MEDIUM…xamples/python/langgraph-browser-custom/test-invoke.py35 print("Error: RUNTIME_ARN environment variable not set")
LOW…xamples/python/langgraph-browser-custom/test-invoke.py57 except Exception as e:
MEDIUM…xamples/python/langgraph-browser-custom/test-invoke.py58 print(f"Error listing S3 bucket: {e}")
LOW…xamples/python/langgraph-browser-custom/test-invoke.py81 except Exception as e:
MEDIUM…xamples/python/langgraph-browser-custom/test-invoke.py82 print(f"Error getting recordings: {e}")
MEDIUM…xamples/python/langgraph-browser-custom/test-invoke.py141 print(f"Error: {result['error']}")
LOW…core/examples/python/langgraph-browser-custom/agent.py173 except Exception as e:
MEDIUM…ython/langgraph-code-interpreter-custom/test-invoke.py30 print("Error: RUNTIME_ARN environment variable not set")
MEDIUM…ython/langgraph-code-interpreter-custom/test-invoke.py99 print(f"Error: {result['error']}")
LOW…ples/python/langgraph-code-interpreter-custom/agent.py163 except Exception as e:
MEDIUM…tcore/examples/python/langgraph-gateway/test-invoke.py22 print("Error: RUNTIME_ARN environment variable is required.")
LOW…tcore/examples/python/langgraph-gateway/test-invoke.py75 except Exception as e:
LOW…amples/python/langgraph-gateway/handlers/calculator.py96 except Exception as e:
Verbosity Indicators38 hits · 59 pts
SeverityFileLineSnippet
LOWpackages/serverless/lib/plugins/python/lib/clean.js13 // Step 1: Get all Python functions and set default module
LOWpackages/serverless/lib/plugins/python/lib/clean.js27 // Step 2: Separate functions by packaging mode
LOWpackages/serverless/lib/plugins/python/lib/clean.js47 // Step 3: Add cleanup artifacts for individually packaged functions
LOWpackages/serverless/lib/plugins/python/lib/clean.js53 // Step 4: Add cleanup artifacts for shared package
LOWpackages/serverless/lib/plugins/python/lib/pip.js889 // Step 1: Get all Python functions and set default module
LOWpackages/serverless/lib/plugins/python/lib/pip.js903 // Step 2: Separate functions by packaging mode
LOWpackages/serverless/lib/plugins/python/lib/pip.js923 // Step 3: Install requirements for individually packaged functions
LOWpackages/serverless/lib/plugins/python/lib/pip.js966 // Step 4: Install requirements for shared package
LOWpackages/serverless/lib/plugins/python/lib/pip.js992 // Step 5: Install requirements for agents (always ARM64, always individual)
LOWpackages/serverless/lib/plugins/python/lib/inject.js118 // Step 1: Get all Python functions and set default module
LOWpackages/serverless/lib/plugins/python/lib/inject.js132 // Step 2: Separate functions by packaging mode
LOWpackages/serverless/lib/plugins/python/lib/inject.js152 // Step 3: Handle module relocation for individually packaged functions
LOWpackages/serverless/lib/plugins/python/lib/inject.js169 // Step 4: Inject requirements into individually packaged functions
LOWpackages/serverless/lib/plugins/python/lib/inject.js190 // Step 5: Inject requirements into shared package
LOWpackages/serverless/lib/plugins/python/lib/inject.js210 // Step 6: Inject requirements into agent packages
LOWpackages/serverless/lib/plugins/python/lib/zip.js31 // Step 1: Get all Python functions and set default module
LOWpackages/serverless/lib/plugins/python/lib/zip.js45 // Step 2: Separate functions by packaging mode
LOWpackages/serverless/lib/plugins/python/lib/zip.js69 // Step 3: Add helper for individually packaged functions
LOWpackages/serverless/lib/plugins/python/lib/zip.js91 // Step 4: Add helper for shared package
LOWpackages/serverless/lib/plugins/python/lib/zip.js120 // Step 1: Get all Python functions and set default module
LOWpackages/serverless/lib/plugins/python/lib/zip.js134 // Step 2: Separate functions by packaging mode
LOWpackages/serverless/lib/plugins/python/lib/zip.js154 // Step 3: Remove helper from individually packaged functions
LOWpackages/serverless/lib/plugins/python/lib/zip.js177 // Step 4: Remove helper from shared package
LOWpackages/serverless/lib/plugins/python/lib/zip.js201 // Step 1: Get all Python functions and set default module
LOWpackages/serverless/lib/plugins/python/lib/zip.js215 // Step 2: Separate functions by packaging mode
LOWpackages/serverless/lib/plugins/python/lib/zip.js235 // Step 3: Pack requirements for individually packaged functions
LOWpackages/serverless/lib/plugins/python/lib/zip.js273 // Step 4: Pack requirements for shared package
LOW…ntcore/examples/python/langgraph-memory/test-invoke.py95 # Step 1: Tell the agent your name
LOW…ntcore/examples/python/langgraph-memory/test-invoke.py106 # Step 2: Ask the agent to recall
LOW…ntcore/examples/python/langgraph-memory/test-invoke.py113 # Step 3: Verify
LOW…xamples/python/langgraph-browser-custom/test-invoke.py127 # Step 1: Count existing recordings
LOW…xamples/python/langgraph-browser-custom/test-invoke.py132 # Step 2: Invoke agent to browse example.com
LOW…xamples/python/langgraph-browser-custom/test-invoke.py150 # Step 3: Wait for recording to be uploaded
LOW…xamples/python/langgraph-browser-custom/test-invoke.py170 # Step 4: Validate results
LOW…gentcore/examples/javascript/mcp-server/test-invoke.js122 // Step 1: Initialize
LOW…gentcore/examples/javascript/mcp-server/test-invoke.js125 // Step 2: Send initialized notification
LOW…gentcore/examples/javascript/mcp-server/test-invoke.js137 // Step 3: List tools
LOW…gentcore/examples/javascript/mcp-server/test-invoke.js140 // Step 4: Call each tool
Self-Referential Comments16 hits · 46 pts
SeverityFileLineSnippet
MEDIUMpackages/util/src/docker/index.js192# Create a non-root user for security
MEDIUM…gentcore/examples/python/langgraph-basic-code/agent.py51# Define the conversation state
MEDIUM…gentcore/examples/python/langgraph-basic-code/agent.py57# Create the LangGraph
MEDIUM…gentcore/examples/python/langgraph-basic-code/agent.py85# Define the entrypoint for AgentCore
MEDIUM…re/examples/python/langgraph-code-interpreter/agent.py74 # Create the LangGraph agent with code interpreter tools
MEDIUM…ntcore/examples/python/langgraph-basic-docker/agent.py51# Define the conversation state
MEDIUM…ntcore/examples/python/langgraph-basic-docker/agent.py57# Create the LangGraph
MEDIUM…ntcore/examples/python/langgraph-basic-docker/agent.py85# Define the entrypoint for AgentCore
MEDIUM…xamples/python/langgraph-multi-gateway/public_agent.py34# Define the conversation state
MEDIUM…amples/python/langgraph-multi-gateway/private_agent.py35# Define the conversation state
MEDIUM…k-agentcore/examples/python/langgraph-browser/agent.py47# Create the LangGraph agent with browser tools
MEDIUM…ck-agentcore/examples/python/langgraph-memory/agent.py121 # Define the chatbot node
MEDIUM…ck-agentcore/examples/python/langgraph-memory/agent.py136 # Create the graph
MEDIUM…core/examples/python/langgraph-browser-custom/agent.py127# Create the LangGraph agent with our custom browser tool
MEDIUM…ples/python/langgraph-code-interpreter-custom/agent.py117# Create the LangGraph agent with our custom code execution tool
MEDIUM…k-agentcore/examples/python/langgraph-gateway/agent.py40# Define the conversation state
Over-Commented Block25 hits · 25 pts
SeverityFileLineSnippet
LOWbinary-installer/src/version_test.go501// =============================================================================
LOWdocs/sf/providers/aws/guide/building.md41 # we automatically add "aws-sdk/*" to the list of externals.
LOWdocs/sf/providers/aws/guide/serverless.yml.md21```yml
LOWdocs/sf/providers/aws/guide/serverless.yml.md521 # Maximum duration of the authentication session in seconds (default: 604800 seconds/7 days)
LOWdocs/sf/providers/aws/guide/serverless.yml.md721 # Enable HTTP API logs
LOWdocs/sf/providers/aws/guide/serverless.yml.md741 # Log full requests/responses for execution logging (default: true)
LOWdocs/sf/providers/aws/guide/serverless.yml.md921 # allow or terminate recursive invocation loops between supported AWS services (default: terminate). Case-insensitiv
LOW.devcontainer/devcontainer.json21 // "postCreateCommand": "yarn install",
LOWrelease-scripts/scripts/publishReleaseToMongo.js1import { MongoClient, ServerApiVersion } from 'mongodb'
LOW…/classes/config-schema-handler/normalize-ajv-errors.js61 // 3.4.1.1 Surface: No matching event error
LOW…ython/langgraph-code-interpreter-custom/serverless.yml1# LangGraph Custom Code Interpreter Example
LOW…ples/javascript/langgraph-comprehensive/serverless.yml1# LangGraph Comprehensive Example
LOW…verless/lib/plugins/aws/bedrock-agentcore/dev/index.js61 #mode // 'docker' or 'code'
LOW…erless/lib/plugins/aws/package/compile/events/kafka.js141
LOW…ns/aws/package/compile/events/api-gateway/lib/stage.js41 // We'll change this in the future so that users can
LOW…ns/aws/package/compile/events/api-gateway/lib/stage.js61 // --- currently commented out since this is done via the SDK in updateStage.js ---
LOW…e/compile/events/api-gateway/lib/method/integration.js281
LOWpackages/engine/src/lib/devMode/index.js81 #network
LOW…kages/engine/src/lib/deploymentTypes/sfaiAws/deploy.js901 // await createEventBridgeIntegrations({
LOWpackages/sf-core/tests/unit/resolvers/file-ts.test.js1import { jest } from '@jest/globals'
LOW…core/tests/python/tests/base/requirements-w-hashes.txt1#
LOWpackages/sf-core/scripts/prepareDistributionTarballs.js181 ),
LOWpackages/sf-core/scripts/pack-framework-dist.sh1#!/bin/bash
LOW…kages/sf-core/src/lib/resolvers/providers/file/file.js141 // tsx, ...) emits an ESM source as CJS, it marks the wrapping exports
LOW.github/workflows/check-cla.yml41 #custom-notsigned-prcomment: 'pull request comment with Introductory message to ask new contributors to sign'
Unused Imports23 hits · 23 pts
SeverityFileLineSnippet
LOW…tcore/examples/python/langgraph-browser/test-invoke.py14
LOW…k-agentcore/examples/python/langgraph-gateway/agent.py12
LOW…_level_individually_all_individual/module2/handler2.py1
LOW…_level_individually_all_individual/module1/handler1.py1
LOW…unction_level_individually_subdirs/module2/handler2.py1
LOW…unction_level_individually_subdirs/module1/handler1.py1
LOW…re/tests/python/tests/individually/module2/handler2.py1
LOW…re/tests/python/tests/individually/module1/handler1.py1
LOW…sts/function_level_individually_slim/handler_shared.py1
LOW…function_level_individually_slim/handler_individual.py1
LOW…/tests/function_level_individually_mixed_rt/handler.py1
LOW…unction_level_individually_mixed_pkg/handler_shared.py1
LOW…ion_level_individually_mixed_pkg/handler_individual.py1
LOW…n/tests/individually_mixed_runtime/module2/handler2.py1
LOW…unction_level_individually_zip_mixed/handler_shared.py1
LOW…ion_level_individually_zip_mixed/handler_individual.py1
LOW…hon/tests/function_level_individually_basic/handler.py1
LOW…ore/tests/python/tests/mixed_runtime_shared/handler.py1
LOW…function_level_individually_override/handler_shared.py1
LOW…tion_level_individually_override/handler_individual.py1
LOW…tests/function_level_individually_zip_basic/handler.py1
LOW…tests/function_level_individually_multiple/handler2.py1
LOW…tests/function_level_individually_multiple/handler1.py1
Redundant / Tautological Comments5 hits · 10 pts
SeverityFileLineSnippet
LOWpackages/util/src/docker/index.js199# Set ownership to non-root user
LOW…mples/python/langgraph-code-interpreter/test-invoke.py104 # Check if interpreter type is reported
LOW…mples/python/langgraph-code-interpreter/test-invoke.py112 # Check if the correct answer appears in the response (with or without comma formatting)
LOW…xamples/python/langgraph-browser-custom/test-invoke.py146 # Check if browser_id is returned (confirms custom browser was used)
LOW…ython/langgraph-code-interpreter-custom/test-invoke.py106 # Check if interpreter info is returned
Deep Nesting8 hits · 8 pts
SeverityFileLineSnippet
LOW…re/examples/python/langgraph-basic-code/test-invoke.py27
LOW…/examples/python/langgraph-basic-docker/test-invoke.py27
LOW…examples/python/langgraph-multi-gateway/test-invoke.py36
LOW…entcore/examples/python/strands-browser/test-invoke.py37
LOW…ck-agentcore/examples/python/langgraph-memory/agent.py49
LOW…ck-agentcore/examples/python/langgraph-memory/agent.py68
LOW…ples/python/langgraph-code-interpreter-custom/agent.py56
LOW…tcore/examples/python/langgraph-gateway/test-invoke.py28
Slop Phrases2 hits · 2 pts
SeverityFileLineSnippet
LOWpackages/serverless/lib/plugins/aws/dev/index.js1110 `Don't forget to run "serverless deploy" immediately upon closing Dev Mode to restore your original code and r
LOW…/lib/plugins/aws/package/compile/events/cloud-front.js380 "Don't forget to manually remove your Lambda@Edge functions ",